forked from umijs/create-umi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.37 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
{
"name": "create-umi",
"version": "0.27.1",
"description": "Creates a UmiJS application using the command line.",
"homepage": "https://github.com/umijs/create-umi",
"bugs": {
"url": "https://github.com/umijs/create-umi/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/umijs/create-umi"
},
"license": "MIT",
"files": [
"cli.js",
"index.js",
"lib"
],
"bin": {
"create-umi": "cli.js"
},
"scripts": {
"prepublishOnly": "np --no-cleanup --yolo --no-publish",
"test": "umi-test test/index.test.js",
"cov": "umi-test test/index.test.js --coverage",
"prettier": "prettier -c --write '**/*'"
},
"dependencies": {
"chalk": "4.0.0",
"clipboardy": "^2.1.0",
"debug": "^4.1.1",
"execa": "^1.0.0",
"fs-extra": "^8.0.1",
"glob": "^7.1.4",
"inquirer": "^6.4.1",
"mkdirp": "^0.5.1",
"prettier": "^2.0.0",
"semver": "^6.1.0",
"sort-package-json": "^1.22.1",
"sylvanas": "^0.6.1",
"typescript": "^4.0.0",
"umi-utils": "^1.5.2",
"yargs-parser": "^13.1.1",
"yeoman-environment": "^2.8.0",
"yeoman-generator": "^4.0.1"
},
"devDependencies": {
"@types/jest": "^24.0.19",
"coffee": "^5.2.1",
"mm": "^2.5.0",
"np": "^5.0.1",
"umi-test": "^1.8.2"
},
"authors": [
"chencheng <sorrycc@gmail.com> (https://github.com/sorrycc)"
]
}