| 1234567891011121314151617181920212223242526272829303132333435363738 |
- {
- "name": "vocat-web",
- "private": true,
- "version": "0.1.0",
- "type": "module",
- "scripts": {
- "dev": "vite --host 127.0.0.1",
- "build": "tsc --noEmit -p tsconfig.app.json && tsc --noEmit -p tsconfig.node.json && vite build",
- "preview": "vite preview --host 127.0.0.1"
- },
- "dependencies": {
- "@fluentui/react-icons": "^2.0.334",
- "@fontsource-variable/geist": "^5.2.6",
- "@fontsource-variable/geist-mono": "^5.2.6",
- "@fontsource-variable/inter": "^5.3.0",
- "@fontsource-variable/jetbrains-mono": "^5.3.0",
- "@fontsource-variable/space-grotesk": "^5.3.0",
- "@fontsource/inter": "^5.3.0",
- "@fontsource/jetbrains-mono": "^5.3.0",
- "@fontsource/space-grotesk": "^5.3.0",
- "echarts": "^6.1.0",
- "lucide-react": "^0.468.0",
- "react": "^19.1.1",
- "react-dom": "^19.1.1",
- "react-router-dom": "^7.8.2"
- },
- "devDependencies": {
- "@types/react": "^19.1.10",
- "@types/react-dom": "^19.1.7",
- "@vitejs/plugin-react": "^4.7.0",
- "autoprefixer": "^10.5.4",
- "playwright-core": "^1.62.1",
- "postcss": "^8.5.26",
- "tailwindcss": "^3.4.19",
- "typescript": "~5.8.3",
- "vite": "^7.1.7"
- }
- }
|