-
-
Notifications
You must be signed in to change notification settings - Fork 627
/
Copy pathpackage.json
43 lines (43 loc) · 992 Bytes
/
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
{
"name": "@webpack-cli/generators",
"version": "2.3.0",
"description": "Webpack-CLI generators",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"keywords": [],
"license": "MIT",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/webpack/webpack-cli.git"
},
"homepage": "https://github.com/webpack/webpack-cli/tree/master/packages/generators",
"files": [
"lib",
"addon-template",
"init-template",
"loader-template",
"plugin-template"
],
"dependencies": {
"colorette": "^2.0.2",
"yeoman-environment": "^2.10.3",
"yeoman-generator": "^4.12.0"
},
"peerDependencies": {
"webpack": "4.x.x || 5.x.x",
"webpack-cli": "4.x.x"
},
"peerDependenciesMeta": {
"prettier": {
"optional": true
}
},
"devDependencies": {
"@types/yeoman-generator": "^4.11.3",
"rimraf": "^3.0.2"
},
"gitHead": "fb50f766851f500ca12867a2aa9de81fa6e368f9"
}