package.json 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. {
  2. "name": "react-template",
  3. "version": "0.1.0",
  4. "private": true,
  5. "dependencies": {
  6. "@douyinfe/semi-ui": "^2.46.1",
  7. "@douyinfe/semi-icons": "^2.46.1",
  8. "@visactor/vchart": "~1.8.8",
  9. "@visactor/react-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-toastify": "^9.0.8",
  21. "react-turnstile": "^1.0.5",
  22. "semantic-ui-css": "^2.5.0",
  23. "semantic-ui-react": "^2.1.3",
  24. "usehooks-ts": "^2.9.1"
  25. },
  26. "scripts": {
  27. "start": "react-scripts start",
  28. "build": "react-scripts build",
  29. "test": "react-scripts test",
  30. "eject": "react-scripts eject"
  31. },
  32. "eslintConfig": {
  33. "extends": [
  34. "react-app",
  35. "react-app/jest"
  36. ]
  37. },
  38. "browserslist": {
  39. "production": [
  40. ">0.2%",
  41. "not dead",
  42. "not op_mini all"
  43. ],
  44. "development": [
  45. "last 1 chrome version",
  46. "last 1 firefox version",
  47. "last 1 safari version"
  48. ]
  49. },
  50. "devDependencies": {
  51. "prettier": "^2.7.1",
  52. "typescript": "4.4.2"
  53. },
  54. "prettier": {
  55. "singleQuote": true,
  56. "jsxSingleQuote": true
  57. },
  58. "proxy": "http://localhost:3000"
  59. }