-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.58 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
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "collect-ui",
"version": "1.0.3",
"description": "",
"main": "dist/collect-ui.es.js",
"module": "dist/collect-ui.es.js",
"scripts": {
"dev": "vite",
"demo:build": "vite build --config vite.demo.config.ts && robocopy demo\\data docs\\demo\\data /E",
"build": "vite build",
"publish": "npm publish",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"低代码",
"lower code",
"基于antd的低代码"
],
"author": "",
"license": "ISC",
"dependencies": {
"ag-grid-react": "^32.0.2",
"ahooks": "^3.8.0",
"antd": "^5.18.0",
"axios": "^1.7.2",
"dayjs": "^1.11.12",
"espree": "^10.1.0",
"mobx": "^6.12.4",
"mobx-react": "^9.1.1",
"mobx-state-tree": "^6.0.0",
"moment": "^2.30.1",
"ramda": "^0.30.1",
"react": "^18.3.1",
"react-contexify": "^6.0.0",
"react-dom": "^18.3.1",
"react-draggable": "^4.4.6",
"react-icons": "^5.2.1",
"react-resizable-panels": "^2.0.1",
"react-router-cache-route": "^1.13.0",
"react-router-dom": "^6.24.0",
"react-syntax-highlighter": "^15.5.0",
"uuid": "^10.0.0",
"vite-plugin-commonjs": "^0.10.1"
},
"devDependencies": {
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"rollup-plugin-copy": "^3.5.0",
"sass": "^1.77.8",
"typescript": "^5.5.4",
"vite": "^5.4.1",
"vite-plugin-copy": "^0.1.6",
"vite-plugin-static-copy": "^1.0.6"
},
"repository": {
"type": "git",
"url": "https://github.com/SelfDown/collect-ui.git"
}
}