-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 852 Bytes
/
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
{
"private": true,
"scripts": {
"build": "npx prisma generate && nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview"
},
"devDependencies": {
"@heroicons/vue": "^1.0.6",
"@nuxt/content": "npm:@nuxt/content-edge@latest",
"@nuxtjs/tailwindcss": "^5.1.2",
"@tailwindcss/typography": "^0.5.2",
"@types/bcrypt": "^5.0.0",
"@types/uuid": "^8.3.4",
"nuxt": "^3.15.0",
"prisma": "^6.1.0"
},
"dependencies": {
"@balldontlie/sdk": "^1.2.2",
"@prisma/client": "^6.1.0",
"@supabase/supabase-js": "^1.35.6",
"@vueuse/core": "^9.1.1",
"bcrypt": "^5.0.1",
"chart.js": "^3.9.1",
"preline": "^1.2.1",
"stripe": "^10.7.0",
"uuid": "^8.3.2",
"vue-chartjs": "^4.1.2"
},
"prisma": {
"schema": "server/database/schema.prisma"
}
}