-
-
Notifications
You must be signed in to change notification settings - Fork 29
/
package.json
142 lines (142 loc) · 3.94 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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
{
"name": "nuxt-og-image",
"type": "module",
"version": "4.0.0",
"packageManager": "[email protected]",
"description": "Enlightened OG Image generation for Nuxt.",
"author": {
"website": "https://harlanzw.com",
"name": "Harlan Wilton",
"url": "[email protected]"
},
"license": "MIT",
"funding": "https://github.com/sponsors/harlan-zw",
"homepage": "https://nuxtseo.com/og-image",
"repository": {
"type": "git",
"url": "git+https://github.com/nuxt-modules/og-image.git"
},
"bugs": {
"url": "https://github.com/nuxt-modules/og-image/issues"
},
"exports": {
".": {
"types": "./dist/module.d.ts",
"import": "./dist/module.mjs",
"require": "./dist/module.cjs"
}
},
"main": "./dist/module.cjs",
"types": "./dist/module.d.ts",
"files": [
"dist",
"virtual.d.ts"
],
"engines": {
"node": ">=18.0.0"
},
"scripts": {
"stub": "nuxt-build-module build --stub && nuxt-module-build prepare",
"build": "pnpm stub && nuxt-module-build build && pnpm run build:client",
"build:client": "nuxi generate client",
"build:module": "nuxt-build-module build",
"client:dev": "nuxi dev client --port 3030",
"lint": "eslint . --fix",
"dev": "nuxi dev playground",
"dev:build": "nuxi build playground",
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground && nuxi prepare client",
"release": "pnpm build && bumpp && pnpm -r publish --no-git-checks",
"typecheck": "tsc --noEmit",
"test": "vitest",
"test:chrome": "HAS_CHROME=true vitest"
},
"dependencies": {
"@nuxt/devtools-kit": "^1.6.1",
"@nuxt/kit": "^3.14.1592",
"@resvg/resvg-js": "^2.6.2",
"@resvg/resvg-wasm": "^2.6.2",
"@unocss/core": "^0.64.1",
"@unocss/preset-wind": "^0.64.1",
"chrome-launcher": "^1.1.2",
"defu": "^6.1.4",
"execa": "^9.5.1",
"image-size": "^1.1.1",
"magic-string": "^0.30.13",
"nuxt-site-config": "^3.0.4",
"nypm": "^0.3.12",
"ofetch": "^1.4.1",
"ohash": "^1.1.4",
"pathe": "^1.1.2",
"pkg-types": "^1.2.1",
"playwright-core": "^1.49.0",
"radix3": "^1.1.2",
"satori": "^0.12.0",
"satori-html": "^0.3.2",
"sirv": "^3.0.0",
"std-env": "^3.8.0",
"strip-literal": "^2.1.1",
"ufo": "^1.5.4",
"unplugin": "^1.16.0",
"unwasm": "^0.3.9",
"yoga-wasm-web": "^0.3.3"
},
"devDependencies": {
"@antfu/eslint-config": "^3.9.2",
"@css-inline/css-inline": "^0.14.3",
"@headlessui/vue": "^1.7.23",
"@iconify-json/carbon": "^1.2.4",
"@iconify-json/logos": "^1.2.3",
"@iconify-json/noto": "^1.2.1",
"@iconify-json/ri": "^1.2.3",
"@iconify-json/tabler": "^1.2.8",
"@img/sharp-linux-x64": "0.33.5",
"@nuxt/content": "^2.13.4",
"@nuxt/devtools": "1.6.1",
"@nuxt/devtools-ui-kit": "^1.6.1",
"@nuxt/icon": "^1.8.2",
"@nuxt/image": "^1.8.1",
"@nuxt/module-builder": "^0.8.4",
"@nuxt/test-utils": "3.14.4",
"@nuxt/ui": "^2.19.2",
"@nuxtjs/color-mode": "^3.5.2",
"@nuxtjs/eslint-config-typescript": "^12.1.0",
"@nuxtjs/i18n": "^9.1.0",
"@nuxtjs/tailwindcss": "^6.12.2",
"@unocss/nuxt": "^0.64.1",
"@unocss/preset-icons": "^0.64.1",
"@unocss/preset-uno": "^0.64.1",
"@unocss/runtime": "^0.64.1",
"@vueuse/nuxt": "^11.3.0",
"bumpp": "^9.8.1",
"eslint": "9.15.0",
"jest-image-snapshot": "^6.4.0",
"nuxt": "^3.14.1592",
"playwright": "^1.49.0",
"sass": "^1.81.0",
"sharp": "^0.33.5",
"typescript": "5.6.3",
"unocss": "^0.64.1",
"vitest": "^2.1.5"
},
"resolutions": {
"typescript": "5.6.3",
"@vue/server-renderer": "3.5.13",
"vue": "3.5.13",
"vue-router": "4.4.5"
},
"build": {
"externals": [
"nuxt",
"#app",
"nuxt/app",
"h3",
"nitropack",
"@vue/runtime-core",
"#og-image/components",
"sharp",
"unstorage",
"unstorage/drivers/fs",
"consola/utils"
]
}
}