-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
95 lines (95 loc) · 2.98 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
94
95
{
"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.0.20",
"@fontsource/maven-pro": "^5.0.20",
"@iconify-json/material-symbols": "^1.2.1",
"@nuxt/devtools": "^1.4.1",
"@nuxt/icon": "^1.5.1",
"@nuxt/image": "^1.8.0",
"@nuxtjs/device": "^3.2.2",
"@nuxtjs/i18n": "9.0.0-alpha.1",
"@nuxtjs/tailwindcss": "^6.12.1",
"@prisma/client": "5.19.1",
"@tailwindcss/typography": "^0.5.15",
"@types/bcrypt": "^5.0.2",
"@types/color-thief-node": "^1.0.4",
"@types/jsonwebtoken": "^9.0.6",
"@types/lodash.debounce": "^4.0.9",
"@types/md5": "^2.3.5",
"@types/node": "^22.5.4",
"@types/tinycolor2": "^1.4.6",
"@vite-pwa/nuxt": "^0.10.5",
"autoprefixer": "^10.4.20",
"happy-dom": "^14.0.0",
"lru-cache": "^11.0.0",
"nuxt": "^3.13.1",
"nuxt-twemoji": "^3.6.1",
"postcss": "^8.4.45",
"prettier": "^3.3.3",
"prettier-plugin-prisma": "^5.0.0",
"prettier-plugin-tailwindcss": "^0.6.6",
"prisma": "5.19.1",
"shadcn-nuxt": "^0.10.4",
"tailwind-scrollbar": "^3.1.0",
"tailwindcss": "^3.4.10",
"typescript": "^5.5.4",
"vue-json-viewer": "^3.0.4",
"vue3-star-ratings": "^3.0.5"
},
"dependencies": {
"@pinia/nuxt": "^0.5.4",
"@supabase/supabase-js": "^2.45.3",
"@types/humanize-duration": "^3.27.4",
"@upstash/redis": "^1.34.0",
"@vee-validate/zod": "^4.13.2",
"@vercel/analytics": "^1.3.1",
"@vueuse/components": "^11.0.3",
"@vueuse/core": "^11.0.3",
"bcrypt": "^5.1.1",
"class-variance-authority": "^0.7.0",
"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.438.0",
"md5": "^2.3.0",
"mitt": "^3.0.1",
"moment": "^2.30.1",
"pinia": "^2.2.2",
"radix-vue": "^1.9.5",
"shadcn-vue": "^0.10.5",
"swiper": "^11.1.12",
"tailwind-merge": "^2.5.2",
"tailwindcss-animate": "^1.0.7",
"tinycolor2": "^1.6.0",
"vee-validate": "^4.13.2",
"vue-advanced-cropper": "^2.8.9",
"vue3-easy-data-table": "^1.5.47",
"vue3-emoji-picker": "^1.1.8",
"zod": "^3.23.8"
},
"pnpm": {
"overrides": {
"happy-dom": "^14.0.0"
}
},
"prisma": {
"schema": "src/prisma/schema.prisma"
},
"packageManager": "[email protected]+sha512.60c18acd138bff695d339be6ad13f7e936eea6745660d4cc4a776d5247c540d0edee1a563695c183a66eb917ef88f2b4feb1fc25f32a7adcadc7aaf3438e99c1"
}