package.json 1.8 KB

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