mirror of
https://github.com/LalleSX/4chan-XZ.git
synced 2025-10-07 07:22:37 +02:00
43 lines
1.5 KiB
JSON
43 lines
1.5 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",
|
|
"lint": "eslint --ext .ts,.tsx src --fix",
|
|
"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",
|
|
"@typescript-eslint/eslint-plugin": "^5.59.5",
|
|
"@typescript-eslint/parser": "^5.59.5",
|
|
"@vitejs/plugin-react": "^4.0.0",
|
|
"eslint": "^8.40.0",
|
|
"eslint-plugin-react": "^7.32.2",
|
|
"typescript": "^5.0.4",
|
|
"vite": "~4.3.1",
|
|
"web-ext": "^7.6.1"
|
|
},
|
|
"dependencies": {
|
|
"eslint-config-standard-with-typescript": "^34.0.1",
|
|
"eslint-plugin-import": "^2.27.5",
|
|
"eslint-plugin-n": "^15.7.0",
|
|
"eslint-plugin-promise": "^6.1.1",
|
|
"eslint-plugin-simple-import-sort": "^10.0.0",
|
|
"imageboard": "^0.6.25",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"webextension-polyfill": "^0.10.0"
|
|
}
|
|
}
|