-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.38 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
{
"name": "RMS",
"version": "0.0.1",
"description": "Route Management System",
"config": {
"branch": "staging"
},
"scripts": {
"dev": "webpack-dev-server --inline --hot --no-info --port 8002",
"build": "cross-env NODE_ENV=production webpack --progress --hide-modules --display-error-details --bail"
},
"author": "yintothayang",
"license": "MIT",
"devDependencies": {
"babel-core": "^6.1.21",
"babel-loader": "^6.1.0",
"babel-plugin-transform-runtime": "^6.1.18",
"babel-preset-es2015": "^6.1.18",
"babel-runtime": "^6.0.0",
"copy-webpack-plugin": "^1.1.1",
"cross-env": "^1.0.5",
"css-loader": "^0.21.0",
"es6-promise": "^3.1.2",
"file-loader": "",
"html-webpack-plugin": "^2.10.0",
"node-sass": "^3.4.2",
"sass-loader": "^3.1.2",
"stylus-loader": "^1.4.0",
"vue-hot-reload-api": "^1.2.0",
"vue-html-loader": "^1.0.0",
"vue-loader": "^8.0.0",
"vue-style-loader": "^1.0.0",
"webpack": "^1.13.1",
"webpack-dev-server": "^1.14.1",
"webpack-merge": "^0.13.0"
},
"dependencies": {
"chart.js": "^2.1.4",
"es6-promise": "^3.0.2",
"file-loader": "",
"materialize-css": "^0.97.5",
"vue": "^1.0.20",
"vue-router": "^0.7.5"
}
}