-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
66 lines (66 loc) · 1.85 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
{
"type": "module",
"private": true,
"packageManager": "[email protected]",
"scripts": {
"build": "nuxi build",
"dev:pwa": "VITE_PLUGIN_PWA=true nuxi dev",
"dev": "nuxi dev",
"generate": "nuxi generate",
"prepare": "nuxi prepare",
"start": "node .output/server/index.mjs",
"start:generate": "npx serve .output/public",
"lint": "eslint .",
"typecheck": "vue-tsc --noEmit",
"publish": "pnpm run generate && pnpm run start:generate"
},
"dependencies": {
"@alova/adapter-axios": "^2.0.7",
"@alova/mock": "^2.0.6",
"@tinymce/tinymce-vue": "^6.0.1",
"@types/lodash-es": "^4.17.12",
"alova": "^3.0.16",
"axios": "^1.7.7",
"countup.js": "^2.8.0",
"date-fns": "^3.6.0",
"echarts": "^5.5.1",
"lodash-es": "^4.17.21",
"nuxt-vite-legacy": "^1.2.0",
"pixi-live2d-display": "^0.4.0",
"pixi.js": "6.5.0",
"scroll-into-view-if-needed": "^3.1.0",
"vue-echarts": "^7.0.3",
"vue3-lottie": "^3.3.1",
"vue3-marquee": "^4.2.2",
"xgplayer": "^3.0.20"
},
"devDependencies": {
"@antfu/eslint-config": "^2.27.1",
"@element-plus/nuxt": "^1.0.10",
"@iconify-json/carbon": "^1.1.37",
"@iconify-json/twemoji": "^1.1.16",
"@nuxt/devtools": "^1.4.0",
"@nuxt/eslint": "^0.5.2",
"@nuxtjs/color-mode": "^3.4.4",
"@pinia/nuxt": "^0.5.4",
"@types/mockjs": "^1.0.10",
"@unocss/eslint-config": "^0.62.3",
"@unocss/nuxt": "^0.62.3",
"@vite-pwa/nuxt": "^0.10.1",
"@vueuse/nuxt": "^11.0.3",
"arco-design-nuxt-module": "^0.1.0",
"consola": "^3.2.3",
"dayjs-nuxt": "^2.1.11",
"eslint": "^9.9.1",
"eslint-plugin-format": "^0.1.2",
"mockjs": "^1.1.0",
"nuxt": "^3.13.0",
"pinia": "^2.2.2",
"sass": "^1.78.0",
"typescript": "^5.5.4",
"vue-tsc": "^2.0.29"
},
"resolutions": {
"@typescript-eslint/utils": "^8.2.0"
}
}