-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.01 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
{
"name": "cloudApp",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"builddev": "SET titlePrefix=dev&vue-cli-service build",
"test:unit": "vue-cli-service test:unit"
},
"dependencies": {
"ant-design-vue": "^1.5.4",
"axios": "^0.19.2",
"core-js": "^3.6.4",
"less": "^3.5.0",
"less-loader": "^5.0.0",
"md5": "^2.2.1",
"qrcode.vue": "^1.7.0",
"qrcodejs": "^1.0.0",
"register-service-worker": "^1.7.1",
"swiper": "^6.2.0",
"vue": "^2.6.11",
"vue-google-charts": "^0.3.3",
"vue-i18n": "^8.17.4",
"vue-router": "^3.3.4",
"vuex": "^3.1.3"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~4.3.0",
"@vue/cli-plugin-pwa": "^4.4.6",
"@vue/cli-plugin-router": "^4.4.6",
"@vue/cli-plugin-unit-jest": "~4.3.0",
"@vue/cli-plugin-vuex": "~4.3.0",
"@vue/cli-service": "~4.3.0",
"@vue/test-utils": "1.0.0-beta.31",
"vue-template-compiler": "^2.6.11"
}
}