35 lines
1.0 KiB
JSON
35 lines
1.0 KiB
JSON
{
|
|
"name": "gomdown-helper",
|
|
"private": true,
|
|
"version": "0.0.11",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"prebuild": "node scripts/version-bump.mjs",
|
|
"build": "tsc -b && vite build",
|
|
"preview": "vite preview",
|
|
"build:chrome": "npm run build && node scripts/build-platform.mjs chrome",
|
|
"build:edge": "npm run build && node scripts/build-platform.mjs edge",
|
|
"build:firefox": "npm run build && node scripts/build-platform.mjs firefox",
|
|
"build:all": "npm run build && node scripts/build-platform.mjs all"
|
|
},
|
|
"dependencies": {
|
|
"aria2": "^4.1.2",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"webextension-polyfill": "^0.12.0"
|
|
},
|
|
"devDependencies": {
|
|
"@crxjs/vite-plugin": "^2.0.3",
|
|
"@types/chrome": "^0.0.290",
|
|
"@types/node": "^24.10.1",
|
|
"@types/react": "^18.3.12",
|
|
"@types/react-dom": "^18.3.1",
|
|
"@types/webextension-polyfill": "^0.12.1",
|
|
"@vitejs/plugin-react": "^4.3.3",
|
|
"type-fest": "^4.40.0",
|
|
"typescript": "~5.9.3",
|
|
"vite": "^7.3.1"
|
|
}
|
|
}
|