package.json 1.4 KB

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