package.json 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. {
  2. "name": "vocat-web",
  3. "private": true,
  4. "version": "0.1.0",
  5. "type": "module",
  6. "scripts": {
  7. "dev": "vite --host 127.0.0.1",
  8. "build": "tsc --noEmit -p tsconfig.app.json && tsc --noEmit -p tsconfig.node.json && vite build",
  9. "preview": "vite preview --host 127.0.0.1"
  10. },
  11. "dependencies": {
  12. "@fluentui/react-icons": "^2.0.334",
  13. "@fontsource-variable/geist": "^5.2.6",
  14. "@fontsource-variable/geist-mono": "^5.2.6",
  15. "@fontsource-variable/inter": "^5.3.0",
  16. "@fontsource-variable/jetbrains-mono": "^5.3.0",
  17. "@fontsource-variable/space-grotesk": "^5.3.0",
  18. "@fontsource/inter": "^5.3.0",
  19. "@fontsource/jetbrains-mono": "^5.3.0",
  20. "@fontsource/space-grotesk": "^5.3.0",
  21. "echarts": "^6.1.0",
  22. "lucide-react": "^0.468.0",
  23. "react": "^19.1.1",
  24. "react-dom": "^19.1.1",
  25. "react-router-dom": "^7.8.2"
  26. },
  27. "devDependencies": {
  28. "@types/react": "^19.1.10",
  29. "@types/react-dom": "^19.1.7",
  30. "@vitejs/plugin-react": "^4.7.0",
  31. "autoprefixer": "^10.5.4",
  32. "playwright-core": "^1.62.1",
  33. "postcss": "^8.5.26",
  34. "tailwindcss": "^3.4.19",
  35. "typescript": "~5.8.3",
  36. "vite": "^7.1.7"
  37. }
  38. }