-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 769 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 769 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
{
"name": "sidetoc",
"main": "./lib/sidetoc",
"version": "2.5.0",
"description": "It adds an outline view on the right side of the editor and preview",
"keywords": [],
"repository": "git@github.com:basyura/inkdrop-sidetoc.git",
"license": "MIT",
"engines": {
"inkdrop": "^6.0.0"
},
"scripts": {
"build": "tsc",
"build-watch": "tsc --watch"
},
"dependencies": {
"flux": "^4.0.3",
"inkdrop-model": "^2.11.5"
},
"devDependencies": {
"@types/event-kit": "^2.4.1",
"@types/flux": "^3.1.11",
"@types/node": "^14.18.21",
"@types/react": "^16.14.26",
"@types/react-codemirror": "^1.0.7",
"@types/react-dom": "^16.9.16",
"event-kit": "^2.5.3",
"react": "^16.14.0",
"typescript": "^5.8.3"
}
}