forked from udecode/plate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 992 Bytes
/
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
{
"name": "@udecode/plate-ui-list",
"version": "18.7.0",
"description": "List UI for Plate",
"license": "MIT",
"homepage": "https://plate.udecode.io",
"repository": {
"type": "git",
"url": "https://github.com/udecode/plate.git",
"directory": "packages/ui/nodes/list"
},
"bugs": {
"url": "https://github.com/udecode/plate/issues"
},
"main": "dist/index.js",
"module": "dist/index.es.js",
"files": [
"dist"
],
"types": "dist/index.d.ts",
"dependencies": {
"@udecode/plate-core": "18.7.0",
"@udecode/plate-list": "18.7.0",
"@udecode/plate-styled-components": "18.7.0",
"@udecode/plate-ui-toolbar": "18.7.0"
},
"peerDependencies": {
"react": ">=16.8.0",
"react-dom": ">=16.8.0",
"slate": ">=0.78.0",
"slate-history": ">=0.66.0",
"slate-react": ">=0.79.0",
"styled-components": ">=5.0.0"
},
"keywords": [
"plate",
"plugin",
"slate"
],
"publishConfig": {
"access": "public"
}
}