You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

45 line
1.2KB

  1. {
  2. "name": "react-app2",
  3. "version": "0.1.0",
  4. "private": true,
  5. "devDependencies": {
  6. "react-scripts": "0.9.5"
  7. },
  8. "dependencies": {
  9. "axios": "^0.16.1",
  10. "babel-core": "^6.18.2",
  11. "babel-loader": "^6.2.8",
  12. "babel-preset-es2015": "^6.18.0",
  13. "babel-preset-react": "^6.16.0",
  14. "babel-preset-stage-0": "^6.22.0",
  15. "classnames": "^2.2.5",
  16. "highcharts-boost": "^0.1.2",
  17. "highcharts-exporting": "^0.1.2",
  18. "highcharts-more": "^0.1.2",
  19. "immutability-helper": "^2.1.2",
  20. "rc-slider": "^7.0.8",
  21. "react": "^15.5.4",
  22. "react-bootstrap": "^0.30.10",
  23. "react-bs-notifier": "^4.3.2",
  24. "react-dom": "^15.5.4",
  25. "react-fileupload-progress": "^0.4.0",
  26. "react-highcharts": "^12.0.0",
  27. "react-js-diagrams": "^3.1.2",
  28. "react-jsonschema-form": "^0.50.1",
  29. "react-redux": "^5.0.4",
  30. "react-router-dom": "^4.1.1",
  31. "react-sortable-hoc": "^0.6.3",
  32. "redux": "^3.6.0",
  33. "redux-logger": "^3.0.1",
  34. "redux-thunk": "^2.2.0",
  35. "socket.io-client": "^1.7.3",
  36. "webpack": "^1.13.3"
  37. },
  38. "scripts": {
  39. "start": "react-scripts start",
  40. "build": "react-scripts build",
  41. "test": "react-scripts test --env=jsdom",
  42. "eject": "react-scripts eject"
  43. }
  44. }