-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.25 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
{
"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",
"dev:ws": "partykit dev"
},
"devDependencies": {
"@nuxt/devtools": "^0.8.2",
"@nuxtjs/color-mode": "^3.3.0",
"@nuxtjs/eslint-config-typescript": "^12.1.0",
"@types/node": "^20.5.9",
"@vue/eslint-config-prettier": "^8.0.0",
"autoprefixer": "^10.4.14",
"eslint": "^8.33.0",
"nuxt": "^3.7.0",
"postcss": "^8.4.29",
"prettier": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.5.4",
"prisma": "^5.0.0",
"tailwindcss": "^3.3.3",
"typescript": "^5.1.6",
"vue-tsc": "^1.0.24"
},
"dependencies": {
"@faker-js/faker": "^8.0.2",
"@prisma/client": "^5.0.0",
"@radix-ui/colors": "^2.1.0",
"@tailwindcss/forms": "^0.5.6",
"@trpc/client": "^10.38.1",
"@trpc/server": "^10.38.1",
"@vueuse/core": "^10.4.1",
"@vueuse/nuxt": "^10.4.1",
"date-fns": "^2.30.0",
"nanoid": "^4.0.2",
"partykit": "^0.0.7",
"partysocket": "^0.0.3",
"radix-vue": "^0.1.30",
"superjson": "^1.12.2",
"trpc-nuxt": "^0.10.6",
"zod": "^3.21.4"
}
}