mirror of
https://github.com/YouHaveTrouble/GuildMaster.git
synced 2026-05-12 06:26:59 +00:00
clean the heck up samurai, we have a game to rewrite
This commit is contained in:
+15
-16
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "adventurers-guild",
|
||||
"version": "0.13.0",
|
||||
"version": "0.14.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
@@ -8,25 +8,24 @@
|
||||
"build": "run-p type-check build-only && cp -r CNAME dist/CNAME",
|
||||
"preview": "vite preview",
|
||||
"build-only": "vite build",
|
||||
"type-check": "vue-tsc --noEmit",
|
||||
"gen-character-data": "node characterDataGenerator.js"
|
||||
"type-check": "vue-tsc --noEmit"
|
||||
},
|
||||
"dependencies": {
|
||||
"@vueuse/components": "^9.13.0",
|
||||
"sass": "^1.66.1",
|
||||
"vue": "^3.3.4",
|
||||
"vue-router": "^4.2.4"
|
||||
"@vueuse/components": "^11.2.0",
|
||||
"sass": "^1.81.0",
|
||||
"vue": "^3.5.13",
|
||||
"vue-router": "^4.4.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^18.17.6",
|
||||
"@vitejs/plugin-vue": "^4.3.1",
|
||||
"@vue/tsconfig": "^0.4.0",
|
||||
"eslint": "^8.47.0",
|
||||
"eslint-plugin-vue": "^9.17.0",
|
||||
"@types/node": "^18.19.64",
|
||||
"@vitejs/plugin-vue": "^4.6.2",
|
||||
"@vue/tsconfig": "^0.6.0",
|
||||
"eslint": "^8.57.1",
|
||||
"eslint-plugin-vue": "^9.31.0",
|
||||
"npm-run-all": "^4.1.5",
|
||||
"typescript": "~5.1.6",
|
||||
"vite": "4.4.9",
|
||||
"vite-plugin-pwa": "^0.16.5",
|
||||
"vue-tsc": "^1.8.3"
|
||||
"typescript": "~5.6.3",
|
||||
"vite": "5.4.11",
|
||||
"vite-plugin-pwa": "^0.21.0",
|
||||
"vue-tsc": "^1.9.0-alpha.3"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user