-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.41 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.41 KB
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
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"bench": "bun run ./benchmarks/trueskill.bench.ts",
"dev": "nuxt dev",
"lint": "eslint .",
"format": "prettier . --fix",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@nuxt/icon": "1.12.0",
"@nuxt/image": "1.10.0",
"@nuxtjs/color-mode": "3.5.2",
"@tailwindcss/vite": "^4.1.6",
"@tanstack/vue-table": "^8.21.3",
"@vueuse/core": "^13.2.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-vue-next": "^0.509.0",
"nuxt": "^3.17.2",
"reka-ui": "^2.2.1",
"shadcn-nuxt": "2.1.0",
"tailwind-merge": "^3.2.0",
"tailwindcss": "^4.1.6",
"ts-trueskill": "^5.1.0",
"tw-animate-css": "^1.2.9",
"valibot": "^1.1.0",
"vue": "^3.5.13",
"vue-router": "^4.5.1"
},
"devDependencies": {
"@iconify-json/lucide": "^1.2.41",
"@iconify-json/simple-icons": "^1.2.33",
"@nuxt/eslint": "^1.3.0",
"@nuxt/test-utils": "^3.18.0",
"@vue/test-utils": "^2.4.6",
"eslint": "^9.25.1",
"mitata": "^1.0.34",
"prettier": "^3.5.3",
"typescript": "^5.8.3",
"vitest": "^3.1.3"
}
}