package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  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-text-field": "^0.11.0",
  16. "@types/jest": "^24.0.11",
  17. "@types/node": "^11.13.0",
  18. "@types/react": "^16.8.12",
  19. "@types/react-dom": "^16.8.3",
  20. "@types/react-router-dom": "^4.3.1",
  21. "@types/storybook__addon-actions": "^3.4.2",
  22. "@types/storybook__addon-links": "^3.3.4",
  23. "@types/storybook__react": "^4.0.1",
  24. "axios": "^0.18.0",
  25. "classnames": "^2.2.6",
  26. "moment": "^2.24.0",
  27. "node-sass": "^4.11.0",
  28. "ramda": "^0.26.1",
  29. "react": "^16.8.4",
  30. "react-dom": "^16.8.4",
  31. "react-redux": "^7.0.1",
  32. "react-router-dom": "^5.0.0",
  33. "react-scripts": "2.1.8",
  34. "react-svg": "^9.0.2",
  35. "redux": "^4.0.1",
  36. "redux-devtools-extension": "^2.13.8",
  37. "redux-thunk": "^2.3.0",
  38. "typescript": "^3.4.1"
  39. },
  40. "scripts": {
  41. "start": "set PORT=3006 && react-scripts start",
  42. "build": "react-scripts build",
  43. "test": "react-scripts test",
  44. "eject": "react-scripts eject",
  45. "storybook": "start-storybook -p 9009 -s public",
  46. "build-storybook": "build-storybook -s public"
  47. },
  48. "eslintConfig": {
  49. "extends": "react-app"
  50. },
  51. "browserslist": [
  52. ">0.2%",
  53. "not dead",
  54. "not ie <= 11",
  55. "not op_mini all"
  56. ],
  57. "devDependencies": {
  58. "@babel/core": "^7.4.3",
  59. "@storybook/addon-actions": "^5.0.6",
  60. "@storybook/addon-links": "^5.0.6",
  61. "@storybook/addons": "^5.0.6",
  62. "@storybook/react": "^5.0.6",
  63. "@types/react-redux": "^7.0.6",
  64. "babel-loader": "^8.0.5"
  65. }
  66. }