-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.09 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
40
41
42
{
"name": "react-umi-express",
"version": "1.0.0",
"private": false,
"description": "本项目采用 react+umi+express 搭建前后端一体式框架,并实现登陆注册接口,持续新增中...",
"author": "chrish <[email protected]>",
"scripts": {
"dev": "umi dev",
"build": "umi build",
"postinstall": "umi setup",
"setup": "umi setup",
"start": "npm run dev"
},
"dependencies": {
"@escook/express-joi": "^1.1.1",
"antd": "^5.2.0",
"axios": "^1.3.2",
"bcryptjs": "^2.4.3",
"body-parser": "1.20.1",
"cors": "^2.8.5",
"express": "^4.18.2",
"joi": "^17.8.3",
"js-cookie": "^3.0.1",
"lodash-es": "^4.17.21",
"mysql": "^2.18.1",
"mysql2": "^3.1.2",
"qs": "^6.11.0",
"umi": "^4.0.51",
"express-jwt": "^7.6.2",
"express-session": "^1.17.2",
"jsonwebtoken": "^8.5.1"
},
"devDependencies": {
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@umijs/lint": "^4.0.51",
"@umijs/plugins": "^4.0.51",
"eslint": "^8.33.0",
"stylelint": "^15.0.0",
"typescript": "^4.1.2"
}
}