-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 942 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 942 Bytes
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
{
"name": "react-toc",
"private": true,
"description": "A library that automatically generates a Table of Contents (TOC) from your headings with scroll tracking.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepare": "husky"
},
"keywords": [
"react",
"react-component",
"toc",
"table-of-contents",
"ui"
],
"author": "HyunJinNo",
"homepage": "https://hyunjinno.github.io/react-toc",
"repository": {
"type": "git",
"url": "https://github.com/HyunJinNo/react-toc"
},
"license": "MIT",
"packageManager": "pnpm@10.32.1",
"devDependencies": {
"@commitlint/cli": "^20.5.0",
"@commitlint/config-conventional": "^20.5.0",
"@commitlint/types": "^20.5.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"husky": "^9.1.7",
"react": "19.2.3",
"react-dom": "19.2.3",
"typescript": "^5.9.3"
}
}