mirror of
https://github.com/MengMengCode/VoCat.git
synced 2026-08-13 03:13:43 +08:00
39 lines
1.1 KiB
JSON
39 lines
1.1 KiB
JSON
{
|
|
"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"
|
|
}
|
|
}
|