Advertisement
Guest User

Untitled

a guest
Feb 24th, 2020
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.72 KB | None | 0 0
  1. "dependencies": {
  2. "immer": "^5.3.6",
  3. "react": "0.0.0-experimental-5de5b6150",
  4. "react-dom": "0.0.0-experimental-5de5b6150",
  5. "react-redux": "^7.2.0",
  6. "react-router": "^5.1.2",
  7. "react-scripts": "3.4.0",
  8. "redux": "^4.0.5",
  9. "redux-devtools-extension": "^2.13.8",
  10. "redux-saga": "^1.1.3",
  11. "reselect": "^4.0.0",
  12. "styled-components": "^5.0.1",
  13. "typescript": "~3.7.2"
  14. },
  15. "devDependencies": {
  16. "@storybook/addon-actions": "^5.3.13",
  17. "@storybook/addon-links": "^5.3.13",
  18. "@storybook/addons": "^5.3.13",
  19. "@storybook/preset-create-react-app": "^1.5.2",
  20. "@storybook/react": "^5.3.13",
  21. "@testing-library/jest-dom": "^4.2.4",
  22. "@testing-library/react": "^9.3.2",
  23. "@testing-library/user-event": "^7.1.2",
  24. "@types/jest": "^24.0.0",
  25. "@types/node": "^12.0.0",
  26. "@types/react": "^16.9.0",
  27. "@types/react-dom": "^16.9.0",
  28. "@types/react-redux": "^7.1.7",
  29. "@types/react-router": "^5.1.4",
  30. "@types/redux": "^3.6.0",
  31. "@types/redux-saga": "^0.10.5",
  32. "@types/reselect": "^2.2.0",
  33. "@types/styled-components": "^5.0.0",
  34. "husky": "^4.2.3",
  35. "prettier": "^1.19.1",
  36. "pretty-quick": "^2.0.1",
  37. "tslint": "^6.0.0",
  38. "tslint-config-prettier": "^1.18.0",
  39. "tslint-eslint-rules": "^5.4.0",
  40. "tslint-react": "^4.2.0"
  41. },
  42. "scripts": {
  43. "start": "react-scripts start",
  44. "build": "react-scripts build",
  45. "test": "react-scripts test",
  46. "eject": "react-scripts eject",
  47. "pretty-quick": "pretty-quick",
  48. "storybook": "start-storybook -p 9009 -s public",
  49. "build-storybook": "build-storybook -s public"
  50. },
  51. "husky": {
  52. "hooks": {
  53. "pre-commit": "pretty-quick --staged"
  54. }
  55. },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement