mirror of
https://github.com/janishutz/libreevent.git
synced 2025-11-25 05:14:23 +00:00
27 lines
646 B
JSON
27 lines
646 B
JSON
{
|
|
"name": "libreevent",
|
|
"version": "1.1.7",
|
|
"private": false,
|
|
"scripts": {
|
|
"dev": "vite --host",
|
|
"preview": "vite preview --host",
|
|
"build": "vite build",
|
|
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore"
|
|
},
|
|
"dependencies": {
|
|
"@pdfme/generator": "^1.2.3",
|
|
"@pdfme/ui": "^3.2.1",
|
|
"pinia": "^2.0.34",
|
|
"vue": "^3.2.13",
|
|
"vue-picture-input": "^3.0.1",
|
|
"vue-router": "^4.0.3",
|
|
"vue3-draggable-resizable": "^1.6.5"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-vue": "^5.1.4",
|
|
"eslint": "^8.39.0",
|
|
"eslint-plugin-vue": "^9.17.0",
|
|
"vite": "^5.4.6"
|
|
}
|
|
}
|