mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-07-24 08:24:07 +00:00
17 lines
358 B
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"
|
|
}
|
|
}
|