-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.12 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
35
36
37
38
39
{
"name": "game",
"version": "1.0.0",
"main": "index.js",
"author": "pengliheng <[email protected]>",
"license": "MIT",
"scripts": {
"dev": "vite --port 3000",
"build": "vite build",
"lint:prettier": "prettier './' --write"
},
"dependencies": {
"classnames": "^2.5.1",
"less": "^4.2.0",
"lodash": "^4.17.21",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"usehooks-ts": "^2.10.0",
"vue": "^3.4.19"
},
"devDependencies": {
"@types/lodash": "^4.14.202",
"@types/node": "^18.7.13",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-react": "^4.2.1",
"@vitejs/plugin-vue": "^5.0.4",
"autoprefixer": "^10.4.17",
"eslint": "^8.56.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"path": "^0.12.7",
"prettier": "2.3.2",
"typescript": "^4.8.2",
"vite": "^5.1.4"
}
}