-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.85 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "@tekken-space/app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare && prisma generate",
"prisma:generate": "prisma generate",
"prisma:migrate:dev": "prisma migrate dev",
"prisma:migrate:deploy": "prisma migrate deploy",
"prisma:provision:moves": "vite-node prisma/provision/character-moves.ts",
"prisma:studio": "prisma studio"
},
"devDependencies": {
"@hrwg/eslint-config": "2.1.0",
"@nuxt/image": "1.2.0",
"@nuxt/kit": "3.10.3",
"@nuxt/ui": "2.14.2",
"@nuxtjs/eslint-module": "4.1.0",
"@nuxtjs/tailwindcss": "6.11.4",
"@pinia/nuxt": "0.5.1",
"@tailwindcss/typography": "0.5.10",
"@vue/language-server": "2.0.6",
"@vueuse/nuxt": "10.8.0",
"eslint": "8.56.0",
"jsdom": "24.0.0",
"nuxt": "3.10.2",
"pinia": "2.1.7",
"postcss": "8.4.35",
"prettier": "3.2.5",
"sass": "1.71.0",
"tailwind-scrollbar": "3.1.0",
"tailwindcss": "3.4.1",
"tailwindcss-debug-screens": "2.2.1",
"tslib": "2.6.2",
"typescript": "5.4.2",
"typescript-parsec": "0.3.4",
"vite-node": "1.3.1",
"vue": "3.4.19",
"vue-router": "4.2.5",
"zod": "3.22.4"
},
"author": "Rico Herwig <[email protected]>",
"license": "MIT",
"dependencies": {
"@auth/core": "0.17.0",
"@auth/prisma-adapter": "1.4.0",
"@hebilicious/authjs-nuxt": "0.3.5",
"@iconify/json": "2.2.188",
"@paralleldrive/cuid2": "2.2.2",
"@prisma/client": "5.10.0",
"cookie": "0.6.0",
"html2canvas": "1.4.1",
"prisma": "5.10.0"
}
}