-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
48 lines (48 loc) · 1.41 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
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare && echo \\\"dev\\\" > assets/hash.json"
},
"dependencies": {
"@nuxt/content": "^2.13.4",
"@nuxtjs/color-mode": "^3.5.2",
"@nuxtjs/i18n": "^8.5.2",
"@nuxtjs/mdc": "^0.12.1",
"@pinia/nuxt": "^0.5.4",
"@vite-pwa/nuxt": "^0.10.6",
"@vueuse/core": "^10.9.0",
"ant-design-vue": "4.x",
"core-js": "^3.29.0",
"countries-and-timezones": "^3.6.0",
"deepslate": "^0.23.4",
"nuxt": "^3.13.0",
"randomcolor": "^0.6.2",
"roboto-fontface": "*",
"ua-parser-js": "^2.0.0",
"vue": "^3.5.13",
"vue-i18n": "^9.6.5",
"vue-router": "^4.5.0",
"vue-sonner": "^1.0.1",
"vue-turnstile": "^1.0.8",
"vue3-touch-events": "^4.2.0",
"vuetify": "^3.7.2",
"vuetify-nuxt-module": "^0.18.2",
"vuetify-sonner": "^0.3.2"
},
"devDependencies": {
"@ant-design-vue/nuxt": "^1.4.6",
"@mdi/font": "^7.4.47",
"@nuxt/kit": "^3.1.50",
"@nuxtjs/sitemap": "^6.0.0",
"@types/randomcolor": "^0.5.9",
"prettier": "3.2.5",
"vite-plugin-vuetify": "^2.0.4"
},
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}