package.json 1.4 KB

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