mirror of
https://github.com/amitwh/markdown-converter.git
synced 2026-08-02 18:10:18 +05:30
269 lines
7.7 KiB
JSON
269 lines
7.7 KiB
JSON
{
|
|
"name": "markdown-converter",
|
|
"version": "4.4.2",
|
|
"description": "Professional Markdown editor and universal file converter with PDF editing, batch processing, and syntax highlighting",
|
|
"main": "src/main.js",
|
|
"scripts": {
|
|
"start": "electron .",
|
|
"test": "jest",
|
|
"test:watch": "jest --watch",
|
|
"test:coverage": "jest --coverage",
|
|
"test:renderer": "vitest run",
|
|
"test:renderer:watch": "vitest",
|
|
"test:renderer:coverage": "vitest run --coverage",
|
|
"lint": "eslint src tests",
|
|
"lint:fix": "eslint src tests --fix",
|
|
"format": "prettier --write src tests",
|
|
"format:check": "prettier --check src tests",
|
|
"build": "electron-builder",
|
|
"build:win": "electron-builder --win",
|
|
"build:win-signed": "cross-env CSC_LINK=code-signing-cert.pfx electron-builder --win",
|
|
"build:win-unsigned": "cross-env CSC_IDENTITY_AUTO_DISCOVERY=false electron-builder --win",
|
|
"create-cert": "powershell -ExecutionPolicy Bypass -File scripts/create-selfsigned-cert.ps1",
|
|
"build:mac": "electron-builder --mac",
|
|
"build:linux": "electron-builder --linux",
|
|
"build:linux-ci": "electron-builder --linux deb AppImage",
|
|
"build:local": "electron-builder --linux --win",
|
|
"dist": "electron-builder --publish=never",
|
|
"dist:all": "electron-builder -mwl",
|
|
"download-tools": "node scripts/download-tools.js",
|
|
"generate-icons": "node scripts/generate-icons.js"
|
|
},
|
|
"keywords": [
|
|
"markdown",
|
|
"pandoc",
|
|
"converter",
|
|
"editor",
|
|
"pdf",
|
|
"audio",
|
|
"video",
|
|
"image"
|
|
],
|
|
"author": "ConcreteInfo <amit.wh@gmail.com>",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/amitwh/markdown-converter"
|
|
},
|
|
"devDependencies": {
|
|
"@playwright/test": "^1.60.0",
|
|
"@testing-library/dom": "^10.4.1",
|
|
"@testing-library/jest-dom": "^6.9.1",
|
|
"@testing-library/react": "^16.3.2",
|
|
"@testing-library/user-event": "^14.6.1",
|
|
"@types/node": "^25.9.1",
|
|
"@types/react": "^19.2.16",
|
|
"@types/react-dom": "^19.2.3",
|
|
"@vitejs/plugin-react": "^6.0.2",
|
|
"@vitest/ui": "^4.1.8",
|
|
"autoprefixer": "^10.5.0",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"cross-env": "^10.0.0",
|
|
"electron": "^41.1.1",
|
|
"electron-builder": "^26.0.12",
|
|
"eslint": "^9.39.2",
|
|
"eslint-config-prettier": "^10.1.8",
|
|
"eslint-plugin-prettier": "^5.5.4",
|
|
"jest": "^30.2.0",
|
|
"jest-environment-jsdom": "^30.2.0",
|
|
"jsdom": "^29.1.1",
|
|
"lucide-react": "^1.17.0",
|
|
"postcss": "^8.5.15",
|
|
"prettier": "^3.7.4",
|
|
"sharp": "^0.34.3",
|
|
"tailwind-merge": "^3.6.0",
|
|
"tailwindcss": "^3.4.19",
|
|
"tailwindcss-animate": "^1.0.7",
|
|
"typescript": "^6.0.3",
|
|
"vite": "^8.0.16",
|
|
"vitest": "^4.1.8"
|
|
},
|
|
"dependencies": {
|
|
"@codemirror/autocomplete": "^6.20.1",
|
|
"@codemirror/commands": "^6.10.2",
|
|
"@codemirror/lang-css": "^6.3.1",
|
|
"@codemirror/lang-html": "^6.4.11",
|
|
"@codemirror/lang-javascript": "^6.2.5",
|
|
"@codemirror/lang-json": "^6.0.2",
|
|
"@codemirror/lang-markdown": "^6.5.0",
|
|
"@codemirror/lang-python": "^6.2.1",
|
|
"@codemirror/language": "^6.12.2",
|
|
"@codemirror/lint": "^6.9.5",
|
|
"@codemirror/search": "^6.6.0",
|
|
"@codemirror/state": "^6.5.4",
|
|
"@codemirror/theme-one-dark": "^6.1.3",
|
|
"@codemirror/view": "^6.39.16",
|
|
"@dnd-kit/core": "^6.3.1",
|
|
"@dnd-kit/sortable": "^10.0.0",
|
|
"@dnd-kit/utilities": "^3.2.2",
|
|
"@hookform/resolvers": "^5.4.0",
|
|
"@radix-ui/react-checkbox": "^1.3.3",
|
|
"@radix-ui/react-collapsible": "^1.1.12",
|
|
"@radix-ui/react-context-menu": "^2.2.16",
|
|
"@radix-ui/react-label": "^2.1.8",
|
|
"@radix-ui/react-radio-group": "^1.3.8",
|
|
"@radix-ui/react-scroll-area": "^1.2.10",
|
|
"@radix-ui/react-select": "^2.2.6",
|
|
"@radix-ui/react-slider": "^1.3.6",
|
|
"@radix-ui/react-slot": "^1.2.4",
|
|
"@radix-ui/react-switch": "^1.2.6",
|
|
"@tanstack/react-table": "^8.21.3",
|
|
"codemirror": "^6.0.2",
|
|
"core-util-is": "^1.0.3",
|
|
"docx": "^9.6.0",
|
|
"docx4js": "^2.0.1",
|
|
"dompurify": "^3.3.1",
|
|
"electron-store": "^10.1.0",
|
|
"ffmpeg-static": "^5.3.0",
|
|
"highlight.js": "^11.11.1",
|
|
"html2pdf.js": "^0.14.0",
|
|
"immer": "^11.1.8",
|
|
"marked": "^17.0.3",
|
|
"marked-footnote": "^1.4.0",
|
|
"marked-highlight": "^2.2.3",
|
|
"mermaid": "^11.12.3",
|
|
"motion": "^12.40.0",
|
|
"next-themes": "^0.4.6",
|
|
"pdf-lib": "^1.17.1",
|
|
"pdfjs-dist": "^5.5.207",
|
|
"pdfkit": "^0.17.2",
|
|
"pizzip": "^3.2.0",
|
|
"react": "^19.2.7",
|
|
"react-dom": "^19.2.7",
|
|
"react-hook-form": "^7.77.0",
|
|
"react-resizable-panels": "^4.11.2",
|
|
"simple-git": "^3.32.3",
|
|
"sonner": "^2.0.7",
|
|
"tslib": "^2.8.1",
|
|
"zod": "^4.4.3",
|
|
"zustand": "^5.0.14"
|
|
},
|
|
"overrides": {
|
|
"jszip": "^3.10.1",
|
|
"nth-check": "^2.1.1",
|
|
"lodash.pick": "npm:lodash@^4.17.21",
|
|
"lodash-es": "^4.18.1",
|
|
"lodash": "^4.17.21"
|
|
},
|
|
"build": {
|
|
"appId": "com.concreteinfo.markdownconverter",
|
|
"productName": "MarkdownConverter",
|
|
"copyright": "Copyright (C) 2024-2025 ConcreteInfo",
|
|
"directories": {
|
|
"output": "dist"
|
|
},
|
|
"icon": "assets/icon",
|
|
"files": [
|
|
"src/**/*",
|
|
"assets/**/*",
|
|
"scripts/**/*",
|
|
"node_modules/**/*",
|
|
"package.json"
|
|
],
|
|
"asarUnpack": [
|
|
"node_modules/ffmpeg-static/**"
|
|
],
|
|
"extraFiles": [],
|
|
"fileAssociations": [
|
|
{
|
|
"ext": "md",
|
|
"name": "Markdown Document",
|
|
"description": "Markdown Document",
|
|
"mimeType": "text/markdown",
|
|
"role": "Editor"
|
|
},
|
|
{
|
|
"ext": "markdown",
|
|
"name": "Markdown Document",
|
|
"description": "Markdown Document",
|
|
"mimeType": "text/markdown",
|
|
"role": "Editor"
|
|
},
|
|
{
|
|
"ext": "pdf",
|
|
"name": "PDF Document",
|
|
"description": "PDF Document",
|
|
"mimeType": "application/pdf",
|
|
"role": "Editor"
|
|
}
|
|
],
|
|
"mac": {
|
|
"category": "public.app-category.productivity",
|
|
"identity": null
|
|
},
|
|
"win": {
|
|
"target": [
|
|
{
|
|
"target": "nsis",
|
|
"arch": [
|
|
"x64"
|
|
]
|
|
},
|
|
{
|
|
"target": "portable",
|
|
"arch": [
|
|
"x64"
|
|
]
|
|
},
|
|
{
|
|
"target": "zip",
|
|
"arch": [
|
|
"x64"
|
|
]
|
|
}
|
|
],
|
|
"artifactName": "${productName}-${version}-${arch}.${ext}",
|
|
"requestedExecutionLevel": "asInvoker",
|
|
"legalTrademarks": "Copyright (C) 2024-2025 ConcreteInfo",
|
|
"verifyUpdateCodeSignature": false,
|
|
"signAndEditExecutable": false,
|
|
"extraFiles": [
|
|
{
|
|
"from": "bin/win32/pandoc.exe",
|
|
"to": "bin/pandoc.exe"
|
|
}
|
|
]
|
|
},
|
|
"nsis": {
|
|
"oneClick": false,
|
|
"perMachine": false,
|
|
"allowToChangeInstallationDirectory": true,
|
|
"displayLanguageSelector": true,
|
|
"createDesktopShortcut": true,
|
|
"createStartMenuShortcut": true,
|
|
"shortcutName": "MarkdownConverter",
|
|
"runAfterFinish": true,
|
|
"menuCategory": "Productivity",
|
|
"license": "LICENSE",
|
|
"warningsAsErrors": false,
|
|
"artifactName": "${productName}-Setup-${version}.${ext}",
|
|
"deleteAppDataOnUninstall": false,
|
|
"differentialPackage": true
|
|
},
|
|
"linux": {
|
|
"target": [
|
|
"deb",
|
|
"AppImage",
|
|
"snap"
|
|
],
|
|
"category": "Utility",
|
|
"maintainer": "ConcreteInfo <amit.wh@gmail.com>",
|
|
"extraFiles": [
|
|
{
|
|
"from": "bin/linux/pandoc",
|
|
"to": "bin/pandoc"
|
|
}
|
|
]
|
|
},
|
|
"deb": {
|
|
"depends": [
|
|
"imagemagick",
|
|
"libreoffice-common"
|
|
],
|
|
"description": "Professional Markdown editor and universal file converter",
|
|
"maintainer": "ConcreteInfo <amit.wh@gmail.com>"
|
|
}
|
|
}
|
|
}
|