package.json 1.9 KB

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