generated from antfu/vitesse-nuxt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 865 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
{
"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",
"start:generate": "npx serve .output/public",
"update": "esno ./scripts/schedule.ts"
},
"devDependencies": {
"@antfu/eslint-config": "^0.39.5",
"@iconify-json/carbon": "^1.1.18",
"@iconify-json/twemoji": "^1.1.11",
"@nuxtjs/color-mode": "^3.2.0",
"@pinia/nuxt": "^0.4.11",
"@unocss/nuxt": "^0.53.1",
"@vueuse/components": "^10.1.2",
"@vueuse/nuxt": "^10.1.2",
"dayjs": "^1.11.8",
"eslint": "^8.42.0",
"esno": "^0.16.3",
"nuxt": "^3.5.3",
"pinia": "^2.1.3",
"string-width": "^6.1.0",
"taze": "^0.10.2",
"typescript": "^5.1.3"
}
}