You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

57 lines
1.5 KiB

{
"name": "vite-project",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --open",
"build": "vue-tsc -b && vite build",
"preview": "vite preview"
},
"dependencies": {
"@antv/x6": "^2.18.1",
"@antv/x6-plugin-clipboard": "^2.1.6",
"@antv/x6-plugin-history": "^2.2.4",
"@antv/x6-plugin-keyboard": "^2.2.3",
"@antv/x6-plugin-selection": "^2.2.2",
"@antv/x6-plugin-snapline": "^2.1.7",
"@antv/x6-plugin-stencil": "^2.1.5",
"@antv/x6-plugin-transform": "^2.1.8",
"@antv/x6-vue-shape": "^2.1.2",
"@element-plus/icons-vue": "^2.3.1",
"@highlightjs/vue-plugin": "^2.1.0",
"@kjgl77/datav-vue3": "^1.7.3",
"axios": "^1.7.2",
"docxtemplater": "^3.60.2",
"echarts": "^5.6.0",
"element-plus": "^2.9.5",
"file-saver": "^2.0.5",
"highlight.js": "^11.11.1",
"insert-css": "^2.0.0",
"install": "^0.13.0",
"jszip-utils": "^0.1.0",
"lib-flexible": "^0.3.2",
"pinia": "^2.1.7",
"pizzip": "^3.1.8",
"postcss-plugin-px2rem": "^0.8.1",
"sass": "^1.77.6",
"sass-loader": "^14.2.1",
"vue": "^3.4.29",
"vue-router": "4"
},
"devDependencies": {
"@types/node": "^20.14.9",
"@vitejs/plugin-vue": "^5.0.5",
3 weeks ago
"less": "^4.2.2",
"postcss": "^8.4.39",
"postcss-html": "^1.7.0",
"postcss-scss": "^4.0.9",
"px2rem-loader": "^0.1.9",
"typescript": "^5.2.2",
3 weeks ago
"unplugin-auto-import": "^19.1.1",
"unplugin-vue-components": "^28.4.1",
"vite": "^5.3.1",
"vue-tsc": "^2.0.21"
}
}