-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1001 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
35
36
37
38
{
"name": "example-auth-jwt-prisma",
"private": true,
"scripts": {
"build": "nuxi build",
"dev": "nuxi dev",
"start": "nuxi preview"
},
"devDependencies": {
"@mermaid-js/mermaid-cli": "^10.1.0",
"@nuxt/ui": "^0.4.1",
"@prisma/client": "^4.14.0",
"nuxt": "^3.4.3",
"nuxt-icon": "^0.4.0",
"prisma": "^4.14.0",
"prisma-erd-generator": "^1.7.0"
},
"dependencies": {
"@fullcalendar/core": "^6.1.7",
"@fullcalendar/daygrid": "^6.1.7",
"@fullcalendar/interaction": "^6.1.7",
"@fullcalendar/list": "^6.1.7",
"@fullcalendar/timegrid": "^6.1.7",
"@fullcalendar/vue3": "^6.1.7",
"@heroicons/vue": "^2.0.17",
"@koa/multer": "^3.0.2",
"@nuxtjs/tailwindcss": "^6.6.7",
"@types/jsonwebtoken": "^8.5.9",
"bcrypt": "^5.1.0",
"dotenv": "^16.0.3",
"jsonwebtoken": "^9.0.0",
"koa": "^2.14.2",
"koa-body": "^6.0.1",
"koa-bodyparser": "^4.4.0",
"koa2-cors": "^2.0.6",
"vue-sonner": "^0.3.2"
}
}