forked from ant-design/ant-design-pro-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.52 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
{
"name": "@ant-design/pro-cli",
"version": "3.2.0",
"description": "The command tool for ant design pro",
"repository": {
"type": "git",
"url": "https://github.com/ant-design/ant-design-pro-cli"
},
"bin": {
"pro": "./cli.js"
},
"files": [
"src",
"cli.js"
],
"resolutions": {
"underscore": "1.12.0"
},
"dependencies": {
"@babel/core": "^7.23.7",
"@babel/generator": "^7.23.6",
"@babel/parser": "^7.23.6",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-decorators": "^7.23.7",
"@babel/preset-env": "^7.23.8",
"@babel/preset-react": "^7.23.3",
"@babel/preset-typescript": "^7.23.3",
"@babel/traverse": "^7.23.7",
"@babel/types": "^7.23.6",
"@umijs/fabric": "^2.14.1",
"babel-types": "^6.26.0",
"blink-diff": "^1.0.13",
"carlo": "^0.9.46",
"chalk": "^4.1.2",
"cross-port-killer": "^1.4.0",
"execa": "^5.1.1",
"fs-extra": "^10.1.0",
"glob": "^7.2.3",
"import-fresh": "^3.3.0",
"inquirer": "^8.2.6",
"intl-messageformat": "^9.13.0",
"lodash.groupby": "^4.6.0",
"node-fetch": "^2.7.0",
"node-import-ts": "^1.0.6",
"ora": "^5.4.1",
"pngjs-image": "^0.11.7",
"prettier": "^2.8.8",
"recast": "^0.21.5",
"rimraf": "^3.0.2",
"semver": "^7.5.4",
"typescript": "^4.9.5",
"umi-utils": "^1.7.3",
"yargs-parser": "^20.2.9",
"yeoman-environment": "^3.19.3",
"yeoman-generator": "^5.10.0"
},
"devDependencies": {
"eslint": "^8.56.0"
}
}