-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.71 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
{
"name": "maklerbuero",
"version": "1.0.0",
"description": "",
"author": "Gabor Simon <[email protected]>",
"license": "BSD",
"private": true,
"scripts": {
"build": "webpack-cli --display=verbose",
"buildprod": "NODE_ENV=production webpack-cli --progress",
"builddev": "NODE_ENV=development webpack-cli --progress",
"test": "mocha --timeout 5000 test/*.js"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
],
"dependencies": {
"chai": "^4.2.0",
"chai-http": "^4.3.0",
"express": "^4.16.3",
"log4js": "^3.0.2",
"mocha": "^6.2.0",
"mysql": "^2.17.1",
"node-getopt": "^0.3.2"
},
"devDependencies": {
"axios": "^0.18.1",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.5",
"babel-plugin-component": "^1.1.1",
"babel-preset-env": "^1.7.0",
"babel-preset-stage-1": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"babel-preset-stage-3": "^6.24.1",
"babel-preset-vue-app": "^2.0.0",
"body-parser": "^1.18.3",
"canvas-gauges": "^2.1.5",
"chart.js": "^2.7.2",
"css-loader": "^1.0.0",
"element-theme-chalk": "^2.4.6",
"element-ui": "^2.4.5",
"file-loader": "^1.1.4",
"font-awesome": "^4.7.0",
"font-proxima-nova-scss": "^1.0.1",
"node-sass": "^4.9.2",
"sass-loader": "^7.0.3",
"style-loader": "^0.21.0",
"uglifyjs-webpack-plugin": "^1.2.7",
"url-loader": "^1.1.1",
"vue": "^2.5.16",
"vue-axios": "^2.1.3",
"vue-chartjs": "^3.4.0",
"vue-loader": "^15.2.6",
"vue-router": "^3.0.1",
"vue-style-loader": "^4.1.1",
"vue-template-compiler": "^2.5.16",
"vue2-canvas-gauges": "0.0.0",
"webpack": "^4.16.3",
"webpack-cli": "^3.3.2"
}
}