package.json 1.8 KB

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