generated from antfu/vitesse-nuxt
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
59 lines (59 loc) · 1.62 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
{
"private": true,
"packageManager": "[email protected]",
"scripts": {
"build": "nuxi build",
"dev": "nuxi dev",
"dev:pwa": "VITE_PLUGIN_PWA=true nuxi dev",
"start": "node .output/server/index.mjs",
"test": "vitest",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"postinstall": "nuxi prepare",
"generate": "nuxi generate",
"start:generate": "npx serve .output/public",
"prepare": "husky install",
"coverage": "vitest run --coverage"
},
"devDependencies": {
"@antfu/eslint-config": "^0.39.8",
"@iconify/json": "^2.2.140",
"@nuxt-themes/typography": "^1.0.1",
"@nuxt/content": "^2.9.0",
"@nuxt/devtools": "^0.7.6",
"@nuxt/image": "1.0.0-rc.1",
"@nuxtjs/color-mode": "^3.3.0",
"@pinia/nuxt": "^0.4.11",
"@types/nprogress": "^0.2.3",
"@unocss/eslint-config": "^0.54.3",
"@unocss/nuxt": "^0.54.3",
"@vitest/coverage-v8": "^0.34.6",
"@vueuse/integrations": "^10.6.0",
"@vueuse/nuxt": "^10.6.0",
"@wangeditor/editor": "^5.1.23",
"@wangeditor/editor-for-vue": "^5.1.12",
"consola": "^3.2.3",
"eslint": "^8.53.0",
"happy-dom": "^10.11.2",
"husky": "^8.0.3",
"lint-staged": "^14.0.1",
"nprogress": "^0.2.0",
"nuxt": "^3.8.1",
"nuxt-typed-router": "^3.3.3",
"nuxt-vitest": "^0.10.5",
"pinia": "^2.1.7",
"qrcode": "^1.5.3",
"typescript": "^5.2.2",
"unocss": "^0.55.7",
"unocss-preset-scrollbar": "^0.2.1",
"unplugin-icons": "^0.16.6",
"vitest": "^0.34.6",
"vue-tsc": "^1.8.22"
},
"lint-staged": {
"*.{ts,js,vue}": [
"vitest related --run",
"eslint --fix"
]
}
}