| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374 |
- {
- "name": "hg-guest-web",
- "version": "2024.0.0-SNAPSHOT",
- "private": true,
- "type": "module",
- "scripts": {
- "dev": "vite",
- "build": "run-p type-check \"build-only {@}\" --",
- "preview": "vite preview",
- "build-only": "vite build",
- "build-only:test": "vite build --mode development",
- "type-check": "vue-tsc --build --force",
- "lint": "eslint . --fix",
- "format": "prettier --write src/"
- },
- "dependencies": {
- "@antv/x6": "2.18.1",
- "@antv/x6-plugin-dnd": "2.1.1",
- "@antv/x6-plugin-keyboard": "2.2.3",
- "@antv/x6-plugin-scroller": "2.0.10",
- "@antv/x6-plugin-selection": "2.2.2",
- "@antv/x6-plugin-snapline": "2.1.7",
- "@cacp/svg-icons": "./cacp/svg-icons-0.0.8.tgz",
- "@cacp/ui": "./cacp/ui-0.2.23.tgz",
- "@tailwindcss/vite": "^4.1.16",
- "@wangeditor/editor": "5.1.23",
- "@wangeditor/editor-for-vue": "5.1.12",
- "axios": "1.7.7",
- "crypto-js": "4.2.0",
- "dayjs": "1.11.13",
- "echarts": "5.5.1",
- "element-plus": "2.8.6",
- "js-file-download": "0.4.12",
- "lodash-es": "4.17.21",
- "nanoid": "5.0.8",
- "normalize.css": "8.0.1",
- "nprogress": "0.2.0",
- "pinia": "2.2.5",
- "pinia-plugin-persistedstate": "3.2.1",
- "prettier-plugin-tailwindcss": "^0.7.1",
- "qs": "6.12.3",
- "string-format": "2.0.0",
- "tailwindcss": "^4.1.16",
- "vue": "3.5.12",
- "vue-echarts": "7.0.3",
- "vue-router": "4.4.5",
- "vuedraggable": "2.24.3"
- },
- "devDependencies": {
- "@rushstack/eslint-patch": "1.10.4",
- "@tsconfig/node20": "20.1.4",
- "@types/crypto-js": "4.2.2",
- "@types/node": "22.8.4",
- "@types/nprogress": "0.2.3",
- "@types/qs": "6.9.15",
- "@types/string-format": "2.0.3",
- "@vitejs/plugin-vue": "5.1.4",
- "@vitejs/plugin-vue-jsx": "4.0.1",
- "@vue/eslint-config-prettier": "10.1.0",
- "@vue/eslint-config-typescript": "14.1.3",
- "@vue/tsconfig": "0.5.1",
- "eslint": "9.13.0",
- "eslint-plugin-vue": "9.30.0",
- "less": "4.2.0",
- "less-loader": "12.2.0",
- "npm-run-all2": "7.0.1",
- "prettier": "^3.6.2",
- "typescript": "5.4.5",
- "vite": "5.4.10",
- "vite-plugin-vue-devtools": "7.6.1",
- "vue-tsc": "2.1.10"
- }
- }
|