-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 2.05 KB
/
Copy pathpackage.json
File metadata and controls
68 lines (68 loc) · 2.05 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "@groupher/react-editor",
"version": "1.1.30",
"description": "React wrapper component for Editor.js",
"main": "dist/react-editorjs.js",
"umd:main": "dist/react-editorjs.umd.js",
"module": "dist/react-editorjs.esm.js",
"source": "src/index.ts",
"browser": "dist/react-editorjs.umd.js",
"types": "dist/editor.d.ts",
"scripts": {
"clean": "rimraf dist",
"build": "microbundle",
"lint": "tslint --fix -p tsconfig.json -c tslint.json",
"prepublishOnly": "npm run lint && npm run clean && npm run build",
"docz:dev": "docz dev"
},
"keywords": [
"react",
"editor.js"
],
"repository": {
"type": "git",
"url": "https://github.com/groupher/react-editor.js"
},
"author": "Semenyuk Timofey <timsql@yandex.ru>",
"license": "MIT",
"devDependencies": {
"@types/react": "^16.9.3",
"@types/react-dom": "^16.9.1",
"docz": "^2.0.0-rc.44",
"microbundle": "^0.11.0",
"prettier": "1.16.4",
"rimraf": "^2.6.3",
"tslint": "^5.20.0",
"tslint-config-prettier": "^1.18.0",
"tslint-react": "^4.1.0"
},
"peerDependencies": {
"prop-types": "^15.x",
"react": "^17.x"
},
"dependencies": {
"@groupher/editor-alert": "^1.0.27",
"@groupher/editor-code": "^1.0.30",
"@groupher/editor-collapse": "^0.1.7",
"@groupher/editor-delimiter": "^1.1.10",
"@groupher/editor-embed": "^1.0.19",
"@groupher/editor-eventbus": "1.0.6",
"@groupher/editor-header": "2.3.2",
"@groupher/editor-image": "^1.0.21",
"@groupher/editor-inline-code": "^1.0.5",
"@groupher/editor-link": "2.1.6",
"@groupher/editor-list": "^1.4.10",
"@groupher/editor-lock": "0.1.2",
"@groupher/editor-marker": "^1.0.1",
"@groupher/editor-mention": "^1.0.8",
"@groupher/editor-paragraph": "^1.0.17",
"@groupher/editor-quote": "^2.3.9",
"@groupher/editor-strike": "^0.1.4",
"@groupher/editor-table": "^2.0.8",
"@groupher/editor.js": "^2.19.39",
"editorjs-drag-drop": "^0.2.1",
"editorjs-undo": "^0.3.0",
"react": "^17.x",
"react-dom": "17.0.2"
}
}