datacap/core/datacap-ui/package.json
2024-04-14 22:44:26 +08:00

72 lines
2.0 KiB
JSON

{
"name": "datacap-ui",
"description": "DataCap console",
"version": "2024.3.3-SNAPSHOT",
"private": true,
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@antv/x6": "^2.18.1",
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@fortawesome/vue-fontawesome": "^3.0.6",
"@radix-icons/vue": "^1.0.0",
"@tanstack/vue-table": "^8.13.2",
"@vee-validate/zod": "^4.12.6",
"@visactor/vchart": "^1.10.0",
"@visactor/vtable": "^0.21.2",
"@vue-flow/background": "^1.3.0",
"@vue-flow/controls": "^1.1.1",
"@vue-flow/core": "^1.33.4",
"@vue-flow/node-resizer": "^1.3.6",
"@vueuse/core": "^10.9.0",
"ace-builds": "^1.32.7",
"ag-grid-community": "^31.2.0",
"ag-grid-vue3": "^31.2.0",
"ansi_up": "^6.0.2",
"axios": "^1.6.7",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"embla-carousel": "^8.0.2",
"embla-carousel-autoplay": "^8.0.2",
"embla-carousel-vue": "^8.0.2",
"export-to-csv": "^1.2.4",
"lodash": "^4.17.21",
"lucide-vue-next": "^0.356.0",
"md-editor-v3": "^4.12.1",
"radix-vue": "^1.5.2",
"tailwind-merge": "^2.2.1",
"tailwindcss-animate": "^1.0.7",
"uuid": "^9.0.1",
"vaul-vue": "^0.1.0",
"vee-validate": "^4.12.6",
"view-ui-plus": "^1.3.16",
"vue": "^3.4.21",
"vue-clipboard3": "^2.0.0",
"vue-i18n": "^9.10.1",
"vue-router": "^4.3.0",
"vue3-ace-editor": "^2.2.4",
"vue3-calendar-heatmap": "^2.0.5",
"vue3-grid-layout-next": "^1.0.6",
"vuedraggable": "^4.1.0",
"vuex": "^4.1.0",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/lodash": "^4.17.0",
"@types/node": "^20.11.26",
"@types/uuid": "^9.0.8",
"@vitejs/plugin-vue": "^5.0.4",
"autoprefixer": "^10.4.18",
"postcss": "^8.4.35",
"tailwindcss": "^3.4.1",
"tippy.js": "^6.3.7",
"typescript": "^5.2.2",
"vite": "^5.1.6",
"vue-tsc": "^1.8.27"
}
}