-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
executable file
·82 lines (82 loc) · 2.37 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "unhead.unjs.io",
"private": true,
"scripts": {
"dev": "nuxi dev",
"build": "nuxi build",
"lint:docs": "markdownlint ./snippets && case-police 'snippets/**/*.md' *.md",
"lint:docs:fix": "markdownlint ./snippets --fix && case-police 'snippets/**/*.md' *.md --fix",
"twoslash:verify": "nuxt-content-twoslash verify --content-dir snippets"
},
"type": "module",
"devDependencies": {
"@antfu/eslint-config": "^4.3.0",
"@iconify-json/carbon": "^1.2.8",
"@iconify-json/heroicons": "^1.2.2",
"@iconify-json/logos": "^1.2.4",
"@iconify-json/material-symbols": "^1.2.14",
"@iconify-json/noto": "^1.2.2",
"@iconify-json/ph": "^1.2.2",
"@iconify-json/radix-icons": "^1.2.2",
"@iconify-json/simple-icons": "^1.2.26",
"@iconify-json/uil": "^1.2.3",
"@iconify-json/unjs": "^1.2.0",
"@iconify-json/vscode-icons": "^1.2.16",
"@inspira-ui/plugins": "^0.0.1",
"@nuxt/content": "3.2.2",
"@nuxt/devtools": "2.1.1",
"@nuxt/fonts": "^0.10.3",
"@nuxt/image": "^1.9.0",
"@nuxt/scripts": "^0.10.5",
"@nuxt/ui-pro": "^3.0.0-alpha.13",
"@nuxthub/core": "0.8.17",
"@nuxtjs/mdc": "0.14.0",
"@nuxtjs/seo": "^2.2.0",
"@unovis/vue": "1.5.1",
"@vueuse/core": "^12.7.0",
"@vueuse/motion": "^2.2.6",
"@vueuse/nuxt": "^12.7.0",
"bumpp": "^10.0.3",
"case-police": "^1.0.0",
"clsx": "^2.1.1",
"consola": "^3.4.0",
"eslint": "^9.21.0",
"jsdom": "^26.0.0",
"markdownlint-cli": "^0.44.0",
"nuxt": "^3.15.4",
"nuxt-build-cache": "^0.1.1",
"nuxt-content-twoslash": "^0.1.2",
"nuxt-lodash": "^2.5.3",
"nuxt-rebundle": "^0.0.2",
"octokit": "^4.1.2",
"ofetch": "^1.4.1",
"radix-vue": "^1.9.17",
"shiki": "2.2.0",
"shiki-magic-move": "^1.0.1",
"shiki-transformer-color-highlight": "^0.2.0",
"sponsorkit": "^16.3.0",
"tailwind-merge": "^3.0.2",
"tailwindcss-animate": "^1.0.7",
"typescript": "5.7.3",
"vitest": "^3.0.7",
"wrangler": "^3.111.0"
},
"resolutions": {
"@octokit/webhooks": "13.4.3",
"tailwindcss": "4.0.7",
"@tailwindcss/postcss": "4.0.7",
"@tailwindcss/vite": "4.0.7"
},
"pnpm": {
"onlyBuiltDependencies": [
"@parcel/watcher",
"better-sqlite3",
"esbuild",
"sharp",
"vue-demi",
"workerd",
"maplibre-gl"
]
},
"packageManager": "[email protected]"
}