package.json 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. {
  2. "name": "test-app",
  3. "version": "0.1.0",
  4. "private": true,
  5. "dependencies": {
  6. "@ckeditor/ckeditor5-build-classic": "^12.1.0",
  7. "@ckeditor/ckeditor5-react": "^1.1.3",
  8. "@material-ui/core": "^3.9.2",
  9. "@material-ui/icons": "^3.0.2",
  10. "@trendmicro/react-sidenav": "^0.4.5",
  11. "braintree-web": "^2.32.1",
  12. "ckeditor4-react": "^1.0.0-beta",
  13. "google-map-react": "^1.1.4",
  14. "http-proxy-middleware": "^0.19.1",
  15. "modularity-front": "git+http://git.onarbooks.com/Klapi/modularity-front.git",
  16. "moment-timezone": "^0.5.25",
  17. "react": "^16.8.4",
  18. "react-dom": "^16.8.1",
  19. "react-excel-renderer": "^1.1.0",
  20. "react-google-recaptcha": "^1.0.5",
  21. "react-image-gallery": "^0.8.16",
  22. "react-input-range": "^1.3.0",
  23. "react-materialize": "^3.0.0",
  24. "react-moment": "^0.9.2",
  25. "react-scripts": "2.1.5"
  26. },
  27. "scripts": {
  28. "start": "react-scripts start",
  29. "build": "node build",
  30. "test": "react-scripts test",
  31. "eject": "react-scripts eject"
  32. },
  33. "eslintConfig": {
  34. "extends": "react-app"
  35. },
  36. "browserslist": [
  37. ">0.2%",
  38. "not dead",
  39. "not ie <= 11",
  40. "not op_mini all"
  41. ],
  42. "proxy": "http://localhost:3001",
  43. "devDependencies": {
  44. "rewire": "^4.0.1"
  45. }
  46. }