package.json 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. {
  2. "name": "react-template",
  3. "version": "0.1.0",
  4. "private": true,
  5. "dependencies": {
  6. "@douyinfe/semi-icons": "^2.46.1",
  7. "@douyinfe/semi-ui": "^2.46.1",
  8. "@visactor/react-vchart": "~1.8.8",
  9. "@visactor/vchart": "~1.8.8",
  10. "@visactor/vchart-semi-theme": "~1.8.8",
  11. "axios": "^0.27.2",
  12. "history": "^5.3.0",
  13. "marked": "^4.1.1",
  14. "react": "^18.2.0",
  15. "react-dom": "^18.2.0",
  16. "react-dropzone": "^14.2.3",
  17. "react-fireworks": "^1.0.4",
  18. "react-router-dom": "^6.3.0",
  19. "react-scripts": "5.0.1",
  20. "react-telegram-login": "^1.1.2",
  21. "react-toastify": "^9.0.8",
  22. "react-turnstile": "^1.0.5",
  23. "semantic-ui-css": "^2.5.0",
  24. "semantic-ui-react": "^2.1.3",
  25. "usehooks-ts": "^2.9.1"
  26. },
  27. "scripts": {
  28. "start": "react-scripts start",
  29. "build": "react-scripts build",
  30. "test": "react-scripts test",
  31. "eject": "react-scripts eject"
  32. },
  33. "eslintConfig": {
  34. "extends": [
  35. "react-app",
  36. "react-app/jest"
  37. ]
  38. },
  39. "browserslist": {
  40. "production": [
  41. ">0.2%",
  42. "not dead",
  43. "not op_mini all"
  44. ],
  45. "development": [
  46. "last 1 chrome version",
  47. "last 1 firefox version",
  48. "last 1 safari version"
  49. ]
  50. },
  51. "devDependencies": {
  52. "prettier": "2.8.8",
  53. "typescript": "4.4.2"
  54. },
  55. "prettier": {
  56. "singleQuote": true,
  57. "jsxSingleQuote": true
  58. },
  59. "proxy": "http://localhost:3000"
  60. }