-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.7 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.7 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
49
50
51
52
53
54
55
56
57
58
59
{
"name": "nuxt-app",
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare && prisma generate"
},
"devDependencies": {
"@azure/communication-email": "^1.0.0",
"@azure/identity": "^3.4.1",
"@azure/storage-blob": "^12.17.0",
"@formkit/icons": "^1.2.2",
"@formkit/nuxt": "^1.2.2",
"@formkit/themes": "^1.2.2",
"@fullcalendar/core": "^6.1.9",
"@fullcalendar/daygrid": "^6.1.9",
"@fullcalendar/interaction": "^6.1.9",
"@fullcalendar/list": "^6.1.9",
"@fullcalendar/timegrid": "^6.1.9",
"@fullcalendar/vue3": "^6.1.9",
"@nuxt/devtools": "latest",
"@nuxtjs/eslint-config-typescript": "^12.1.0",
"@nuxtjs/google-fonts": "^3.2.0",
"@pinia/nuxt": "^0.5.1",
"@prisma/client": "^5.4.2",
"@types/jsonwebtoken": "^9.0.3",
"@types/lodash": "^4.14.199",
"@types/mjml": "^4.7.4",
"@typescript-eslint/parser": "^6.7.0",
"autoprefixer": "^10.4.15",
"date-fns": "^2.30.0",
"date-fns-tz": "^2.0.0",
"eslint": "^8.49.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"handlebars": "^4.7.8",
"ical-generator": "^7.0.0",
"iso-639-1": "^3.1.0",
"jsonwebtoken": "^9.0.2",
"lodash": "^4.17.21",
"mjml": "^4.15.3",
"nuxt": "^3.7.2",
"nuxt-icon": "^0.6.5",
"pinia": "^2.1.7",
"postcss": "^8.4.29",
"prettier": "^3.0.3",
"prisma": "^5.12.1",
"tailwindcss": "^3.3.3",
"typescript": "^5.2.2",
"vite-plugin-mjml": "^0.4.0",
"vue": "^3.4.21",
"vue-boring-avatars": "^1.3.0",
"vue-final-modal": "^4.5.0",
"yup": "^1.3.1"
}
}