-
-
Notifications
You must be signed in to change notification settings - Fork 41
/
package.json
57 lines (57 loc) · 1.75 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
{
"name": "unhead-monorepo",
"type": "module",
"version": "1.11.11",
"private": "true",
"packageManager": "[email protected]",
"author": "Harlan Wilton <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/unjs/unhead.git"
},
"scripts": {
"build": "pnpm -r --filter=./packages/** run build",
"stub": "pnpm -r --parallel --filter=./packages/** run stub",
"test": "vitest",
"test:memory": "vitest --expose-gc run memory",
"export:sizes": "pnpm -r --parallel --filter=./packages/** run export:sizes",
"bump": "bumpp package.json packages/*/package.json --commit --push --tag",
"release": "pnpm build && pnpm bump && pnpm -r publish --no-git-checks",
"release:beta": "pnpm build && pnpm bump && pnpm -r publish --no-git-checks --tag beta",
"lint": "eslint . --fix",
"benchmark": "vitest bench"
},
"devDependencies": {
"@antfu/eslint-config": "^3.8.0",
"@types/fs-extra": "^11.0.4",
"@types/jsdom": "^21.1.7",
"acorn-loose": "^8.4.0",
"bumpp": "^9.8.0",
"eslint": "^9.14.0",
"fs-extra": "^11.2.0",
"jsdom": "^25.0.1",
"typescript": "^5.6.3",
"unbuild": "^2.0.0",
"utility-types": "^3.11.0",
"vitest": "^2.1.4",
"vue": "^3.5.12"
},
"resolutions": {
"@nuxt/vite-builder": "3.13.2",
"@nuxtjs/mdc": "0.9.2",
"@unhead/addons": "workspace:*",
"@unhead/dom": "workspace:*",
"@unhead/schema": "workspace:*",
"@unhead/schema-org": "workspace:*",
"@unhead/shared": "workspace:*",
"@unhead/ssr": "workspace:*",
"@unhead/vue": "workspace:*",
"@vue/server-renderer": "3.5.12",
"nuxt": "3.13.2",
"shiki": "1.22.2",
"unhead": "workspace:*",
"vite": "5.4.10",
"vue": "^3.5.12"
}
}