mirror of
https://github.com/YouHaveTrouble/GuildMaster.git
synced 2026-05-11 22:16:59 +00:00
32 lines
767 B
JSON
32 lines
767 B
JSON
{
|
|
"name": "adventurers-guild",
|
|
"version": "0.14.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"dev-public": "vite --host",
|
|
"build": "run-p build-only && cp -r CNAME dist/CNAME",
|
|
"preview": "vite preview",
|
|
"build-only": "vite build",
|
|
"type-check": "vue-tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@vueuse/components": "^11.3.0",
|
|
"sass": "^1.81.0",
|
|
"vue": "^3.5.13",
|
|
"vue-router": "^4.4.5"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^18.19.64",
|
|
"@vitejs/plugin-vue": "^5.2.0",
|
|
"@vue/tsconfig": "^0.6.0",
|
|
"eslint": "^9.15.0",
|
|
"eslint-plugin-vue": "^9.31.0",
|
|
"npm-run-all": "^4.1.5",
|
|
"typescript": "~5.7.2",
|
|
"vite": "5.4.11",
|
|
"vite-plugin-pwa": "^0.21.0",
|
|
"vue-tsc": "^2.1.10"
|
|
}
|
|
}
|