49 lines
1.1 KiB
JSON
49 lines
1.1 KiB
JSON
{
|
|
"name": "create-react-app",
|
|
"version": "5.0.1",
|
|
"keywords": [
|
|
"react"
|
|
],
|
|
"description": "Create React apps with no build configuration.",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/facebook/create-react-app.git",
|
|
"directory": "packages/create-react-app"
|
|
},
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/facebook/create-react-app/issues"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"createReactApp.js"
|
|
],
|
|
"bin": {
|
|
"create-react-app": "./index.js"
|
|
},
|
|
"scripts": {
|
|
"test": "cross-env FORCE_COLOR=true jest"
|
|
},
|
|
"dependencies": {
|
|
"chalk": "^4.1.2",
|
|
"commander": "^4.1.1",
|
|
"cross-spawn": "^7.0.3",
|
|
"envinfo": "^7.8.1",
|
|
"fs-extra": "^10.0.0",
|
|
"hyperquest": "^2.1.3",
|
|
"prompts": "^2.4.2",
|
|
"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.3",
|
|
"jest": "^27.4.3"
|
|
},
|
|
"gitHead": "19fa58d527ae74f2b6baa0867463eea1d290f9a5"
|
|
}
|