package.json 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. {
  2. "name": "react-template",
  3. "version": "0.1.0",
  4. "private": true,
  5. "type": "module",
  6. "dependencies": {
  7. "@douyinfe/semi-icons": "^2.63.1",
  8. "@douyinfe/semi-ui": "^2.69.1",
  9. "@lobehub/icons": "^2.0.0",
  10. "@visactor/react-vchart": "~1.8.8",
  11. "@visactor/vchart": "~1.8.8",
  12. "@visactor/vchart-semi-theme": "~1.8.8",
  13. "axios": "^0.27.2",
  14. "clsx": "^2.1.1",
  15. "country-flag-icons": "^1.5.19",
  16. "dayjs": "^1.11.11",
  17. "history": "^5.3.0",
  18. "i18next": "^23.16.8",
  19. "i18next-browser-languagedetector": "^7.2.0",
  20. "katex": "^0.16.22",
  21. "lucide-react": "^0.511.0",
  22. "marked": "^4.1.1",
  23. "mermaid": "^11.6.0",
  24. "react": "^18.2.0",
  25. "react-dom": "^18.2.0",
  26. "react-dropzone": "^14.2.3",
  27. "react-fireworks": "^1.0.4",
  28. "react-i18next": "^13.0.0",
  29. "react-icons": "^5.5.0",
  30. "react-markdown": "^10.1.0",
  31. "react-router-dom": "^6.3.0",
  32. "react-telegram-login": "^1.1.2",
  33. "react-toastify": "^9.0.8",
  34. "react-turnstile": "^1.0.5",
  35. "rehype-highlight": "^7.0.2",
  36. "rehype-katex": "^7.0.1",
  37. "remark-breaks": "^4.0.0",
  38. "remark-gfm": "^4.0.1",
  39. "remark-math": "^6.0.0",
  40. "semantic-ui-offline": "^2.5.0",
  41. "semantic-ui-react": "^2.1.3",
  42. "sse.js": "^2.6.0",
  43. "unist-util-visit": "^5.0.0",
  44. "use-debounce": "^10.0.4"
  45. },
  46. "trustedDependencies": [
  47. "esbuild",
  48. "@parcel/watcher"
  49. ],
  50. "scripts": {
  51. "dev": "vite",
  52. "build": "vite build",
  53. "lint": "prettier . --check",
  54. "lint:fix": "prettier . --write",
  55. "preview": "vite preview"
  56. },
  57. "eslintConfig": {
  58. "extends": [
  59. "react-app",
  60. "react-app/jest"
  61. ]
  62. },
  63. "browserslist": {
  64. "production": [
  65. ">0.2%",
  66. "not dead",
  67. "not op_mini all"
  68. ],
  69. "development": [
  70. "last 1 chrome version",
  71. "last 1 firefox version",
  72. "last 1 safari version"
  73. ]
  74. },
  75. "devDependencies": {
  76. "@douyinfe/semi-webpack-plugin": "^2.78.0",
  77. "@so1ve/prettier-config": "^3.1.0",
  78. "@vitejs/plugin-react": "^4.2.1",
  79. "autoprefixer": "^10.4.21",
  80. "postcss": "^8.5.3",
  81. "prettier": "^3.0.0",
  82. "tailwindcss": "^3",
  83. "typescript": "4.4.2",
  84. "vite": "^5.2.0"
  85. },
  86. "prettier": {
  87. "singleQuote": true,
  88. "jsxSingleQuote": true
  89. },
  90. "proxy": "http://localhost:3000"
  91. }