-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 loc) · 1.94 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"devDependencies": {
"@nuxt/types": "^2.17.3",
"@nuxt/typescript-build": "^3.0.2",
"nuxt": "3.5.3",
"typescript": "^5.3.3"
},
"dependencies": {
"@fullcalendar/core": "^6.1.11",
"@fullcalendar/vue3": "^6.1.11",
"@mdi/font": "6.5.95",
"@microsoft/signalr": "^8.0.0",
"@nuxt/vite-builder": "3.5.3",
"@nuxtjs/auth": "^4.9.1",
"@nuxtjs/auth-next": "5.0.0-1667386184.dfbbb54",
"@nuxtjs/axios": "^5.13.6",
"@pinia/nuxt": "0.4.11",
"@popperjs/core": "^2.11.8",
"@tiptap/pm": "2.0.0-beta.220",
"@tiptap/starter-kit": "2.0.0-beta.220",
"@tiptap/vue-3": "2.0.0-beta.220",
"@types/aos": "3.0.4",
"@videojs-player/vue": "^1.0.0",
"@vueup/vue-quill": "^1.0.0-beta.11",
"aos": "2.3.4",
"apexcharts": "3.36.3",
"axios": "0.27.2",
"axios-mock-adapter": "1.21.2",
"chance": "1.1.8",
"crypto-js": "^4.2.0",
"date-fns": "^3.6.0",
"dotenv": "^16.4.5",
"google-auth-library": "^9.7.0",
"html2pdf.js": "^0.10.1",
"jsonwebtoken": "^9.0.2",
"maska": "1.5.0",
"nuxt-property-decorator": "^2.9.1",
"nuxt-vue3-google-signin": "^0.0.11",
"pinia": "2.1.3",
"quill-blot-formatter": "^1.0.5",
"remixicon": "2.5.0",
"sass": "1.56.1",
"sweetalert2": "^11.11.0",
"swiper": "^11.1.1",
"v-calendar": "^3.1.2",
"vee-validate": "4.6.7",
"video.js": "^8.10.0",
"vite-plugin-vuetify": "1.0.2",
"vue": "3.3.4",
"vue-i18n": "9.2.2",
"vue-style-loader": "4.1.3",
"vue-tabler-icons": "2.9.0",
"vue3-apexcharts": "1.4.1",
"vue3-carousel": "0.2.9",
"vue3-easy-data-table": "1.4.19",
"vue3-perfect-scrollbar": "1.6.0",
"vue3-recaptcha-v2": "1.0.1",
"vuedraggable": "2.24.3",
"vuetify": "3.3.3",
"yup": "0.32.11"
}
}