Advertisement
RJM90

Untitled

Sep 25th, 2019
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.89 KB | None | 0 0
  1. {
  2. "name": "an-app",
  3. "version": "0.1.0",
  4. "private": true,
  5. "dependencies": {
  6. "@domain/components": "file:./src/shared/components",
  7. "@domain/constants": "file:./src/shared/constants",
  8. "@domain/helpers": "file:./src/shared/helpers",
  9. "@domain/hooks": "file:./src/shared/hooks",
  10. "@domain/icons": "file:./src/shared/icons",
  11. "@domain/prop-types": "file:./src/shared/prop-types",
  12. "@domain/providers": "file:./src/shared/providers",
  13. "@domain/services": "file:./src/shared/services",
  14. "@domain/yup": "file:./src/shared/yup",
  15. "@material-ui/core": "^4.3.3",
  16. "@material-ui/icons": "^4.2.1",
  17. "babel-polyfill": "^6.26.0",
  18. "classnames": "^2.2.6",
  19. "core-js": "^3.2.1",
  20. "dotenv": "^8.1.0",
  21. "enzyme": "^3.10.0",
  22. "enzyme-adapter-react-16": "^1.14.0",
  23. "enzyme-to-json": "^3.3.5",
  24. "express": "^4.16.4",
  25. "express-favicon": "^2.0.1",
  26. "flexbox-react": "^4.4.0",
  27. "linklocal": "^2.8.2",
  28. "node-gyp": "^4.0.0",
  29. "node-sass": "^4.11.0",
  30. "path": "^0.12.7",
  31. "prop-types": "^15.7.2",
  32. "query-string": "^6.8.1",
  33. "react": "^16.8.6",
  34. "react-accessible-accordion": "^3.0.0",
  35. "react-app-polyfill": "^1.0.2",
  36. "react-device-detect": "^1.6.2",
  37. "react-dom": "^16.8.6",
  38. "react-error-boundary": "^1.2.5",
  39. "react-rangeslider": "^2.2.0",
  40. "react-redux": "^7.1.1",
  41. "react-router-dom": "^5.0.0",
  42. "react-scripts": "2.1.8",
  43. "react-signature-canvas": "^1.0.2",
  44. "react-slick": "^0.24.0",
  45. "screenfull": "^4.2.1",
  46. "yup": "^0.27.0"
  47. },
  48. "scripts": {
  49. "start": "node server.js",
  50. "startup": "react-scripts start",
  51. "build": "react-scripts build",
  52. "test": "react-scripts test",
  53. "test:ci": "cross-env CI=true react-scripts test",
  54. "eject": "react-scripts eject",
  55. "postinstall": "npx linklocal -r"
  56. },
  57. "eslintConfig": {
  58. "extends": "react-app"
  59. },
  60. "browserslist": [
  61. ">0.2%",
  62. "not dead",
  63. "not ie <= 11",
  64. "not op_mini all"
  65. ],
  66. "husky": {
  67. "hooks": {
  68. "pre-push": "npm run test:ci",
  69. "commit-msg": "npx commitlint -E HUSKY_GIT_PARAMS"
  70. }
  71. },
  72. "commitlint": {
  73. "extends": [
  74. "@commitlint/config-conventional"
  75. ]
  76. },
  77. "jest": {
  78. "snapshotSerializers": [
  79. "enzyme-to-json/serializer"
  80. ],
  81. "coverageThreshold": {
  82. "global": {
  83. "statements": 0,
  84. "functions": 0,
  85. "branches": 0,
  86. "lines": 0
  87. }
  88. },
  89. "coverageReporters": [
  90. "json",
  91. "html",
  92. "lcov"
  93. ]
  94. },
  95. "engines": {
  96. "node": "10.15.1"
  97. },
  98. "proxy": "https://medium.com/intigriti/gotcha-taking-phishing-to-a-whole-new-level-72eda9e30bef",
  99. "devDependencies": {
  100. "@commitlint/cli": "^8.0.0",
  101. "@commitlint/config-conventional": "^8.0.0",
  102. "cross-env": "^5.2.0",
  103. "husky": "^3.0.0",
  104. "jest-fetch-mock": "^2.1.2"
  105. }
  106. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement