mirror of
https://github.com/LalleSX/4chan-XZ.git
synced 2025-10-07 07:22:37 +02:00
49 lines
1.7 KiB
JSON
49 lines
1.7 KiB
JSON
{
|
|
"name": "4chanxz",
|
|
"version": "1.0.0",
|
|
"displayName": "a 4chan browser extension",
|
|
"author": "LalleSX",
|
|
"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://boards.4channel.org/g/\" --source-dir ./dist/"
|
|
},
|
|
"license": "GPL-3.0",
|
|
"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",
|
|
"autoprefixer": "^10.4.14",
|
|
"eslint": "^8.40.0",
|
|
"eslint-plugin-react": "^7.32.2",
|
|
"postcss": "^8.4.23",
|
|
"tailwindcss": "^3.3.2",
|
|
"typescript": "^5.0.4",
|
|
"vite": "~4.3.1",
|
|
"web-ext": "^7.6.1"
|
|
},
|
|
"dependencies": {
|
|
"@types/jquery": "^3.5.16",
|
|
"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",
|
|
"jquery": "^3.6.4",
|
|
"react": "^18.2.0",
|
|
"react-dnd": "^16.0.1",
|
|
"react-dnd-html5-backend": "^16.0.1",
|
|
"react-dom": "^18.2.0",
|
|
"webextension-polyfill": "^0.10.0"
|
|
}
|
|
} |