-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 874 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 874 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
{
"name": "@inkdropapp/types",
"version": "0.0.5",
"description": "Some helper methods needed to simplify the development of plugins and themes",
"main": "",
"types": "src/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/inkdropapp/types.git"
},
"contributors": [
{
"name": "Takuya Matsuyama",
"email": "t@inkdrop.app",
"url": "https://www.inkdrop.app/"
}
],
"dependencies": {
"@codemirror/commands": "^6.0.0",
"@codemirror/language": "^6.0.0",
"@codemirror/search": "^6.0.0",
"@codemirror/state": "^6.0.0",
"@codemirror/view": "^6.0.0",
"@types/event-kit": "^2.4.4",
"@types/react": "^19.2.14",
"glob": "^13.0.0",
"inkdrop-model": "^2.11.5",
"redux": "^4.0.0 || ^5.0.0"
},
"devDependencies": {
"prettier": "^3.8.2",
"typescript": "^6.0.2"
}
}