forked from facebook/create-react-app
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 978 Bytes
/
package.json
File metadata and controls
45 lines (45 loc) · 978 Bytes
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
{
"name": "create-dg-react",
"version": "5.0.0-alpha.0",
"keywords": [
"react"
],
"description": "Create React apps with no build configuration.",
"repository": {
"type": "git",
"url": "https://github.com/MS-DG/create-dg-react.git",
"directory": "packages/create-dg-react"
},
"license": "MIT",
"engines": {
"node": ">=14"
},
"bugs": {
"url": "https://github.com/MS-DG/create-dg-react/issues"
},
"files": [
"index.js",
"createReactApp.js"
],
"bin": "./index.js",
"scripts": {
"test": "cross-env FORCE_COLOR=true jest"
},
"dependencies": {
"chalk": "4.1.2",
"commander": "8.1.0",
"cross-spawn": "7.0.3",
"envinfo": "7.8.1",
"fs-extra": "10.0.0",
"hyperquest": "2.1.3",
"prompts": "2.4.1",
"semver": "7.3.5",
"tar-pack": "3.4.1",
"tmp": "0.2.1",
"validate-npm-package-name": "3.0.0"
},
"devDependencies": {
"cross-env": "^7.0.2",
"jest": "27.3.0"
}
}