-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
100 lines (100 loc) · 2.76 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
{
"name": "dio-cli",
"version": "1.0.15",
"description": "CLI for scaffolding dio-cli projects , 前端项目, 构建工具",
"main": "bin/dio.js",
"preferGlobal": true,
"bin": {
"dio": "./bin/dio.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/diogoxiang/dio-cli.git"
},
"keywords": [
"dio",
"cli",
"dio-cli"
],
"author": "[email protected]",
"license": "ISC",
"dependencies": {
"archiver": "^1.3.0",
"autoprefixer": "^6.7.7",
"babel-core": "^6.22.1",
"babel-eslint": "^7.2.3",
"babel-helper-vue-jsx-merge-props": "^2.0.2",
"babel-loader": "^7.0.0",
"babel-plugin-syntax-jsx": "^6.18.0",
"babel-plugin-transform-runtime": "^6.0.0",
"babel-plugin-transform-vue-jsx": "^3.4.2",
"babel-preset-env": "^1.6.0",
"babel-register": "^6.0.0",
"chalk": "^1.1.3",
"commander": "^2.9.0",
"compression-webpack-plugin": "^0.3.2",
"connect-history-api-fallback": "^1.1.0",
"copy-webpack-plugin": "^4.0.1",
"css-loader": "^0.26.2",
"cssnano": "^3.10.0",
"eslint": "^3.18.0",
"eslint-friendly-formatter": "^2.0.7",
"eslint-loader": "^1.7.0",
"eslint-plugin-html": "^3.0.0",
"eventsource-polyfill": "^0.9.6",
"express": "^4.15.2",
"extract-text-webpack-plugin": "^2.1.0",
"file-loader": "^0.11.2",
"friendly-errors-webpack-plugin": "^1.4.0",
"fs-extra": "^4.0.1",
"function-bind": "^1.0.2",
"html-webpack-plugin": "^2.28.0",
"http-proxy-middleware": "^0.17.3",
"inject-loader": "^3.0.0-beta2",
"inquirer": "^3.0.6",
"isparta-loader": "^2.0.0",
"json-loader": "^0.5.4",
"klaw-sync": "^2.1.0",
"koa": "^2.3.0",
"koa-proxies": "^0.5.2",
"koa-static": "^4.0.1",
"koa-webpack": "^0.6.0",
"koa2-history-api-fallback": "0.0.5",
"node-sass": "^4.5.0",
"opn": "^4.0.2",
"optimize-css-assets-webpack-plugin": "^2.0.0",
"ora": "^1.3.0",
"pacote": "^4.0.0",
"postcss-loader": "^2.0.6",
"resolve-url-loader": "^2.0.2",
"rimraf": "^2.6.0",
"sass-loader": "^6.0.2",
"semver": "^5.3.0",
"style-loader": "^0.13.2",
"url-loader": "^0.5.7",
"vue-hot-reload-api": "^1.2.0",
"vue-html-loader": "^1.0.0",
"vue-loader": "^13.0.0",
"vue-style-loader": "^1.0.0",
"vue-template-compiler": "~2.2.0",
"webpack": "^2.6.1",
"webpack-merge": "^2.6.1"
},
"devDependencies": {
"commitizen": "^2.9.6",
"cz-conventional-changelog": "^2.0.0",
"intelli-espower-loader": "^1.0.1",
"mocha": "^3.4.2",
"power-assert": "^1.4.4"
},
"bugs": {
"url": "https://github.com/diogoxiang/dio-cli/issues"
},
"engines": {
"node": ">=7.6.0",
"npm": ">=3.0.0"
}
}