mirror of
https://github.com/janishutz/libreevent.git
synced 2025-11-25 13:24:24 +00:00
23 lines
497 B
JSON
23 lines
497 B
JSON
{
|
|
"name": "libreevent-setup",
|
|
"version": "1.1.4",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore"
|
|
},
|
|
"dependencies": {
|
|
"pinia": "^2.1.3",
|
|
"vue": "^3.3.4",
|
|
"vue-router": "^4.2.2"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-vue": "^4.2.3",
|
|
"eslint": "^8.39.0",
|
|
"eslint-plugin-vue": "^9.11.0",
|
|
"vite": "^4.5.3"
|
|
}
|
|
}
|