package.json 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. {
  2. "name": "recipes",
  3. "version": "0.1.0",
  4. "private": true,
  5. "dependencies": {
  6. "@types/jest": "^24.0.11",
  7. "@types/muicss": "^0.9.1",
  8. "@types/node": "^11.13.0",
  9. "@types/react": "^16.8.12",
  10. "@types/react-dom": "^16.8.3",
  11. "@types/react-router-dom": "^4.3.1",
  12. "@types/storybook__addon-actions": "^3.4.2",
  13. "@types/storybook__addon-links": "^3.3.4",
  14. "@types/storybook__react": "^4.0.1",
  15. "axios": "^0.18.0",
  16. "muicss": "^0.9.41",
  17. "node-sass": "^4.11.0",
  18. "react": "^16.8.4",
  19. "react-dom": "^16.8.4",
  20. "react-router-dom": "^5.0.0",
  21. "react-scripts": "2.1.8",
  22. "typescript": "^3.4.1"
  23. },
  24. "scripts": {
  25. "start": "react-scripts start",
  26. "build": "react-scripts build",
  27. "test": "react-scripts test",
  28. "eject": "react-scripts eject",
  29. "storybook": "start-storybook -p 9009 -s public",
  30. "build-storybook": "build-storybook -s public"
  31. },
  32. "eslintConfig": {
  33. "extends": "react-app"
  34. },
  35. "browserslist": [
  36. ">0.2%",
  37. "not dead",
  38. "not ie <= 11",
  39. "not op_mini all"
  40. ],
  41. "devDependencies": {
  42. "@storybook/react": "^5.0.6",
  43. "@storybook/addon-actions": "^5.0.6",
  44. "@storybook/addon-links": "^5.0.6",
  45. "@storybook/addons": "^5.0.6",
  46. "@babel/core": "^7.4.3",
  47. "babel-loader": "^8.0.5"
  48. }
  49. }