package.json 907 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. {
  2. "browserify": {
  3. "transform": [
  4. "loose-envify"
  5. ]
  6. },
  7. "bugs": {
  8. "url": "https://github.com/facebook/react/issues"
  9. },
  10. "bundleDependencies": false,
  11. "dependencies": {
  12. "loose-envify": "^1.3.1",
  13. "object-assign": "^4.1.1"
  14. },
  15. "deprecated": false,
  16. "description": "Legacy API for creating React components.",
  17. "devDependencies": {
  18. "jest": "^19.0.2",
  19. "prop-types": "^15.5.10",
  20. "react": "^15.5.4",
  21. "react-dom": "^15.5.4",
  22. "webpack": "^2.6.1"
  23. },
  24. "files": [
  25. "LICENSE",
  26. "factory.js",
  27. "index.js",
  28. "create-react-class.js",
  29. "create-react-class.min.js"
  30. ],
  31. "homepage": "https://facebook.github.io/react/",
  32. "keywords": [
  33. "react"
  34. ],
  35. "license": "MIT",
  36. "main": "index.js",
  37. "name": "create-react-class",
  38. "repository": {
  39. "type": "git",
  40. "url": "git+https://github.com/facebook/react.git"
  41. },
  42. "version": "15.7.0"
  43. }