This repository was archived by the owner on Jun 1, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
93 lines (93 loc) · 2.49 KB
/
package.json
File metadata and controls
93 lines (93 loc) · 2.49 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"name": "redux-forms-markdown-editor",
"version": "0.0.2",
"description": "Redux Forms Markdown Editor",
"main": "build/index.js",
"scripts": {
"compile": "projectz compile",
"prepare": "yarn build",
"build": "webpack --progress --profile --bail",
"watch": "yarn build --watch",
"lint": "eslint --ext .jsx --ext .js src/"
},
"husky": {
"postversion": "git push && git push --tags && npm publish",
"commitmsg": "validate-commit-msg",
"prepush": "yarn lint",
"postmerge": "yarn"
},
"repository": {
"type": "git",
"url": "https://github.com/RemeJuan/redux-forms-markdown-editor.git"
},
"keywords": [
"mde-react",
"react-markdown-editor",
"react-markdown-textarea",
"react-markdown",
"md",
"html",
"react-component",
"markdown",
"react",
"editor",
"preview",
"text",
"javascript",
"js",
"tool",
"utility",
"react-component",
"markdown",
"react",
"editor",
"preview",
"text"
],
"author": "2017+ Reme Le Hane (reme.lehane@gmail.com) (https://www.remelehane.me)",
"license": "MIT",
"bugs": {
"url": "https://github.com/RemeJuan/redux-forms-markdown-editor/issues"
},
"homepage": "https://github.com/RemeJuan/redux-forms-markdown-editor.git",
"devDependencies": {
"babel-core": "^6.25.0",
"babel-eslint": "^7.2.3",
"babel-jest": "^20.0.3",
"babel-loader": "^7.1.1",
"babel-plugin-react-css-modules": "^3.1.0",
"babel-plugin-root-import": "^5.1.0",
"babel-plugin-styled-components": "^1.2.1",
"babel-plugin-transform-react-remove-prop-types": "^0.4.10",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.23.0",
"babel-preset-env": "^1.6.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-1": "^6.24.1",
"babel-register": "^6.24.1",
"babel-runtime": "^6.23.0",
"eslint": "^7.16.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.1.0",
"eslint-watch": "^7.0.0",
"husky": "^4.3.6",
"lodash": "^4.3.0",
"projectz": "^2.18.0",
"prop-types": "^15.5.10",
"react-markdown": "^5.0.3",
"validate-commit-msg": "^2.14.0",
"webpack": "5",
"webpack-cli": "^4.3.0"
},
"dependencies": {
"react": "^17.0.1",
"react-dom": "^17.0.1"
},
"maintainers": [],
"contributors": [
"Reme Le Hane (http://www.remelehane.me)"
]
}