feat: initialize gomdown-helper with yt-dlp transfer flow
This commit is contained in:
34
package.json
Normal file
34
package.json
Normal file
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"name": "gomdown-helper",
|
||||
"private": true,
|
||||
"version": "0.0.10",
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user