package.json 2.3 KB

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