-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1018 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 1018 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
31
32
33
34
35
36
37
38
{
"name": "vue-argon-design-system",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"axios": "^0.21.1",
"bootstrap-vue": "^2.0.4",
"flatpickr": "^4.5.1",
"jquery": "^3.5.1",
"nouislider": "^11.1.0",
"register-service-worker": "^1.5.2",
"v-lazy-image": "^1.4.0",
"vue": "^2.6.6",
"vue-dynamic-star-rating": "^1.0.8",
"vue-flatpickr-component": "^8.1.1",
"vue-iamport": "^0.1.2",
"vue-lazyload": "^1.2.6",
"vue-router": "^3.0.2",
"vue2-transitions": "^0.2.3",
"vuelidate": "^0.7.5",
"vuex": "^3.3.0"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.4.0",
"@vue/cli-plugin-eslint": "^3.4.0",
"@vue/cli-plugin-pwa": "^3.4.0",
"@vue/cli-service": "^4.3.1",
"node-sass": "^4.14.1",
"sass-loader": "^7.1.0",
"vee-validate": "^3.3.0",
"vue-template-compiler": "^2.6.6"
}
}