package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  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-dialog": "^0.15.0",
  10. "@material/react-drawer": "^0.11.0",
  11. "@material/react-icon-button": "^0.12.0",
  12. "@material/react-layout-grid": "^0.11.0",
  13. "@material/react-list": "^0.11.0",
  14. "@material/react-material-icon": "^0.12.0",
  15. "@material/react-select": "^0.12.1",
  16. "@material/react-tab": "^0.13.0",
  17. "@material/react-tab-bar": "^0.13.0",
  18. "@material/react-tab-indicator": "^0.13.0",
  19. "@material/react-text-field": "^0.11.0",
  20. "@material/ripple": "^2.3.0",
  21. "@types/classnames": "^2.2.9",
  22. "@types/jest": "^24.0.15",
  23. "@types/node": "^11.13.17",
  24. "@types/ramda": "^0.26.22",
  25. "@types/react": "^16.8.23",
  26. "@types/react-autosuggest": "^9.3.11",
  27. "@types/react-beautiful-dnd": "^11.0.3",
  28. "@types/react-dom": "^16.8.3",
  29. "@types/react-router-dom": "^4.3.4",
  30. "@types/storybook__addon-actions": "^3.4.3",
  31. "@types/storybook__addon-links": "^3.3.5",
  32. "@types/storybook__react": "^4.0.2",
  33. "@types/throttle-debounce": "^2.1.0",
  34. "axios": "^0.19.0",
  35. "classnames": "^2.2.6",
  36. "convert-units": "git+https://github.com/ben-ng/convert-units.git",
  37. "cssnano": "^4.1.10",
  38. "formik": "1.5.7",
  39. "moment": "^2.24.0",
  40. "node-sass": "^4.11.0",
  41. "npm": "^6.11.2",
  42. "ramda": "^0.26.1",
  43. "react": "^16.8.4",
  44. "react-beautiful-dnd": "^11.0.5",
  45. "react-dom": "^16.8.4",
  46. "react-redux": "^7.1.0",
  47. "react-router-dom": "^5.0.1",
  48. "react-scripts": "2.1.8",
  49. "react-svg": "^9.0.4",
  50. "redux": "^4.0.4",
  51. "redux-devtools-extension": "^2.13.8",
  52. "redux-thunk": "^2.3.0",
  53. "terser-webpack-plugin": "^1.3.0",
  54. "typescript": "^3.5.3"
  55. },
  56. "scripts": {
  57. "start": "PORT=3006 react-scripts start",
  58. "build": "react-scripts build",
  59. "test": "react-scripts test",
  60. "eject": "react-scripts eject",
  61. "storybook": "start-storybook -p 9009 -s public",
  62. "build-storybook": "build-storybook -s public"
  63. },
  64. "eslintConfig": {
  65. "extends": "react-app"
  66. },
  67. "browserslist": [
  68. ">0.2%",
  69. "not dead",
  70. "not ie <= 11",
  71. "not op_mini all"
  72. ],
  73. "devDependencies": {
  74. "@babel/core": "^7.5.4",
  75. "@storybook/addon-actions": "^5.1.9",
  76. "@storybook/addon-links": "^5.1.9",
  77. "@storybook/addons": "^5.1.9",
  78. "@storybook/react": "^5.1.9",
  79. "@types/react-redux": "^7.1.1"
  80. }
  81. }