-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
44 lines (44 loc) · 1.21 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
{
"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": {
"@huntersofbook/naive-ui-nuxt": "^0.7.1",
"@nuxt/devtools": "^0.7.1",
"@nuxtjs/color-mode": "^3.3.0",
"@nuxtjs/eslint-config-typescript": "^12.0.0",
"@nuxtjs/google-fonts": "^3.0.2",
"@nuxtjs/tailwindcss": "^6.8.0",
"@sidebase/nuxt-auth": "^0.4.4",
"@types/node": "^18.17.1",
"@vueuse/core": "^10.2.1",
"@vueuse/nuxt": "^10.2.1",
"eslint": "^8.46.0",
"nuxt": "^3.6.5",
"nuxt-icon": "^0.4.2",
"prisma": "^5.7.1",
"tailwindcss-animate": "^1.0.6",
"typescript": "^4.9.5",
"vue-tsc": "^1.8.8"
},
"dependencies": {
"@prisma/client": "^5.7.1",
"@trpc/client": "^10.36.0",
"@trpc/server": "^10.36.0",
"floating-vue": "2.0.0-beta.24",
"lodash": "^4.17.21",
"next-auth": "^4.22.3",
"superjson": "^1.13.1",
"trpc-nuxt": "^0.7.0",
"vue3-smooth-dnd": "^0.0.5",
"zod": "^3.21.4"
}
}