package.json 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  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/storybook__addon-actions": "^3.4.3",
  25. "@types/storybook__addon-links": "^3.3.5",
  26. "@types/storybook__react": "^4.0.2",
  27. "@types/throttle-debounce": "^2.1.0",
  28. "axios": "^0.19.0",
  29. "classnames": "^2.2.6",
  30. "convert-units": "git+https://github.com/ben-ng/convert-units.git",
  31. "cssnano": "^4.1.10",
  32. "formik": "2.1.0",
  33. "moment": "^2.24.0",
  34. "node-sass": "^4.13.1",
  35. "npm": "^6.11.2",
  36. "ramda": "^0.26.1",
  37. "react": "^16.8.4",
  38. "react-beautiful-dnd": "^11.0.5",
  39. "react-dom": "^16.8.4",
  40. "react-redux": "^7.1.0",
  41. "react-router-dom": "^5.2.0",
  42. "react-scripts": "2.1.8",
  43. "react-svg": "^9.0.4",
  44. "react-toastify": "^5.4.0",
  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": "react-scripts start",
  53. "build": "react-scripts build && cd build && tar czf ../frontend.tar.gz .",
  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. "@types/webpack-env": "^1.15.2"
  76. }
  77. }