-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 926 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 926 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
{
"name": "oehu-website",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build --dest build-copy ",
"lint": "vue-cli-service lint"
},
"dependencies": {
"axios": "^0.18.0",
"buefy": "^0.7.1",
"bulma": "^0.7.1",
"chart.js": "^2.7.2",
"moment": "^2.22.2",
"ramda": "^0.25.0",
"vue": "^2.5.17",
"vue-axios": "^2.1.4",
"vue-burger-menu": "^1.0.6",
"vue-canvas-gauges": "0.0.0",
"vue-chartjs": "^3.4.0",
"vue-cookies": "^1.5.7",
"vue-form-generator": "^2.3.1",
"vue-form-wizard": "^0.8.4",
"vue-router": "^3.0.1",
"vue2-leaflet": "^1.0.2"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.0.1",
"@vue/cli-plugin-eslint": "^3.0.1",
"@vue/cli-service": "^3.0.1",
"node-sass": "^4.9.3",
"sass-loader": "^7.1.0",
"vue-template-compiler": "^2.5.17"
}
}