Files
rule/package.json
❀ » Cato Sweeney. ❀ » Console@the.bb 2641c8eb3e first commit
2025-11-26 09:34:52 +08:00

47 lines
1.2 KiB
JSON

{
"name": "RuleEngine",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@element-plus/icons-vue": "^2.0.6",
"@highlightjs/vue-plugin": "^2.1.0",
"@logicflow/core": "^2.0.11",
"@logicflow/extension": "^2.0.15",
"@types/dom-to-image": "^2.6.4",
"@vueuse/core": "^13.1.0",
"@vueuse/shared": "^9.6.0",
"ace-builds": "^1.12.5",
"axios": "^1.1.3",
"dom-to-image": "^2.6.0",
"element-plus": "2.8.0",
"highlight.js": "^11.6.0",
"pinia": "^3.0.1",
"sass": "1.77.6",
"scss": "^0.2.4",
"splitpanes": "^3.1.5",
"unplugin-auto-import": "^0.11.2",
"unplugin-vue-components": "^0.22.8",
"unplugin-vue-define-options": "^0.12.7",
"vite-plugin-compression": "^0.5.1",
"vue": "^3.2.37",
"vue-demi": "^0.13.11",
"vue-router": "^4.1.6",
"vue3-colorpicker": "^2.0.11",
"vue3-sketch-ruler": "^1.3.7"
},
"devDependencies": {
"@types/node": "^18.7.5",
"@vitejs/plugin-vue": "^3.0.0",
"typescript": "^4.6.4",
"vite": "^3.0.0",
"vite-plugin-svg-icons": "^2.0.1",
"vue-tsc": "^0.38.4"
}
}