-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 857 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 857 Bytes
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
{
"name": "xl",
"version": "1.0.0",
"description": "This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.",
"main": "index.js",
"scripts": {
"preinstall": "npx only-allow pnpm",
"start:editor": "pnpm --filter editor start",
"build:editor": "pnpm --filter editor build",
"start:adm": "pnpm --filter adm start",
"build:adm": "pnpm --filter adm build"
},
"dependencies": {
"@ant-design/icons": "^5.6.1",
"@ant-design/plots": "^2.3.3",
"@types/lodash-es": "^4.17.12",
"ahooks": "^3.8.4",
"antd": "^5.24.1",
"lodash-es": "^4.17.21",
"react": "^18.3.1",
"sass": "^1.85.0",
"react-dom": "^18.3.1",
"react-router-dom": "^7.1.5",
"dayjs": "^1.11.10",
"zustand": "^5.0.3"
},
"devDependencies": {},
"author": "",
"license": "ISC"
}