123456789101112131415161718192021222324252627282930313233343536373839 |
- {
- "name": "data-watch-system",
- "version": "0.0.0",
- "private": true,
- "scripts": {
- "dev": "vite",
- "build:prod": "vite build --mode production",
- "preview": "vite preview",
- "test": "vite build --mode test"
- },
- "dependencies": {
- "@antv/x6": "^2.9.7",
- "@antv/x6-plugin-dnd": "^2.0.5",
- "@antv/x6-plugin-scroller": "^2.0.9",
- "@antv/x6-plugin-selection": "^2.1.7",
- "@element-plus/icons-vue": "^2.1.0",
- "axios": "^1.4.0",
- "d3": "^7.8.5",
- "echarts": "^5.4.1",
- "element-plus": "^2.3.1",
- "js-base64": "^3.7.5",
- "nanoid": "^4.0.1",
- "pinia": "^2.0.36",
- "postcss-px-to-viewport": "^1.1.1",
- "sass": "^1.62.1",
- "sass-loader": "^13.2.2",
- "sortablejs": "^1.15.0",
- "unplugin-auto-import": "^0.15.1",
- "unplugin-vue-components": "^0.24.1",
- "uuid": "^9.0.0",
- "vue": "^3.3.2",
- "vue-router": "^4.2.0",
- "vuedraggable": "^4.1.0"
- },
- "devDependencies": {
- "@vitejs/plugin-vue": "^4.2.3",
- "vite": "^4.3.5"
- }
- }
|