package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. {
  2. "name": "recipes",
  3. "version": "0.1.0",
  4. "private": true,
  5. "dependencies": {
  6. "@material/react-button": "^0.11.0",
  7. "@material/react-card": "^0.11.0",
  8. "@material/react-drawer": "^0.11.0",
  9. "@material/react-layout-grid": "^0.11.0",
  10. "@material/react-list": "^0.11.0",
  11. "@material/react-text-field": "^0.11.0",
  12. "@types/jest": "^24.0.11",
  13. "@types/node": "^11.13.0",
  14. "@types/react": "^16.8.12",
  15. "@types/react-dom": "^16.8.3",
  16. "@types/react-router-dom": "^4.3.1",
  17. "@types/storybook__addon-actions": "^3.4.2",
  18. "@types/storybook__addon-links": "^3.3.4",
  19. "@types/storybook__react": "^4.0.1",
  20. "axios": "^0.18.0",
  21. "moment": "^2.24.0",
  22. "node-sass": "^4.11.0",
  23. "react": "^16.8.4",
  24. "react-dom": "^16.8.4",
  25. "react-redux": "^7.0.1",
  26. "react-router-dom": "^5.0.0",
  27. "react-scripts": "2.1.8",
  28. "react-svg": "^9.0.2",
  29. "redux": "^4.0.1",
  30. "redux-devtools-extension": "^2.13.8",
  31. "redux-thunk": "^2.3.0",
  32. "typescript": "^3.4.1"
  33. },
  34. "scripts": {
  35. "start": "set PORT=3006 && react-scripts start",
  36. "build": "react-scripts build",
  37. "test": "react-scripts test",
  38. "eject": "react-scripts eject",
  39. "storybook": "start-storybook -p 9009 -s public",
  40. "build-storybook": "build-storybook -s public"
  41. },
  42. "eslintConfig": {
  43. "extends": "react-app"
  44. },
  45. "browserslist": [
  46. ">0.2%",
  47. "not dead",
  48. "not ie <= 11",
  49. "not op_mini all"
  50. ],
  51. "devDependencies": {
  52. "@babel/core": "^7.4.3",
  53. "@storybook/addon-actions": "^5.0.6",
  54. "@storybook/addon-links": "^5.0.6",
  55. "@storybook/addons": "^5.0.6",
  56. "@storybook/react": "^5.0.6",
  57. "@types/react-redux": "^7.0.6",
  58. "babel-loader": "^8.0.5"
  59. }
  60. }