qwen-code/packages/cli/assets/insight/package.json

19 lines
429 B
JSON

{
"name": "@qwen-code/cli-insight",
"private": true,
"type": "module",
"scripts": {
"build": "node build.mjs"
},
"dependencies": {},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.18",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"@vitejs/plugin-react": "^4.2.0",
"autoprefixer": "^10.4.24",
"postcss": "^8.5.6",
"tailwindcss": "^4.1.18",
"vite": "^5.0.0"
}
}