-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.22 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
{
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint --max-warnings 0 .",
"typecheck": "nuxt typecheck",
"start": "NODE_ENV=production node .output/server/index.mjs"
},
"devDependencies": {
"@nuxtjs/eslint-config-typescript": "^12.0.0",
"@nuxtjs/tailwindcss": "^6.4.0",
"@sidebase/nuxt-auth": "^0.5.0",
"@types/node": "^18.11.18",
"@vicons/fa": "^0.12.0",
"eslint": "^8.33.0",
"lorem-ipsum": "^2.0.8",
"nuxt": "^3.2.3",
"nuxt-security": "^0.13.0",
"prisma": "^4.11.0",
"ts-node": "^10.9.1",
"typescript": "^4.9.5",
"vfonts": "^0.0.3",
"vue-tsc": "^1.0.24"
},
"dependencies": {
"@auth/prisma-adapter": "^1.0.0",
"@huntersofbook/naive-ui-nuxt": "^0.7.1",
"@prisma/client": "^4.15.0",
"@t3-oss/env-nuxt": "^0.4.0",
"@trpc/client": "^10.12.0",
"@trpc/server": "^10.12.0",
"@vercel/analytics": "^1.0.1",
"naive-ui": "^2.34.4",
"next-auth": "^4.18.8",
"superjson": "^1.12.2",
"trpc-nuxt": "^0.7.0",
"zod": "^3.21.4"
},
"prisma": {
"seed": "ts-node prisma/seed/seed.ts"
}
}