-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.53 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.53 KB
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
{
"name": "hanser",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "webpack-dev-server --mode development",
"prod": "webpack --mode production",
"test": "mocha -t 3000 --recursive --require babel-register"
},
"author": "theo.carrive@gmail.com",
"license": "ISC",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-eslint": "^8.2.3",
"babel-loader": "^7.1.4",
"babel-plugin-syntax-flow": "^6.18.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-flow-strip-types": "^6.22.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-flow": "^6.23.0",
"babel-preset-stage-0": "^6.24.1",
"chai": "^4.1.2",
"eslint": "^4.19.1",
"eslint-config-vue": "^2.0.2",
"eslint-plugin-flowtype-errors": "^3.6.0",
"eslint-plugin-html": "^4.0.3",
"eslint-plugin-vue": "^4.5.0",
"flow-bin": "^0.74.0",
"mocha": "^5.2.0",
"node-sass": "^4.9.0",
"sass-loader": "^7.0.1",
"save": "^2.3.2",
"style-loader": "^0.21.0",
"vue-loader": "^14.2.2",
"vue-template-compiler": "^2.5.16",
"webpack": "^4.8.3",
"webpack-cli": "^2.1.3",
"webpack-dev-server": "^3.1.4"
},
"dependencies": {
"bootstrap-vue": "^2.0.0-rc.11",
"chart.js": "^2.7.2",
"css-loader": "^0.28.11",
"eslint-plugin-flowtype": "^2.49.3",
"immutable": "^3.8.2",
"lodash": "^4.17.10",
"randomcolor": "^0.5.3",
"vue": "^2.5.16",
"vue-chartjs": "^3.3.2",
"vuex": "^3.0.1"
}
}