Guest User

package.json

a guest
Dec 3rd, 2020
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.11 KB | None | 0 0
  1. {
  2. "name": "index-ui",
  3. "version": "0.1.0",
  4. "private": true,
  5. "dependencies": {
  6. "@apollo/react-hooks": "^4.0.0",
  7. "@testing-library/jest-dom": "^4.2.4",
  8. "@testing-library/react": "^9.3.2",
  9. "@testing-library/user-event": "^7.1.2",
  10. "@types/canvas-confetti": "^1.0.0",
  11. "@types/lodash": "^4.14.164",
  12. "@types/numeral": "^0.0.28",
  13. "@types/react-select": "^3.0.23",
  14. "@types/recharts": "^1.8.16",
  15. "@uniswap/v2-periphery": "^1.1.0-beta.0",
  16. "apollo-client": "^2.6.10",
  17. "axios": "^0.21.0",
  18. "bignumber.js": "^9.0.0",
  19. "canvas-confetti": "^1.3.0",
  20. "graphql": "^15.3.0",
  21. "graphql-tag": "^2.11.0",
  22. "numeral": "^2.0.6",
  23. "react": "^16.13.1",
  24. "react-apollo": "^3.1.5",
  25. "react-countdown": "^2.2.1",
  26. "react-dom": "^16.13.1",
  27. "react-neu": "^1.0.20",
  28. "react-router-dom": "^5.2.0",
  29. "react-scripts": "3.4.3",
  30. "react-select": "^3.1.0",
  31. "react-spinners": "^0.9.0",
  32. "react-toastify": "^6.0.8",
  33. "recharts": "^1.8.5",
  34. "styled-components": "^5.2.0",
  35. "use-wallet": "^0.8.0",
  36. "web3": "1.2.11"
  37. },
  38. "scripts": {
  39. "start": "react-scripts start",
  40. "build": "CI= GENERATE_SOURCEMAP=false react-scripts build",
  41. "test": "react-scripts test",
  42. "eject": "react-scripts eject"
  43. },
  44. "husky": {
  45. "hooks": {
  46. "pre-commit": "lint-staged"
  47. }
  48. },
  49. "lint-staged": {
  50. "src/**/*.{js,jsx,ts,tsx}": [
  51. "prettier --write --ignore-unknown"
  52. ]
  53. },
  54. "eslintConfig": {
  55. "extends": "react-app"
  56. },
  57. "browserslist": {
  58. "production": [
  59. ">0.2%",
  60. "not dead",
  61. "not op_mini all"
  62. ],
  63. "development": [
  64. "last 1 chrome version",
  65. "last 1 firefox version",
  66. "last 1 safari version"
  67. ]
  68. },
  69. "devDependencies": {
  70. "@types/react-router-dom": "^5.1.5",
  71. "@types/styled-components": "^5.1.3",
  72. "@types/web3": "^1.2.2",
  73. "husky": "^4.3.0",
  74. "lint-staged": "^10.4.1",
  75. "prettier": "2.1.2",
  76. "react-circular-progressbar": "^2.0.3",
  77. "typescript": "^3.9.7"
  78. },
  79. "engines": {
  80. "node": "11.10.1"
  81. }
  82. }
  83.  
Advertisement
Add Comment
Please, Sign In to add comment