forked from Jungwoo-An/react-editor-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
73 lines (73 loc) · 2.29 KB
/
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
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
69
70
71
72
73
{
"name": "react-editor-js",
"version": "1.4.4",
"description": "The unofficial editor-js component for React",
"author": "Jungwoo An <o1o9814@naver.com>",
"keywords": [
"react",
"editor",
"editor.js",
"editorjs",
"@editorjs"
],
"main": "./dist/react-editor-js.umd.js",
"module": "./dist/react-editor-js.js",
"types": "./dist/index.d.ts",
"scripts": {
"build": "rollup --config --environment NODE_ENV:production",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Jungwoo-An/react-editor-js.git"
},
"bugs": {
"url": "https://github.com/Jungwoo-An/react-editor-js/issues"
},
"devDependencies": {
"@babel/core": "^7.7.5",
"@editorjs/checklist": "^1.1.0",
"@editorjs/code": "^2.4.1",
"@editorjs/delimiter": "^1.1.0",
"@editorjs/editorjs": "^2.16.1",
"@editorjs/embed": "^2.2.0",
"@editorjs/header": "^2.3.2",
"@editorjs/image": "^2.3.3",
"@editorjs/inline-code": "^1.3.1",
"@editorjs/link": "^2.1.2",
"@editorjs/list": "^1.3.4",
"@editorjs/marker": "^1.2.2",
"@editorjs/paragraph": "^2.6.1",
"@editorjs/quote": "^2.2.0",
"@editorjs/raw": "^2.1.1",
"@editorjs/simple-image": "^1.3.3",
"@editorjs/table": "^1.2.0",
"@editorjs/warning": "^1.1.0",
"@semantic-release/commit-analyzer": "^8.0.1",
"@semantic-release/git": "^9.0.0",
"@semantic-release/github": "^7.0.5",
"@semantic-release/npm": "^7.0.5",
"@semantic-release/release-notes-generator": "^9.0.1",
"@storybook/addon-actions": "^5.2.8",
"@storybook/addon-links": "^5.2.8",
"@storybook/addons": "^5.2.8",
"@storybook/react": "^5.2.8",
"@types/react": "^16.9.16",
"@typescript-eslint/eslint-plugin": "^2.10.0",
"@typescript-eslint/parser": "^2.10.0",
"babel-loader": "^8.0.5",
"conventional-changelog-conventionalcommits": "^4.2.3",
"eslint": "^6.7.2",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-import": "^2.19.1",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-promise": "^4.1.1",
"eslint-plugin-standard": "^4.0.0",
"react": "^16.12.0",
"rollup": "^1.27.9",
"rollup-plugin-typescript2": "^0.25.3",
"typescript": "^3.7.3"
}
}