-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.13 KB
/
package.json
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
{
"name": "thefontgame",
"private": true,
"type": "module",
"author": {
"name": "Jorge Alves",
"github": "https://github.com/AlvesJorge"
},
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"updatefonts": "node update-fonts.js",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"start": "node .output/server/index.mjs"
},
"dependencies": {
"@nuxt/scripts": "^0.9.2",
"@nuxtjs/color-mode": "^3.5.1",
"@pinia/nuxt": "^0.5.4",
"@tanstack/vue-table": "^8.20.5",
"axios": "^1.7.7",
"class-variance-authority": "^0.7",
"clsx": "^2.1.1",
"lucide-vue-next": "^0.439.0",
"nuxt": "^3.13",
"pinia": "^2.2.2",
"radix-vue": "^1.9.5",
"shadcn-nuxt": "^0.10.4",
"tailwind-merge": "^2.5.2",
"tailwindcss-animate": "^1.0.7",
"typed.js": "^2.1.0",
"vue": "^3.5.5"
},
"devDependencies": {
"@eslint/js": "^9.11",
"@nuxt/eslint": "^0.5.7",
"@nuxtjs/tailwindcss": "^6.12.1",
"@stylistic/eslint-plugin": "2.8",
"eslint": "^9.10",
"eslint-plugin-vue": "^9.28",
"globals": "^15.9"
}
}