-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
38 lines (38 loc) · 944 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
36
37
38
{
"name": "vue2-amis-demo",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"serve": "vite",
"serve:dev": "vite --mode development",
"serve:prod": "vite --mode production",
"build": "vite build",
"build:dev": "vite build --mode development",
"build:prod": "vite build --mode production"
},
"author": "",
"license": "ISC",
"dependencies": {
"amis-core": "6.9.0",
"amis-formula": "6.9.0",
"amis-ui": "6.9.0",
"amis": "6.9.0",
"axios": "^1.4.0",
"element-ui": "^2.15.13",
"qs": "^6.11.2",
"vue": "^2.7.14",
"vue-router": "^3.6.5",
"vuex": "^3.6.2"
},
"devDependencies": {
"@vitejs/plugin-legacy": "^4.1.0",
"sass": "^1.63.6",
"vite": "^4.4.3",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-static-copy": "^1.0.1",
"vite-plugin-vue2": "^2.0.3",
"vue-template-compiler": "^2.7.14"
}
}