VerifVATInvoice/webapp/vite-project/package.json

27 lines
552 B
JSON
Raw Normal View History

{
"name": "vite-project",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc -b && vite build",
"preview": "vite preview"
},
"dependencies": {
"ant-design-vue": "^4.2.6",
"axios": "^1.11.0",
"konva": "^9.3.22",
"querystring": "^0.2.1",
"vue": "^3.5.17",
"vue-konva": "^3.2.2"
},
"devDependencies": {
"@vitejs/plugin-vue": "^6.0.0",
"@vue/tsconfig": "^0.7.0",
"typescript": "~5.8.3",
"vite": "^7.0.4",
"vue-tsc": "^2.2.12"
}
}