package.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  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.15",
  21. "@types/node": "^11.13.17",
  22. "@types/react": "^16.8.23",
  23. "@types/react-dom": "^16.8.3",
  24. "@types/react-router-dom": "^4.3.4",
  25. "@types/storybook__addon-actions": "^3.4.3",
  26. "@types/storybook__addon-links": "^3.3.5",
  27. "@types/storybook__react": "^4.0.2",
  28. "axios": "^0.19.0",
  29. "classnames": "^2.2.6",
  30. "convert-units": "git+https://github.com/ben-ng/convert-units.git",
  31. "formik": "1.5.7",
  32. "moment": "^2.24.0",
  33. "node-sass": "^4.11.0",
  34. "ramda": "^0.26.1",
  35. "react": "^16.8.4",
  36. "react-dom": "^16.8.4",
  37. "react-redux": "^7.1.0",
  38. "react-router-dom": "^5.0.1",
  39. "react-scripts": "2.1.8",
  40. "react-svg": "^9.0.4",
  41. "redux": "^4.0.4",
  42. "redux-devtools-extension": "^2.13.8",
  43. "redux-thunk": "^2.3.0",
  44. "typescript": "^3.5.3"
  45. },
  46. "scripts": {
  47. "start": "set PORT=3006 && react-scripts start",
  48. "build": "react-scripts build",
  49. "test": "react-scripts test",
  50. "eject": "react-scripts eject",
  51. "storybook": "start-storybook -p 9009 -s public",
  52. "build-storybook": "build-storybook -s public"
  53. },
  54. "eslintConfig": {
  55. "extends": "react-app"
  56. },
  57. "browserslist": [
  58. ">0.2%",
  59. "not dead",
  60. "not ie <= 11",
  61. "not op_mini all"
  62. ],
  63. "devDependencies": {
  64. "@babel/core": "^7.5.4",
  65. "@storybook/addon-actions": "^5.1.9",
  66. "@storybook/addon-links": "^5.1.9",
  67. "@storybook/addons": "^5.1.9",
  68. "@storybook/react": "^5.1.9",
  69. "@types/react-redux": "^7.1.1"
  70. }
  71. }