package.json 2.1 KB

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