-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
88 lines (88 loc) · 2.89 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"name": "nuxt-app",
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"start": "nuxt start",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@hcaptcha/vue3-hcaptcha": "^1.3.0",
"@imengyu/vue3-context-menu": "^1.3.5",
"@mdi/font": "^7.3.67",
"@nuxt/content": "^2.7.2",
"@nuxtjs/color-mode": "^3.3.2",
"@pinia/nuxt": "^0.4.7",
"@popperjs/core": "^2.11.7",
"@rodrigogs/vuejs-noty": "^0.1.5-beta-2",
"@vuepic/vue-datepicker": "^5.4.0",
"@vueup/vue-quill": "^1.2.0",
"@vueuse/nuxt": "^10.7.1",
"apexcharts": "^3.41.0",
"axios": "^1.4.0",
"balm-ui": "^10.25.1",
"bootstrap": "^5.3.2",
"bootstrap-icons": "^1.11.1",
"bootstrap-vue-next": "^0.15.5",
"check-password-strength": "^2.0.7",
"crypto-js": "^4.1.1",
"floating-vue": "^2.0.0-beta.24",
"html-to-md": "^0.8.4",
"humanize-duration": "^3.28.0",
"moment": "^2.29.4",
"multi-range-slider-vue": "^1.1.4",
"nitro": "^2.2.28",
"nuxt-lodash": "^2.4.1",
"nuxt-vuetify": "^1.0.1",
"pinia": "^2.1.4",
"sanitize-html": "^2.11.0",
"uuid": "^3.4.0",
"v-calendar": "^3.1.2",
"v-viewer": "^3.0.11",
"vite-plugin-vuetify": "^1.0.2",
"vue-apexcharts": "^1.6.2",
"vue-cal": "^4.8.1",
"vue-clipboard2": "^0.3.3",
"vue-ctk-date-time-picker": "^3.0.0-alpha.0",
"vue-ctk-date-time-picker3": "^2.5.2",
"vue-ellipse-progress": "^2.1.1",
"vue-final-modal": "^4.5.3",
"vue-scrollto": "^2.20.0",
"vue-star-rating": "^2.1.0",
"vue-tradingview-widgets": "^1.2.4",
"vue3-apexcharts": "^1.4.1",
"vue3-cookies": "^1.0.6",
"vue3-editor": "^0.1.1",
"vue3-radial-progress": "^1.1.1",
"vue3-swatches": "^1.2.3",
"vue3-toastify": "^0.1.14",
"vuedraggable": "^4.1.0",
"vuejs-dialog": "^1.4.2"
},
"devDependencies": {
"@nuxt/devtools": "latest",
"@nuxt/eslint-config": "^0.2.0",
"@types/node": "^18",
"@typescript-eslint/parser": "^6.6.0",
"eslint": "^8.29.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"nuxt": "^3.8.2",
"prettier": "^3.0.2",
"sass": "^1.51.0",
"sass-loader": "^10.1.1",
"stylelint": "^14.3.0",
"stylelint-config-recommended-scss": "^5.0.2",
"stylelint-config-recommended-vue": "^1.1.0",
"stylelint-config-standard-scss": "^3.0.0",
"typescript": "latest",
"vite-plugin-dynamic-import": "^1.5.0",
"vite-svg-loader": "^4.0.0"
},
"resolutions": {
"postcss": "^8.3.11"
}
}