Files
create-react-app/packages/create-react-app/package.json
Trevor Brindle 7b2eae1745 Update envinfo and issue template (#4375)
* fix: update envinfo + implementation, update issue_template

* update envinfo to 5.4.0, add IE and Edge to —info command,
2018-04-30 10:44:43 -06:00

37 lines
779 B
JSON

{
"name": "create-react-app",
"version": "1.5.1",
"keywords": [
"react"
],
"description": "Create React apps with no build configuration.",
"repository": "facebook/create-react-app",
"license": "MIT",
"engines": {
"node": ">=4"
},
"bugs": {
"url": "https://github.com/facebook/create-react-app/issues"
},
"files": [
"index.js",
"createReactApp.js"
],
"bin": {
"create-react-app": "./index.js"
},
"dependencies": {
"chalk": "^1.1.3",
"commander": "^2.9.0",
"cross-spawn": "^4.0.0",
"envinfo": "5.4.0",
"fs-extra": "^5.0.0",
"hyperquest": "^2.1.2",
"react-dev-utils": "^5.0.0",
"semver": "^5.0.3",
"tar-pack": "^3.4.0",
"tmp": "0.0.33",
"validate-npm-package-name": "^3.0.0"
}
}