mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-04-03 17:16:02 +08:00
17 lines
267 B
JSON
17 lines
267 B
JSON
{
|
|
"name": "create-react-app",
|
|
"version": "1.0.0",
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"bin": {
|
|
"create-react-app": "./index.js"
|
|
},
|
|
"dependencies": {
|
|
"chalk": "^1.1.1",
|
|
"cross-spawn": "^4.0.0",
|
|
"minimist": "^1.2.0",
|
|
"semver": "^5.0.3"
|
|
}
|
|
}
|