forked from Yuezi32/vite-react-crx-2023autumn
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 1.02 KB
/
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": "vite-react-crx",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite -c vite.popup.config.js",
"build": "vite build -c vite.popup.config.js && vite build -c vite.content.config.js && vite build -c vite.background.config.js && node build.js",
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview -c vite.popup.config.js"
},
"dependencies": {
"antd": "^5.8.3",
"mockjs": "^1.1.0",
"mockjs-fetch": "^2.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.15.0"
},
"devDependencies": {
"@types/react": "^18.2.20",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react": "^4.0.4",
"eslint": "^8.47.0",
"eslint-plugin-react": "^7.33.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"less": "^4.2.0",
"sass": "^1.65.1",
"stylus": "^0.59.0",
"vite": "^4.4.9"
},
"packageManager": "yarn@1.22.19"
}