45 lines
1.3 KiB
JSON
Executable File
45 lines
1.3 KiB
JSON
Executable File
{
|
|
"name": "vite-web-extension",
|
|
"displayName": "Web Extension Boilerplate",
|
|
"version": "1.1.0",
|
|
"description": "A simple chrome extension template with Vite, React, TypeScript and Tailwind CSS.",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/JohnBra/web-extension.git"
|
|
},
|
|
"scripts": {
|
|
"build": "vite build",
|
|
"dev": "nodemon"
|
|
},
|
|
"type": "module",
|
|
"dependencies": {
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"webextension-polyfill": "^0.10.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^18.11.18",
|
|
"@types/react": "^18.0.27",
|
|
"@types/react-dom": "^18.0.10",
|
|
"@types/webextension-polyfill": "^0.10.0",
|
|
"@typescript-eslint/eslint-plugin": "^5.49.0",
|
|
"@typescript-eslint/parser": "^5.49.0",
|
|
"@vitejs/plugin-react-swc": "^3.0.1",
|
|
"autoprefixer": "^10.4.13",
|
|
"eslint": "^8.32.0",
|
|
"eslint-config-prettier": "^8.6.0",
|
|
"eslint-plugin-import": "^2.27.5",
|
|
"eslint-plugin-jsx-a11y": "^6.7.1",
|
|
"eslint-plugin-react": "^7.32.1",
|
|
"eslint-plugin-react-hooks": "^4.3.0",
|
|
"fs-extra": "^11.1.0",
|
|
"nodemon": "^2.0.20",
|
|
"postcss": "^8.4.21",
|
|
"tailwindcss": "^3.2.4",
|
|
"ts-node": "^10.9.1",
|
|
"typescript": "^4.9.4",
|
|
"vite": "^4.0.4"
|
|
}
|
|
}
|