-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
43 lines (43 loc) · 1.23 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
{
"private": true,
"scripts": {
"build": "nuxt build",
"generate": "nuxt generate",
"dev-https": "NODE_TLS_REJECT_UNAUTHORIZED=0 nuxt dev --https --ssl-cert localhost.pem --ssl-key localhost-key.pem",
"dev": "nuxt dev",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"prisma-generate": "prisma generate"
},
"dependencies": {
"@fullcalendar/core": "^6.1.7",
"@fullcalendar/daygrid": "^6.1.7",
"@fullcalendar/list": "^6.1.7",
"@fullcalendar/timegrid": "^6.1.7",
"@fullcalendar/vue3": "^6.1.7",
"@google-cloud/vision": "^3.1.2",
"@nozomuikuta/h3-cors": "^0.2.1",
"@nuxtjs/web-vitals": "^0.2.2",
"@prisma/client": "^4.10.1",
"@types/luxon": "^3.2.0",
"@types/passport": "^1.0.12",
"@types/passport-facebook": "^2.1.11",
"@vercel/analytics": "^0.1.9",
"ical.js": "^1.5.0",
"jquery": "^3.6.3",
"jsdom": "^21.1.0",
"luxon": "^3.3.0",
"nuxt-security": "^0.10.2",
"openai": "^3.2.1",
"vue-final-modal": "^4.0.4",
"vue-tsc": "^1.0.24"
},
"devDependencies": {
"@types/jquery": "^3.5.16",
"@types/jsdom": "^21.1.0",
"@types/node": "^18.13.0",
"nuxt": "^3.3.2",
"prisma": "^4.10.1",
"typescript": "^4.9.3"
}
}