-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 869 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 869 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
{
"name": "test",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"deploy": "./deploy.sh"
},
"dependencies": {
"@babel/polyfill": "^7.0.0-rc.1",
"@fortawesome/fontawesome-free": "^5.2.0",
"roboto-fontface": "*",
"vue": "^2.5.21",
"vue-analytics": "^5.16.1",
"vue-lodash": "^2.0.0",
"vue-moment": "^4.0.0",
"vue-router": "^3.0.1",
"vue-shortkey": "^3.1.6",
"vue-swatches": "^1.0.2",
"vue2-leaflet": "^1.2.3",
"vue2-touch-events": "^1.1.1",
"vuetify": "^1.3.0",
"vuex": "^3.0.1"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.2.0",
"@vue/cli-service": "^3.2.0",
"node-sass": "^4.9.0",
"sass-loader": "^7.0.1",
"vue-cli-plugin-vuetify": "^0.4.6",
"vue-template-compiler": "^2.5.21"
}
}