-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.18 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.18 KB
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
{
"name": "docusaurus-plugin-backlinks",
"version": "1.0.7",
"main": "dist/index.js",
"files": [
"dist"
],
"exports": {
".": "./dist/index.js",
"./components": "./dist/components/index.js"
},
"scripts": {
"build": "tsc --build",
"build:watch": "tsc --build --watch"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "^3.7.0",
"@docusaurus/tsconfig": "^3.7.0",
"@docusaurus/types": "^3.7.0",
"@types/fs-extra": "^11.0.4",
"@types/node": "^22.13.0",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"typescript": "^5.7.3"
},
"dependencies": {
"@docusaurus/utils": "^3.0.0",
"fs-extra": "^11.3.0"
},
"peerDependencies": {
"@docusaurus/core": "^3.0.0",
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AMD-NICK/docusaurus-plugin-backlinks.git"
},
"keywords": [
"docusaurus",
"plugin",
"backlinks",
"component"
],
"author": "_AMD_ (https://blog.amd-nick.me)",
"license": "ISC",
"bugs": {
"url": "https://github.com/AMD-NICK/docusaurus-plugin-backlinks/issues"
},
"homepage": "https://github.com/AMD-NICK/docusaurus-plugin-backlinks#readme",
"description": ""
}