qwen-code/packages/desktop/apps/webui/package.json

17 lines
358 B
JSON

{
"name": "@craft-agent/webui",
"version": "0.0.1",
"license": "Apache-2.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"typecheck": "tsc --noEmit",
"preview": "vite preview"
},
"dependencies": {
"i18next-browser-languagedetector": "^8.2.1",
"react-i18next": "^17.0.2"
}
}