-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
93 lines (93 loc) · 2.88 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"name": "masterscore",
"description": "Masterscore is a movie and TV review website with unbiased reviews, recommendations, and ratings on various genres. Find your next favorite show or movie with us!",
"version": "0.2.3",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"dev:prepare": "nuxt prepare",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare && prisma generate",
"lint": "prettier --check ./src",
"lint:fix": "prettier --write ./src"
},
"devDependencies": {
"@fontsource/inter": "^5.1.1",
"@fontsource/maven-pro": "^5.1.1",
"@iconify-json/material-symbols": "^1.2.14",
"@nuxt/devtools": "2.0.0-beta.4",
"@nuxt/icon": "^1.10.3",
"@nuxt/image": "^1.9.0",
"@nuxtjs/device": "^3.2.4",
"@nuxtjs/i18n": "9.1.4",
"@nuxtjs/robots": "5.2.2",
"@nuxtjs/sitemap": "7.2.4",
"@prisma/client": "6.3.0",
"@tailwindcss/typography": "^0.5.16",
"@types/bcrypt": "^5.0.2",
"@types/color-thief-node": "^1.0.4",
"@types/jsonwebtoken": "^9.0.8",
"@types/lodash.debounce": "^4.0.9",
"@types/md5": "^2.3.5",
"@types/node": "^22.13.0",
"@types/tinycolor2": "^1.4.6",
"@vite-pwa/nuxt": "^0.10.6",
"autoprefixer": "^10.4.20",
"happy-dom": "^16.8.1",
"lru-cache": "^11.0.2",
"nuxt": "^3.15.4",
"nuxt-twemoji": "^3.6.2",
"postcss": "^8.5.1",
"prettier": "^3.4.2",
"prettier-plugin-prisma": "^5.0.0",
"prettier-plugin-tailwindcss": "^0.6.11",
"prisma": "6.3.0",
"shadcn-nuxt": "^0.11.3",
"tailwind-scrollbar": "^4.0.0",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.3",
"vue-json-viewer": "^3.0.4",
"vue3-star-ratings": "^3.0.5"
},
"dependencies": {
"@nuxt/devtools-kit": "2.0.0-beta.4",
"@nuxtjs/color-mode": "^3.5.2",
"@nuxtjs/tailwindcss": "^6.13.1",
"@pinia/nuxt": "^0.9.0",
"@supabase/supabase-js": "^2.48.1",
"@types/humanize-duration": "^3.27.4",
"@upstash/redis": "^1.34.3",
"@vee-validate/zod": "^4.15.0",
"@vercel/analytics": "^1.4.1",
"@vueuse/components": "^12.5.0",
"@vueuse/core": "^12.5.0",
"bcrypt": "^5.1.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"fast-average-color": "^9.4.0",
"floating-vue": "5.2.2",
"humanize-duration": "^3.32.1",
"jsonwebtoken": "^9.0.2",
"lodash.debounce": "^4.0.8",
"lucide-vue-next": "^0.474.0",
"md5": "^2.3.0",
"mitt": "^3.0.1",
"moment": "^2.30.1",
"pinia": "^2.3.1",
"radix-vue": "^1.9.13",
"shadcn-vue": "^0.11.3",
"swiper": "^11.2.2",
"tailwind-merge": "^3.0.1",
"tailwindcss-animate": "^1.0.7",
"tinycolor2": "^1.6.0",
"vee-validate": "^4.15.0",
"vue-advanced-cropper": "^2.8.9",
"vue3-easy-data-table": "^1.5.47",
"vue3-emoji-picker": "^1.1.8",
"zod": "^3.24.1"
},
"prisma": {
"schema": "src/prisma/schema.prisma"
}
}