-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
43 lines (43 loc) · 1.13 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
{
"name": "nuxt-app",
"type": "module",
"private": true,
"packageManager": "[email protected]",
"scripts": {
"build": "nuxt build",
"dev": "stale-dep && nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"lint:fix": "eslint . --fix",
"postinstall": "stale-dep -u"
},
"dependencies": {
"@nuxt/icon": "^1.5.0",
"@nuxthub/core": "^0.7.8",
"@nuxtjs/color-mode": "^3.4.4",
"@pinia/nuxt": "^0.5.4",
"nuxt": "^3.13.0",
"pinia": "^2.2.2",
"tdesign-vue-next": "^1.9.9",
"vue": "^3.5.0",
"vue-router": "^4.4.3",
"zod": "^3.23.8"
},
"devDependencies": {
"@antfu/eslint-config": "^3.0.0",
"@iconify-json/flat-color-icons": "^1.1.11",
"@iconify-json/material-symbols": "^1.2.0",
"@iconify-json/typcn": "^1.1.10",
"@pinia-plugin-persistedstate/nuxt": "^1.2.1",
"@tdesign-vue-next/nuxt": "^0.1.3",
"@unocss/core": "^0.62.3",
"@unocss/nuxt": "^0.62.3",
"eslint": "^9.9.1",
"eslint-plugin-format": "^0.1.2",
"sass": "^1.77.8",
"stale-dep": "^0.7.0",
"unocss": "^0.62.3",
"vue-tsc": "^2.0.29",
"wrangler": "^3.72.2"
}
}