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.
|
|
|
|
{
|
|
|
|
|
"name": "czemc-budget-execution-frontend",
|
|
|
|
|
"version": "1.0.0",
|
|
|
|
|
"type": "module",
|
|
|
|
|
"scripts": {
|
|
|
|
|
"postinstall": "mkdir -p public/pdfjs && cp node_modules/pdfjs-dist/build/pdf.worker.min.mjs public/pdfjs/pdf.worker.min.js 2>/dev/null || true && cp -r node_modules/pdfjs-dist/cmaps public/pdfjs/ 2>/dev/null || true",
|
|
|
|
|
"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",
|
|
|
|
|
"path-browserify": "^1.0.1",
|
|
|
|
|
"pdfjs-dist": "^5.4.530",
|
|
|
|
|
"pinia": "^2.1.7",
|
|
|
|
|
"vue": "^3.4.21",
|
|
|
|
|
"vue-router": "^4.3.0",
|
|
|
|
|
"vuedraggable": "^4.1.0",
|
|
|
|
|
"xlsx": "^0.18.5"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@vitejs/plugin-vue": "^5.0.4",
|
|
|
|
|
"vite": "^5.1.6"
|
|
|
|
|
}
|
|
|
|
|
}
|