package.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  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. "@rmwc/top-app-bar": "^6.0.14",
  15. "@types/classnames": "^2.2.9",
  16. "@types/jest": "^24.0.15",
  17. "@types/node": "^11.13.17",
  18. "@types/ramda": "^0.26.22",
  19. "@types/react": "^16.9.12",
  20. "@types/react-autosuggest": "^9.3.11",
  21. "@types/react-beautiful-dnd": "^11.0.3",
  22. "@types/react-dom": "^16.8.3",
  23. "@types/react-router-dom": "^5.1.5",
  24. "@types/throttle-debounce": "^2.1.0",
  25. "axios": "^0.19.0",
  26. "classnames": "^2.2.6",
  27. "convert-units": "git+https://github.com/ben-ng/convert-units.git",
  28. "cssnano": "^4.1.10",
  29. "formik": "2.1.0",
  30. "moment": "^2.24.0",
  31. "node-sass": "^4.13.1",
  32. "npm": "^6.11.2",
  33. "ramda": "^0.26.1",
  34. "react": "^16.8.4",
  35. "react-beautiful-dnd": "^11.0.5",
  36. "react-dom": "^16.8.4",
  37. "react-redux": "^7.1.0",
  38. "react-router-dom": "^5.2.0",
  39. "react-scripts": "^3.4.3",
  40. "react-svg": "^9.0.4",
  41. "react-toastify": "^5.4.0",
  42. "redux": "^4.0.4",
  43. "redux-devtools-extension": "^2.13.8",
  44. "redux-thunk": "^2.3.0",
  45. "terser-webpack-plugin": "^1.3.0",
  46. "typescript": "^3.5.3"
  47. },
  48. "scripts": {
  49. "start": "react-scripts start",
  50. "build": "react-scripts build && cd build && tar czf ../frontend.tar.gz .",
  51. "test": "react-scripts test",
  52. "eject": "react-scripts eject"
  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. "@types/react-redux": "^7.1.1",
  66. "@types/webpack-env": "^1.15.2"
  67. }
  68. }