-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.27 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
{
"name": "test",
"version": "0.1.0",
"description": "peon f2e project",
"repository": {
"type": "git",
"url": ""
},
"author": {
"name": "yuanxiang.yang",
"email": "yuanxiang.yang@dianping.com"
},
"keywords": [
"vue"
],
"dependencies": {
"mint-ui": "^2.2.5",
"vue": "2.2.1"
},
"devDependencies": {
"autoprefixer": "^6.3.3",
"babel-core": "^6.4.5",
"babel-loader": "^6.2.1",
"babel-plugin-transform-runtime": "^6.0.0",
"babel-preset-es2015": "^6.0.0",
"babel-preset-stage-0": "^6.5.0",
"vue-loader": "^10.0.2",
"css-loader": "^0.23.1",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.8.4",
"json-loader": "^0.5.4",
"less": "^2.7.1",
"less-loader": "^2.2.3",
"open": "0.0.5",
"postcss-initial": "^1.5.1",
"postcss-loader": "^0.9.1",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"vue-template-compiler": "2.2.1",
"clean-webpack-plugin": "^0.1.15",
"copy-webpack-plugin": "^4.0.1",
"webpack": "^1.12.14",
"webpack-dev-server": "^1.14.1"
},
"scripts": {
"start": "node devserver.js",
"build": "webpack --config ./webpack.config.js"
},
"bugs": {
"url": "http:///issues"
},
"homepage": "http://",
"license": "Apache-2.0"
}