-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 934 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "nextjs-crxjs-chrome-extension",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "next lint && next build && next export -o build && webpack && node utils/build.js",
"zip": "node utils/zip.js",
"prettier": "prettier --write src/**/*.{js,jsx,ts,tsx,css,scss}"
},
"dependencies": {
"next": "12.1.6",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^5.2.1"
},
"devDependencies": {
"@crxjs/vite-plugin": "^1.0.14",
"@nextui-org/react": "^2.3.6",
"@types/chrome": "^0.0.267",
"@vitejs/plugin-react": "^1.3.0",
"adm-zip": "^0.5.12",
"autoprefixer": "^10.4.19",
"eslint": "^8.31.0",
"eslint-config-next": "14.2.2",
"fs.promises.exists": "^1.1.4",
"postcss": "^8.4.38",
"prettier": "^2.8.3",
"tailwindcss": "^3.4.3",
"vite": "^2.9.18",
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4"
}
}