forked from wfxt0911/offcial-web-nuxt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 885 Bytes
/
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
{
"name": "offcial-web-nuxt",
"private": true,
"packageManager": "[email protected]",
"scripts": {
"build": "nuxi build",
"dev": "nuxi dev",
"start": "node .output/server/index.mjs",
"lint": "eslint .",
"postinstall": "nuxi prepare",
"generate": "nuxi generate"
},
"devDependencies": {
"@antfu/eslint-config": "^0.35.1",
"@element-plus/nuxt": "^1.0.3",
"@iconify-json/carbon": "^1.1.14",
"@iconify-json/twemoji": "^1.1.10",
"@nuxtjs/color-mode": "^3.2.0",
"@pinia/nuxt": "^0.4.6",
"@types/animejs": "^3.1.7",
"@unocss/nuxt": "^0.49.4",
"@vueuse/nuxt": "^9.12.0",
"eslint": "^8.33.0",
"nuxt": "^3.1.2",
"pinia": "^2.0.30",
"sass": "^1.58.0",
"typescript": "^4.9.5"
},
"dependencies": {
"animejs": "^3.2.1",
"mitt": "^3.0.0",
"node-fetch-native": "^1.0.2",
"swiper": "^9.0.5"
}
}