123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- {
- "name": "czr-ui",
- "private": true,
- "version": "0.0.0",
- "type": "module",
- "scripts": {
- "dev": "vite",
- "build": "vite build --mode production",
- "preview": "vite preview",
- "serve": "vite --host 0.0.0.0",
- "prettier": "npx prettier . --write",
- "lint": "npx eslint . ",
- "upgrade": "yarn upgrade --latest"
- },
- "dependencies": {
- "@antv/x6": "^2.18.1",
- "@antv/x6-plugin-dnd": "^2.1.1",
- "@antv/x6-plugin-history": "^2.2.4",
- "@antv/x6-plugin-minimap": "^2.0.7",
- "@antv/x6-plugin-snapline": "^2.1.7",
- "@antv/x6-vue-shape": "^2.1.2",
- "@tailwindcss/vite": "^4.1.8",
- "@tinymce/tinymce-vue": "^6.2.0",
- "@types/node": "^24.0.0",
- "ant-design-vue": "4.x",
- "axios": "^1.9.0",
- "dagre": "^0.8.5",
- "default-passive-events": "^4.0.0",
- "dompurify": "^3.2.6",
- "echarts": "^5.6.0",
- "element-plus": "^2.10.1",
- "fast-glob": "^3.3.3",
- "highlight.js": "^11.11.1",
- "lodash": "^4.17.21",
- "markdown-it": "^14.1.0",
- "marked": "^15.0.12",
- "npm": "^11.4.1",
- "pinia": "^3.0.3",
- "prettier-plugin-tailwindcss": "^0.6.13",
- "rollup-plugin-visualizer": "^6.0.3",
- "sass": "^1.89.2",
- "sortablejs": "^1.15.6",
- "tailwindcss": "^4.1.8",
- "uuid": "^11.0.4",
- "vite-plugin-compression": "^0.5.1",
- "vite-plugin-html-env": "^1.2.8",
- "vite-plugin-svg-icons": "^2.0.1",
- "vite-plugin-top-level-await": "^1.4.4",
- "vue": "^3.5.16",
- "vue-router": "^4.5.1"
- },
- "devDependencies": {
- "@eslint/js": "^9.28.0",
- "@vitejs/plugin-vue": "^5.2.4",
- "eslint": "^9.28.0",
- "eslint-plugin-vue": "^10.2.0",
- "globals": "^16.2.0",
- "prettier": "3.5.3",
- "typescript": "^5.7.2",
- "typescript-eslint": "^8.34.0",
- "vite": "^6.3.5",
- "vue-eslint-parser": "^10.1.3",
- "vue-tsc": "^2.2.0"
- }
- }
|