-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
68 lines (68 loc) · 1.72 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
{
"name": "nuxt-content-body-html",
"version": "3.0.2",
"description": "Adds a property to each @nuxt/content document containing the raw HTML body, rendered from markdown.",
"keywords": [
"rss",
"nuxt",
"body",
"feed",
"nuxtjs",
"nuxt-module",
"nuxt-content"
],
"repository": "dword-design/nuxt-content-body-html",
"funding": "https://github.com/sponsors/dword-design",
"license": "MIT",
"author": "Sebastian Landwehr <info@sebastianlandwehr.com>",
"type": "module",
"exports": "./dist/index.js",
"main": "dist/index.js",
"files": [
"dist"
],
"scripts": {
"checkUnknownFiles": "base checkUnknownFiles",
"commit": "base commit",
"depcheck": "base depcheck",
"dev": "base dev",
"lint": "base lint",
"prepare": "base prepare",
"prepublishOnly": "base prepublishOnly",
"test": "base test"
},
"dependencies": {
"@nuxt/kit": "^3.5.3",
"defu": "^6.1.2",
"hast-util-to-html": "^8.0.4",
"lodash-es": "^4.17.21",
"p-props": "^5.0.0",
"resolve-cwd": "^3.0.0"
},
"devDependencies": {
"@dword-design/base": "^10.0.3",
"@dword-design/functions": "^5.0.20",
"@dword-design/tester": "^2.0.7",
"@dword-design/tester-plugin-tmp-dir": "^2.1.2",
"@nuxt/content": "^2.6.0",
"axios": "^0.22.0",
"depcheck-package-name": "^3.0.0",
"execa": "^7.1.1",
"fs-extra": "^11.1.1",
"nuxt": "^3.5.2",
"nuxt-dev-ready": "^2.0.1",
"ora": "^6.3.1",
"output-files": "^2.0.28",
"rehype-urls": "npm:@dword-design/rehype-urls",
"tree-kill-promise": "^3.0.14"
},
"peerDependencies": {
"@nuxt/content": "^1.14.0"
},
"engines": {
"node": ">=16"
},
"publishConfig": {
"access": "public"
}
}