-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 923 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
35
{
"name": "booking",
"version": "1.0.0",
"private": true,
"author": "Zhou Haixian <[email protected]>",
"license": "GPL-3.0",
"description": "录播室预约管理系统",
"scripts": {
"dev": "max dev",
"build": "max build",
"format": "prettier --cache --write .",
"postinstall": "max setup",
"start": "pnpm run dev",
"generate": "max generate"
},
"dependencies": {
"@ant-design/icons": "^4.8.0",
"@ant-design/pro-components": "^2.0.1",
"@umijs/max": "^4.0.34",
"antd": "^4.20.7",
"dayjs": "^1.11.7",
"lodash": "^4.17.21",
"xlsx-js-style": "^1.2.0"
},
"devDependencies": {
"@types/lodash": "^4.14.191",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"lint-staged": "^13.0.3",
"prettier": "^2.7.1",
"prettier-plugin-organize-imports": "^2",
"prettier-plugin-packagejson": "^2",
"typescript": "^4.1.2"
}
}