2026-06-10 14:06:16 +08:00
|
|
|
{
|
|
|
|
|
"name": "omniai-web-preview",
|
|
|
|
|
"version": "0.1.0",
|
|
|
|
|
"private": true,
|
|
|
|
|
"type": "module",
|
|
|
|
|
"scripts": {
|
|
|
|
|
"dev": "vite --host 127.0.0.1",
|
|
|
|
|
"build": "vite build",
|
|
|
|
|
"preview": "vite preview --host 127.0.0.1",
|
2026-06-12 11:12:55 +08:00
|
|
|
"type-check": "tsc -p tsconfig.json --noEmit"
|
2026-06-10 14:06:16 +08:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@ant-design/icons": "5.3.0",
|
|
|
|
|
"react": "18.2.0",
|
|
|
|
|
"react-dom": "18.2.0",
|
|
|
|
|
"zustand": "5.0.13"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@types/react": "18.2.0",
|
|
|
|
|
"@types/react-dom": "18.2.0",
|
|
|
|
|
"@vitejs/plugin-react": "4.2.1",
|
|
|
|
|
"typescript": "5.3.3",
|
|
|
|
|
"vite": "5.1.0",
|
|
|
|
|
"vite-plugin-compression2": "2.5.3"
|
|
|
|
|
}
|
|
|
|
|
}
|