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.

30 lines
757 B

{
"name": "czemc-budget-execution-frontend",
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite --mode development",
"build": "vite build --mode production",
"build:dev": "vite build --mode development",
"build:staging": "vite build --mode staging",
"build:prod": "vite build --mode production",
"preview": "vite preview"
},
"dependencies": {
"@antv/g6": "^5.0.50",
"@element-plus/icons-vue": "^2.3.1",
"d3": "^7.9.0",
"element-plus": "^2.6.3",
"js-cookie": "^3.0.5",
"mermaid": "^11.12.2",
"pinia": "^2.1.7",
"vue": "^3.4.21",
"vue-router": "^4.3.0",
"vuedraggable": "^4.1.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.4",
"vite": "^5.1.6"
}
}