-
Notifications
You must be signed in to change notification settings - Fork 66
/
package.json
49 lines (49 loc) · 1.53 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
{
"private": true,
"type": "module",
"packageManager": "[email protected]",
"version": "0.6.1",
"scripts": {
"build": "pnpm run -r build",
"stub": "pnpm run -r stub",
"release": "bumpp \"package.json\" \"packages/**/package.json\" && pnpm publish -r",
"release:legacy": "bumpp \"packages-legacy/**/package.json\" --commit \"chore: release @nuxtjs/eslint-config@%s\" --no-tag && pnpm publish -r",
"test": "vitest run",
"play": "pnpm -C playground run play:dev",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"lint:play": "pnpm -C playground run lint",
"docs": "pnpm -C docs run docs:dev",
"typecheck": "tsc --noEmit"
},
"devDependencies": {
"@iconify-json/catppuccin": "catalog:",
"@iconify-json/ph": "catalog:",
"@iconify-json/simple-icons": "catalog:",
"@nuxt/content": "catalog:",
"@nuxt/devtools": "catalog:",
"@nuxt/eslint-config": "workspace:*",
"@nuxt/eslint-plugin": "workspace:*",
"@nuxt/fonts": "catalog:",
"@nuxt/image": "catalog:",
"@nuxt/test-utils": "catalog:",
"@nuxt/ui-pro": "catalog:",
"@nuxthq/studio": "catalog:",
"@nuxtjs/plausible": "catalog:",
"@types/node": "catalog:",
"@vueuse/core": "catalog:",
"@vueuse/nuxt": "catalog:",
"bumpp": "catalog:",
"eslint": "catalog:",
"fast-glob": "catalog:",
"nuxt": "catalog:",
"nuxt-og-image": "catalog:",
"taze": "catalog:",
"typescript": "catalog:",
"vitest": "catalog:",
"vue": "catalog:"
},
"resolutions": {
"@nuxt/ui": "2.15.2"
}
}