package.json 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  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. "react-svg": "^9.0.2",
  25. "redux": "^4.0.1",
  26. "redux-thunk": "^2.3.0",
  27. "typescript": "^3.4.1"
  28. },
  29. "scripts": {
  30. "start": "react-scripts start",
  31. "build": "react-scripts build",
  32. "test": "react-scripts test",
  33. "eject": "react-scripts eject",
  34. "storybook": "start-storybook -p 9009 -s public",
  35. "build-storybook": "build-storybook -s public"
  36. },
  37. "eslintConfig": {
  38. "extends": "react-app"
  39. },
  40. "browserslist": [
  41. ">0.2%",
  42. "not dead",
  43. "not ie <= 11",
  44. "not op_mini all"
  45. ],
  46. "devDependencies": {
  47. "@babel/core": "^7.4.3",
  48. "@storybook/addon-actions": "^5.0.6",
  49. "@storybook/addon-links": "^5.0.6",
  50. "@storybook/addons": "^5.0.6",
  51. "@storybook/react": "^5.0.6",
  52. "@types/react-redux": "^7.0.6",
  53. "babel-loader": "^8.0.5"
  54. }
  55. }