-
Notifications
You must be signed in to change notification settings - Fork 25
Expand file tree
/
Copy pathpackage.json
More file actions
114 lines (114 loc) · 3.2 KB
/
package.json
File metadata and controls
114 lines (114 loc) · 3.2 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
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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
{
"name": "hey-cli",
"version": "2.7.2",
"description": "webpack脚手架,hot-dev-server,build",
"keywords": [
"webpack",
"hot-dev-server",
"frontend",
"web",
"build"
],
"main": "index.js",
"bin": {
"hey": "bin/hey.js"
},
"scripts": {
"version": "standard-version"
},
"author": "vvpvvp",
"email": "alias8516@sina.com.com",
"bugs": "https://github.com/heyui/hey-cli/issues",
"repository": {
"type": "git",
"url": "https://github.com/heyui/hey-cli.git"
},
"license": "MIT",
"dependencies": {
"@babel/core": "^7.4.4",
"@babel/plugin-proposal-class-properties": "^7.4.4",
"@babel/plugin-proposal-object-rest-spread": "^7.4.4",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-syntax-jsx": "^7.2.0",
"@babel/plugin-syntax-object-rest-spread": "^7.2.0",
"@babel/plugin-transform-async-to-generator": "^7.4.4",
"@babel/plugin-transform-flow-strip-types": "^7.4.4",
"@babel/plugin-transform-modules-commonjs": "^7.4.4",
"@babel/plugin-transform-object-assign": "^7.2.0",
"@babel/plugin-transform-runtime": "^7.4.4",
"@babel/plugin-transform-spread": "^7.2.2",
"@babel/preset-env": "^7.4.4",
"@babel/preset-react": "^7.0.0",
"@babel/runtime": "^7.4.4",
"ajv": "^6.10.0",
"ansi-regex": "^2.1.1",
"autoprefixer": "^9.5.1",
"babel-loader": "^8.0.5",
"babel-plugin-import": "^1.11.0",
"babel-plugin-transform-es2015-spread": "^6.22.0",
"bin-build": "^3.0.0",
"colorful": "^2.1.0",
"commander": "^2.20.0",
"concat-stream": "^2.0.0",
"core-js": "^2.6.9",
"cross-spawn": "^6.0.5",
"css-loader": "^2.1.1",
"directory-named-webpack-plugin": "^4.0.1",
"download-git-repo": "^1.1.0",
"ejs-loader": "^0.3.3",
"file-loader": "^3.0.1",
"fs": "0.0.2",
"fs-extra": "^7.0.1",
"glob": "^7.1.3",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^4.0.0-beta.5",
"imagemin": "^6.1.0",
"img-loader": "^3.0.1",
"imports-loader": "^0.8.0",
"json": "^10.0.0",
"json-loader": "^0.5.7",
"less": "^3.10.1",
"less-loader": "^5.0.0",
"log4js": "^4.1.0",
"metalsmith": "^2.3.0",
"mini-css-extract-plugin": "^0.6.0",
"node-less": "^1.0.0",
"open": "^6.2.0",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"ora": "^3.4.0",
"os": "^0.1.1",
"postcss-loader": "^3.0.0",
"precss": "^4.0.0",
"progress": "^2.0.3",
"progress-bar-webpack-plugin": "^1.12.1",
"prompt-list": "^3.2.0",
"rimraf": "^2.6.3",
"script-loader": "^0.7.2",
"stream": "^0.0.2",
"strip-ansi": "^3.0.1",
"style-loader": "^0.23.1",
"terser-webpack-plugin": "^1.2.4",
"trumpet": "^1.7.2",
"ts-loader": "^6.0.4",
"typescript": "^3.5.3",
"uglifyjs-webpack-plugin": "^2.1.2",
"url": "^0.11.0",
"url-loader": "^1.1.2",
"user-home": "^2.0.0",
"vue-loader": "^15.7.0",
"vue-style-loader": "^4.1.2",
"vue-template-compiler": "^2.6.10",
"webpack": "^4.30.0",
"webpack-bundle-analyzer": "^3.3.2",
"webpack-dev-server": "^3.7.2"
},
"engines": {
"node": ">= 4.0.0",
"npm": ">= 3.0.0"
},
"browserslist": [
"ie >= 9",
"> 1%"
],
"devDependencies": {}
}