-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 loc) · 1.19 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
43
44
45
46
47
{
"name": "project-modern",
"version": "1.0.0",
"description": "## 选型",
"main": "index.js",
"packageManager": "^[email protected]",
"private": true,
"author": "",
"license": "ISC",
"engines": {
"node": ">= 16.0.0",
"pnpm": ">= 8.7.6"
},
"scripts": {
"prepare": "husky install",
"preinstall": "npx only-allow pnpm",
"clean": "rm -rf pnpm-lock.yaml node_modules **/*/node_modules",
"dev": "vite --port 8080",
"build": "vite build"
},
"dependencies": {
"@lib/flow": "workspace:^",
"@lib/frame": "workspace:^",
"@lib/tool": "workspace:^",
"@ant-design/icons": "^5.2.6",
"@ant-design/pro-components": "^2.6.35",
"@micro-zoe/micro-app": "1.0.0-rc.1",
"ahooks": "^3.7.8",
"antd": "^5.10.2",
"fs-extra": "^11.1.1",
"lodash-es": "^4.17.21",
"path": "^0.12.7",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.16.0",
"typescript": "^5.3.2",
"umi-request": "^1.4.0",
"zustand": "^4.4.6"
},
"devDependencies": {
"@lib/create-app": "workspace:^",
"@types/lodash-es": "^4.17.11",
"@types/node": "^20.8.4",
"@types/react": "^18.2.28",
"@types/react-dom": "^18.2.12"
}
}