package.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. {
  2. "name": "recipes",
  3. "version": "0.1.0",
  4. "private": true,
  5. "dependencies": {
  6. "@rmwc/button": "^6.0.14",
  7. "@rmwc/chip": "^6.0.14",
  8. "@rmwc/dialog": "^6.1.0",
  9. "@rmwc/drawer": "^6.0.14",
  10. "@rmwc/grid": "^6.0.14",
  11. "@rmwc/icon": "^6.0.14",
  12. "@rmwc/icon-button": "^6.0.14",
  13. "@rmwc/list": "^6.0.14",
  14. "@types/classnames": "^2.2.9",
  15. "@types/jest": "^24.0.15",
  16. "@types/node": "^11.13.17",
  17. "@types/ramda": "^0.26.22",
  18. "@types/react": "^16.9.12",
  19. "@types/react-autosuggest": "^9.3.11",
  20. "@types/react-beautiful-dnd": "^11.0.3",
  21. "@types/react-dom": "^16.8.3",
  22. "@types/react-router-dom": "^4.3.4",
  23. "@types/storybook__addon-actions": "^3.4.3",
  24. "@types/storybook__addon-links": "^3.3.5",
  25. "@types/storybook__react": "^4.0.2",
  26. "@types/throttle-debounce": "^2.1.0",
  27. "axios": "^0.19.0",
  28. "classnames": "^2.2.6",
  29. "convert-units": "git+https://github.com/ben-ng/convert-units.git",
  30. "cssnano": "^4.1.10",
  31. "formik": "2.1.0",
  32. "moment": "^2.24.0",
  33. "node-sass": "^4.13.1",
  34. "npm": "^6.11.2",
  35. "ramda": "^0.26.1",
  36. "react": "^16.8.4",
  37. "react-beautiful-dnd": "^11.0.5",
  38. "react-dom": "^16.8.4",
  39. "react-redux": "^7.1.0",
  40. "react-router-dom": "^5.0.1",
  41. "react-scripts": "2.1.8",
  42. "react-svg": "^9.0.4",
  43. "react-toastify": "^5.4.0",
  44. "redux": "^4.0.4",
  45. "redux-devtools-extension": "^2.13.8",
  46. "redux-thunk": "^2.3.0",
  47. "terser-webpack-plugin": "^1.3.0",
  48. "typescript": "^3.5.3"
  49. },
  50. "scripts": {
  51. "start": "PORT=3006 react-scripts start",
  52. "build": "react-scripts build && cd build && tar czf ../frontend.tar.gz .",
  53. "test": "react-scripts test",
  54. "eject": "react-scripts eject",
  55. "storybook": "start-storybook -p 9009 -s public",
  56. "build-storybook": "build-storybook -s public"
  57. },
  58. "eslintConfig": {
  59. "extends": "react-app"
  60. },
  61. "browserslist": [
  62. ">0.2%",
  63. "not dead",
  64. "not ie <= 11",
  65. "not op_mini all"
  66. ],
  67. "devDependencies": {
  68. "@babel/core": "^7.5.4",
  69. "@storybook/addon-actions": "^5.1.9",
  70. "@storybook/addon-links": "^5.1.9",
  71. "@storybook/addons": "^5.1.9",
  72. "@storybook/react": "^5.1.9",
  73. "@types/react-redux": "^7.1.1"
  74. }
  75. }