mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
36 lines
744 B
JSON
36 lines
744 B
JSON
{
|
|
"name": "create-react-class",
|
|
"version": "15.5.0",
|
|
"description": "Deprecated, legacy API for creating React components.",
|
|
"main": "index.js",
|
|
"license": "BSD-3-Clause",
|
|
"files": [
|
|
"LICENSE",
|
|
"PATENTS",
|
|
"factory.js",
|
|
"index.js",
|
|
"create-react-class.js",
|
|
"create-react-class.min.js"
|
|
],
|
|
"repository": "facebook/react",
|
|
"keywords": [
|
|
"react"
|
|
],
|
|
"bugs": {
|
|
"url": "https://github.com/facebook/react/issues"
|
|
},
|
|
"homepage": "https://facebook.github.io/react/",
|
|
"dependencies": {
|
|
"fbjs": "^0.8.9"
|
|
},
|
|
"scripts": {
|
|
"test": "jest"
|
|
},
|
|
"devDependencies": {
|
|
"jest": "^19.0.2",
|
|
"react": "^15.4.2",
|
|
"react-addons-test-utils": "^15.4.2",
|
|
"react-dom": "^15.4.2"
|
|
}
|
|
}
|