forked from niuniu/llm-intelligence
28 lines
621 B
JSON
28 lines
621 B
JSON
|
|
{
|
||
|
|
"name": "llm-intelligence-hub",
|
||
|
|
"private": true,
|
||
|
|
"version": "0.1.0",
|
||
|
|
"type": "module",
|
||
|
|
"scripts": {
|
||
|
|
"dev": "vite --host 0.0.0.0 --port 5173",
|
||
|
|
"build": "tsc && vite build",
|
||
|
|
"preview": "vite preview",
|
||
|
|
"test": "vitest"
|
||
|
|
},
|
||
|
|
"dependencies": {
|
||
|
|
"echarts": "^5.5.0",
|
||
|
|
"react": "^18.3.1",
|
||
|
|
"react-dom": "^18.3.1",
|
||
|
|
"react-router-dom": "^6.23.1"
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"@types/react": "^18.3.3",
|
||
|
|
"@types/react-dom": "^18.3.0",
|
||
|
|
"@vitejs/plugin-react": "^4.3.0",
|
||
|
|
"lighthouse": "^13.3.0",
|
||
|
|
"typescript": "^5.4.5",
|
||
|
|
"vite": "^5.2.13",
|
||
|
|
"vitest": "^1.6.0"
|
||
|
|
}
|
||
|
|
}
|