all repos — stealth-developers @ ee215b29818f3508540cbb868b5699e6645acc44

apps/web/package.json (view raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
{
	"name": "web",
	"version": "0.0.0",
	"private": true,
	"type": "module",
	"scripts": {
		"dev": "vite",
		"build": "run-p type-check \"build-only {@}\" --",
		"preview": "vite preview",
		"build-only": "vite build",
		"type-check": "vue-tsc --build",
		"lint": "run-s \"lint:*\"",
		"lint:oxlint": "oxlint . --fix",
		"lint:eslint": "eslint . --fix --cache",
		"format": "oxfmt src/"
	},
	"dependencies": {
		"@elysia/eden": "^1.4.10",
		"@stealth-developers/api": "workspace:*",
		"discord-api-types": "^0.38.49",
		"pinia": "^3.0.4",
		"vue": "beta",
		"vue-router": "^5.1.0"
	},
	"devDependencies": {
		"@tsconfig/node24": "^24.0.4",
		"@types/node": "^24.13.2",
		"@vitejs/plugin-vue": "^6.0.7",
		"@vue/eslint-config-typescript": "^14.8.0",
		"@vue/tsconfig": "^0.9.1",
		"elysia": "^1.4.29",
		"eslint": "^10.5.0",
		"eslint-config-prettier": "^10.1.8",
		"eslint-plugin-oxlint": "~1.69.0",
		"eslint-plugin-vue": "~10.9.2",
		"jiti": "^2.7.0",
		"npm-run-all2": "^9.0.2",
		"oxfmt": "^0.54.0",
		"oxlint": "~1.69.0",
		"typescript": "~6.0.0",
		"vite": "^8.0.16",
		"vite-plugin-vue-devtools": "^8.1.2",
		"vue-eslint-parser": "^10.4.1",
		"vue-tsc": "^3.3.5"
	},
	"overrides": {
		"@vue/compat": "beta",
		"@vue/compiler-core": "beta",
		"@vue/compiler-dom": "beta",
		"@vue/compiler-sfc": "beta",
		"@vue/compiler-ssr": "beta",
		"@vue/compiler-vapor": "beta",
		"@vue/reactivity": "beta",
		"@vue/runtime-core": "beta",
		"@vue/runtime-dom": "beta",
		"@vue/runtime-vapor": "beta",
		"@vue/server-renderer": "beta",
		"@vue/shared": "beta",
		"vue": "beta"
	},
	"engines": {
		"node": "^22.18.0 || >=24.12.0"
	}
}