-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.23 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.23 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
{
"name": "hiberledger-demo",
"version": "1.0.0",
"description": "hiberledger-demo",
"scripts": {
"watch": "webpack-dev-server --inline --hot --progress --color",
"build": "webpack --progress --color",
"production": "cross-env NODE_ENV=production webpack --progress --hide-modules"
},
"repository": {
"type": "git",
"url": ""
},
"author": "Pengfei He",
"license": "MIT",
"bugs": {
"url": ""
},
"homepage": "",
"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.23.0",
"clean-webpack-plugin": "^0.1.9",
"copy-webpack-plugin": "^4.0.1",
"html-webpack-plugin": "^2.28.0",
"css-loader": "^0.21.0",
"style-loader": "^0.8.0",
"file-loader": "^0.10.1",
"stylus-loader": "^3.0.0",
"url-loader": "^0.5.0",
"vue-loader": "^11.1.4",
"vue-html-loader": "^1.2.4",
"vue-style-loader": "^2.0.3",
"vue-template-compiler": "^2.2.2",
"vue-hot-reload-api": "2.0.11",
"webpack": "^2.2.1",
"webpack-dev-server": "^2.4.0"
},
"dependencies": {
"jquery": "~2.1.1",
"vue": "^2.0.0",
"vue-router": "^2.3.0",
"vue-resource": "^1.2.1"
}
}