-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.78 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
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"devDependencies": {
"@nuxt/devtools": "latest",
"@nuxtjs/tailwindcss": "^6.10.1",
"nuxt": "^3.8.2",
"nuxt-icon": "^0.6.6",
"sass": "^1.69.5",
"vue": "^3.3.8",
"vue-router": "^4.2.5"
},
"dependencies": {
"@date-io/date-fns": "^2.17.0",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@fortawesome/fontawesome-svg-core": "^6.5.0",
"@fortawesome/free-solid-svg-icons": "^6.5.0",
"@fortawesome/vue-fontawesome": "^3.0.5",
"@mui/core": "^5.0.0-alpha.54",
"@mui/icons-material": "^5.14.19",
"@mui/lab": "^5.0.0-alpha.155",
"@mui/material": "^5.14.20",
"@mui/styled-engine-sc": "^6.0.0-alpha.6",
"@mui/x-date-pickers": "^6.18.4",
"@nuxtjs/composition-api": "^0.33.1",
"@nuxtjs/vuetify": "^1.12.3",
"@syncfusion/ej2-vue-richtexteditor": "^23.2.7",
"@tinymce/tinymce-vue": "^5.1.1",
"@tiptap/vue-3": "^2.1.13",
"@types/node": "^20.10.0",
"@vue/cli-service": "^5.0.8",
"@vuepic/vue-datepicker": "^7.4.0",
"bootstrap": "^5.3.2",
"bootstrap-vue": "^2.23.1",
"date-fns": "^2.30.0",
"dayjs": "^1.11.10",
"jquery": "^3.7.1",
"react-datepicker": "^4.24.0",
"styled-components": "^6.1.1",
"vue-date-pick": "^1.5.1",
"vue-froala-wysiwyg": "^4.1.4",
"vue-js-modal": "^2.0.1",
"vue-material": "^1.0.0-beta-16",
"vue-material-design-icons": "^5.2.0",
"vue-tabs-component": "^1.5.0",
"vue-tinymce-editor": "^1.6.2",
"vue2-google-maps": "^0.10.7",
"vue3-google-map": "^0.18.0",
"vuejs-datepicker": "^1.6.2"
}
}