-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
55 lines (55 loc) · 1.28 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
{
"name": "lowcode-vue3",
"private": false,
"version": "0.0.1",
"description": "简易版低代码平台架子",
"author": {
"name": "Zian502",
"email": "[email protected]"
},
"keywords": [
"vue3",
"vite2",
"lowcode",
"ant-design"
],
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"build:doc": "vue-tsc --noEmit && vite build --mode build:doc",
"preview": "vite preview"
},
"repository": {
"type": "git",
"url": "[email protected]:Zian502/lowcode-vue3.git"
},
"engines": {
"node": "^12 || >=14"
},
"dependencies": {
"@ant-design/icons-vue": "^6.0.1",
"ant-design-vue": "^2.2.8",
"loadsh": "0.0.4",
"pinia": "^2.0.3",
"shortid": "^2.2.16",
"uuid": "^8.3.2",
"vue": "^3.2.25",
"vue-router": "^4.0.12",
"vuedraggable": "^4.1.0"
},
"devDependencies": {
"@babel/parser": "^7.17.8",
"@babel/traverse": "^7.17.3",
"@types/node": "^17.0.23",
"@vitejs/plugin-vue": "^2.2.0",
"consola": "^2.15.3",
"less": "^4.1.2",
"less-loader": "^10.2.0",
"typescript": "^4.5.4",
"unplugin-auto-import": "^0.4.14",
"unplugin-vue-components": "^0.17.2",
"vite": "^2.6.4",
"vite-plugin-style-import": "^1.3.0",
"vue-tsc": "^0.29.8"
}
}