mirror of
https://gitee.com/devlive-community/datacap.git
synced 2024-12-01 03:27:59 +08:00
35 lines
830 B
JSON
35 lines
830 B
JSON
|
{
|
||
|
"name": "datacap-ui",
|
||
|
"description": "DataCap console",
|
||
|
"version": "2024.3.1-SNAPSHOT",
|
||
|
"private": true,
|
||
|
"scripts": {
|
||
|
"dev": "vite",
|
||
|
"build": "vue-tsc && vite build",
|
||
|
"preview": "vite preview"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"@radix-icons/vue": "^1.0.0",
|
||
|
"@vueuse/core": "^10.9.0",
|
||
|
"axios": "^1.6.7",
|
||
|
"class-variance-authority": "^0.7.0",
|
||
|
"clsx": "^2.1.0",
|
||
|
"radix-vue": "^1.5.2",
|
||
|
"tailwind-merge": "^2.2.1",
|
||
|
"tailwindcss-animate": "^1.0.7",
|
||
|
"vue": "^3.4.21",
|
||
|
"vue-i18n": "^9.10.1",
|
||
|
"vue-router": "^4.3.0"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"@types/node": "^20.11.26",
|
||
|
"@vitejs/plugin-vue": "^5.0.4",
|
||
|
"autoprefixer": "^10.4.18",
|
||
|
"postcss": "^8.4.35",
|
||
|
"tailwindcss": "^3.4.1",
|
||
|
"typescript": "^5.2.2",
|
||
|
"vite": "^5.1.6",
|
||
|
"vue-tsc": "^1.8.27"
|
||
|
}
|
||
|
}
|