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.
25 lines
604 B
25 lines
604 B
|
4 months ago
|
{
|
||
|
|
"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": {
|
||
|
|
"vue": "^3.4.21",
|
||
|
|
"vue-router": "^4.3.0",
|
||
|
|
"element-plus": "^2.6.3",
|
||
|
|
"@element-plus/icons-vue": "^2.3.1"
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"@vitejs/plugin-vue": "^5.0.4",
|
||
|
|
"vite": "^5.1.6"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|