mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-01-12 22:46:30 +08:00
- babel-plugin-named-asset-import@0.2.1 - babel-preset-react-app@5.0.1 - confusing-browser-globals@1.0.2 - create-react-app@2.0.1 - eslint-config-react-app@3.0.1 - react-app-polyfill@0.1.2 - react-dev-utils@6.0.2 - react-error-overlay@5.0.2 - react-scripts@2.0.2
36 lines
740 B
JSON
36 lines
740 B
JSON
{
|
|
"name": "create-react-app",
|
|
"version": "2.0.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.18.0",
|
|
"cross-spawn": "4.0.2",
|
|
"envinfo": "5.10.0",
|
|
"fs-extra": "5.0.0",
|
|
"hyperquest": "2.1.3",
|
|
"semver": "5.5.1",
|
|
"tar-pack": "3.4.1",
|
|
"tmp": "0.0.33",
|
|
"validate-npm-package-name": "3.0.0"
|
|
}
|
|
}
|