mirror of
https://github.com/LalleSX/4chan-XZ.git
synced 2025-10-07 07:22:37 +02:00
32 lines
1.0 KiB
JSON
32 lines
1.0 KiB
JSON
{
|
|
"name": "vite-web-extension",
|
|
"version": "1.0.0",
|
|
"displayName": "Vite Web Extension",
|
|
"author": "@samrum/vite-plugin-web-extension",
|
|
"description": "A @samrum/vite-plugin-web-extension web extension",
|
|
"scripts": {
|
|
"build": "vite build",
|
|
"watch": "vite build --watch --mode development --minify false",
|
|
"dev": "vite",
|
|
"serve:firefox": "web-ext run --start-url \"about:debugging#/runtime/this-firefox\" --source-dir ./dist/",
|
|
"serve:chrome": "web-ext run -t chromium --start-url \"https://example.com\" --source-dir ./dist/"
|
|
},
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@samrum/vite-plugin-web-extension": "^4.0.0",
|
|
"@types/chrome": "^0.0.228",
|
|
"@types/react": "^18.0.28",
|
|
"@types/react-dom": "^18.0.11",
|
|
"@types/webextension-polyfill": "^0.10.0",
|
|
"@vitejs/plugin-react": "^4.0.0",
|
|
"typescript": "^5.0.4",
|
|
"vite": "~4.3.1",
|
|
"web-ext": "^7.6.1"
|
|
},
|
|
"dependencies": {
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"webextension-polyfill": "^0.10.0"
|
|
}
|
|
}
|