-
Notifications
You must be signed in to change notification settings - Fork 283
/
package.json
38 lines (38 loc) · 1.01 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
{
"type": "module",
"private": true,
"packageManager": "[email protected]",
"scripts": {
"build": "nuxi build",
"dev": "nuxi dev",
"dev:proxy": "cd proxy && pnpm dev",
"start": "node .output/server/index.mjs",
"prepare": "nuxi prepare",
"lint": "eslint .",
"typecheck": "vue-tsc --noEmit"
},
"dependencies": {
"@nuxtjs/html-validator": "^1.8.2",
"vue-router-better-scroller": "^0.0.0"
},
"devDependencies": {
"@antfu/eslint-config": "^2.15.0",
"@iconify-json/carbon": "^1.1.31",
"@iconify-json/cib": "^1.1.8",
"@iconify-json/ph": "^1.1.12",
"@iconify-json/simple-icons": "^1.1.99",
"@iconify-json/twemoji": "^1.1.15",
"@nuxt/devtools": "^1.1.5",
"@nuxt/image": "^1.5.0",
"@nuxtjs/color-mode": "^3.4.0",
"@nuxtjs/i18n": "^8.3.0",
"@unocss/nuxt": "^0.59.4",
"@vueuse/nuxt": "^10.9.0",
"eslint": "^9.0.0",
"lru-cache": "^10.2.0",
"nuxt": "^3.11.2",
"ohash": "^1.1.3",
"typescript": "^5.4.5",
"vue-tsc": "^2.0.13"
}
}