-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
51 lines (51 loc) · 1.46 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
{
"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",
"prisma": "prisma $*"
},
"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": "^5.22.0",
"@types/luxon": "^3.2.0",
"@types/passport": "^1.0.12",
"@types/passport-facebook": "^2.1.11",
"@vercel/analytics": "^0.1.9",
"h3": "^1.6.2",
"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",
"pino": "^9.5.0",
"pino-http": "^10.3.0",
"prom-client": "^14.2.0",
"sanitize-html": "^2.14.0",
"vue-final-modal": "^4.0.4",
"vue-tsc": "^1.0.24"
},
"devDependencies": {
"@artmizu/nuxt-prometheus": "^2.4.0",
"@types/jquery": "^3.5.16",
"@types/jsdom": "^21.1.0",
"@types/node": "^18.13.0",
"@types/sanitize-html": "^2.13.0",
"nuxt": "^3.15.1",
"prisma": "^5.22.0",
"typescript": "^4.9.3"
}
}