-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.35 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.35 KB
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
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@gtm-support/vue-gtm": "^3.0.1",
"@nuxtjs/tailwindcss": "^6.12.0",
"@pinia/nuxt": "^0.5.5",
"@popperjs/core": "^2.11.8",
"@samk-dev/nuxt-vcalendar": "^1.0.3",
"@types/jsonwebtoken": "^9.0.6",
"@vuepic/vue-datepicker": "^8.8.1",
"@vueuse/core": "^10.11.0",
"bcryptjs": "^2.4.3",
"date-fns": "^3.6.0",
"jsonwebtoken": "^9.0.2",
"leaflet": "^1.9.4",
"moment-timezone": "^0.5.45",
"nodemailer": "^6.9.14",
"nuxt": "^3.12.2",
"nuxt-mail": "^5.0.1",
"nuxt-mongoose": "^1.0.6",
"nuxt-vue3-google-signin": "^0.0.11",
"nuxt3-leaflet": "^1.0.13",
"pinia": "^2.2.4",
"pinia-plugin-persistedstate": "^4.1.1",
"square": "^37.1.0",
"typescript": "^5.4.5",
"v-calendar": "^3.1.2",
"vue": "^3.4.21",
"vue-router": "^4.3.0"
},
"devDependencies": {
"@nuxtjs/color-mode": "^3.4.2",
"@nuxtjs/google-fonts": "^3.2.0"
},
"overrides": {
"vue": "latest"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}