32 lines
723 B
JSON
32 lines
723 B
JSON
|
|
{
|
||
|
|
"name": "meitu-agent-client",
|
||
|
|
"version": "0.1.0",
|
||
|
|
"private": true,
|
||
|
|
"type": "module",
|
||
|
|
"scripts": {
|
||
|
|
"dev": "vite",
|
||
|
|
"build": "vite build"
|
||
|
|
},
|
||
|
|
"dependencies": {
|
||
|
|
"react": "^18.3.0",
|
||
|
|
"react-dom": "^18.3.0",
|
||
|
|
"zustand": "^5.0.0",
|
||
|
|
"lucide-react": "^0.460.0",
|
||
|
|
"clsx": "^2.1.0",
|
||
|
|
"tailwind-merge": "^2.6.0",
|
||
|
|
"class-variance-authority": "^0.7.1",
|
||
|
|
"markdown-it": "^14.1.0"
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"@types/react": "^18.3.0",
|
||
|
|
"@types/react-dom": "^18.3.0",
|
||
|
|
"@types/markdown-it": "^14.1.0",
|
||
|
|
"@vitejs/plugin-react": "^4.3.0",
|
||
|
|
"vite": "^5.4.0",
|
||
|
|
"tailwindcss": "^3.4.0",
|
||
|
|
"postcss": "^8.4.0",
|
||
|
|
"autoprefixer": "^10.4.0",
|
||
|
|
"typescript": "^5.6.0"
|
||
|
|
}
|
||
|
|
}
|