-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
71 lines (71 loc) · 2.06 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
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev --host 0.0.0.0 --port 7948",
"start": "node .output/server/index.mjs",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"generate:prod": "BASE_URL=https://.com NODE_ENV=production nuxt generate"
},
"dependencies": {
"@ant-design-vue/nuxt": "^1.4.6",
"@lunisolar/plugin-thegods": "^0.1.4",
"@nuxt/content": "^2.13.4",
"@nuxt/image": "^1.6.0",
"@nuxt/kit": "^3.14.1592",
"@nuxt/ui": "^2.15.2",
"@nuxtjs/i18n": "^9.1.0",
"@nuxtjs/sitemap": "^5.1.4",
"@pinia/nuxt": "^0.7.0",
"@samk-dev/nuxt-vcalendar": "^1.0.4",
"@schedule-x/theme-default": "^2.6.0",
"@schedule-x/vue": "^2.5.0",
"@stefanobartoletti/nuxt-social-share": "^0.6.1",
"@tensorflow/tfjs": "^4.22.0",
"@vueuse/core": "^11.2.0",
"@zadigetvoltaire/nuxt-gtm": "^0.0.13",
"animate.css": "^4.1.1",
"ant-design-vue": "^4.2.6",
"await-to-js": "^3.0.0",
"axios": "^1.7.7",
"cal-heatmap": "^4.2.4",
"cos-js-sdk-v5": "^1.8.6",
"cross-env": "^7.0.3",
"date-fns": "^2.30.0",
"echarts": "^5.5.1",
"element-plus": "^2.8.8",
"lunar-javascript": "^1.6.13",
"lunisolar": "^2.5.1",
"node-cache": "^5.1.2",
"nuxt": "^3.11.2",
"nuxt-paypal": "^0.0.1-beta",
"particles.js": "^2.0.0",
"pinia": "^2.2.6",
"uuid": "^11.0.3",
"v-calendar": "^3.1.2",
"v3-infinite-loading": "^1.3.1",
"vue": "^3.4.21",
"vue-data-ui": "^2.4.42",
"vue-echarts": "^7.0.3",
"vue-paypal-checkout": "^3.2.0",
"vue-router": "^4.3.0"
},
"devDependencies": {
"@element-plus/nuxt": "^1.1.0",
"@iconify-json/hugeicons": "^1.2.1",
"@nuxtjs/color-mode": "^3.5.2",
"@types/react": "^18.3.12",
"@vitejs/plugin-vue-jsx": "^4.1.0",
"autoprefixer": "^10.4.19",
"less": "^4.2.1",
"nuxt-echarts": "^0.2.4",
"postcss": "^8.4.38",
"sass": "^1.75.0",
"tippy.js": "^6.3.7",
"vue3-calendar-heatmap": "^2.0.5"
}
}