-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
72 lines (72 loc) · 1.72 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "compressor",
"version": "1.0.0",
"description": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"@statnett/vue-plotly": "^0.2.0",
"axios": "^0.18.0",
"babel-preset-es2015": "^6.24.1",
"chart.js": "^2.7.2",
"datatables.net": "^1.10.19",
"datatables.net-dt": "^1.10.19",
"envify": "^4.1.0",
"gulp-less": "^4.0.1",
"izitoast": "^1.3.0",
"jquery": "^3.3.1",
"less": "~3",
"less-loader": "^4.1.0",
"mathjs": "^5.0.4",
"moment": "^2.22.2",
"plotly.js": "^1.39.3",
"reconnecting-websocket": "^4.0.0-rc5",
"semantic-ui-calendar": "0.0.8",
"semantic-ui-vue": "^0.2.11",
"sweetalert": "^2.1.0",
"vue": "^2.5.16",
"vue-chartjs": "^3.3.2",
"vue-cookie": "^1.1.4",
"vue-qrcode-component": "^2.1.1",
"vue-qrcode-reader": "^0.8.5"
},
"devDependencies": {
"autoprefixer": "^8.6.4",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-eslint": "^8.2.6",
"babel-plugin-transform-runtime": "^6.0.0",
"babel-preset-env": "^1.7.0",
"babel-preset-stage-2": "^6.24.1",
"babel-preset-vue": "^2.0.2",
"babelify": "^8.0.0",
"browserify": "^16.2.2",
"eslint": "^5.1.0",
"eslint-config-google": "^0.9.1",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-vue": "^4.7.0",
"node-sass": "^4.9.1",
"postcss-cli": "^5.0.1",
"vue-eslint-parser": "^3.1.0",
"vueify": "^9.1.0"
},
"browserify": {
"transform": [
"vueify",
[
"babelify",
{
"presets": [
"es2015"
]
}
]
]
},
"browser": {
"vue": "vue/dist/vue.common.js"
}
}