-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.39 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
{
"name": "reactjs-md-editor",
"version": "1.0.4",
"description": "A markdown editor module for React",
"main": "lib/reactjs-md-editor.js",
"scripts": {
"build": "./node_modules/.bin/gulp build",
"build-test": "./node_modules/.bin/gulp build-test",
"dev": "./node_modules/.bin/gulp development"
},
"repository": {
"type": "git",
"url": "git+https://github.com/beedeez/reactjs-md-editor.git"
},
"keywords": [
"Markdown",
"Editor",
"React"
],
"author": "Bastorx",
"license": "MIT",
"bugs": {
"url": "https://github.com/beedeez/reactjs-md-editor/issues"
},
"homepage": "https://github.com/beedeez/reactjs-md-editor#readme",
"dependencies": {
"classnames": "^2.2.5",
"codemirror": "^5.18.2",
"gulp": "^3.9.1"
},
"devDependencies": {
"babel-core": "^6.24.0",
"babel-loader": "^6.4.1",
"babel-plugin-transform-class-properties": "^6.23.0",
"babel-preset-es2015": "^6.24.0",
"babel-preset-react": "^6.23.0",
"babel-preset-stage-0": "^6.22.0",
"express": "^4.15.2",
"gulp-babel": "^6.1.2",
"morgan": "^1.8.1",
"react": "^15.0",
"react-dom": "^15.0",
"reactjs-md-viewer": "git+https://github.com/beedeez/reactjs-md-viewer.git",
"webpack": "^2.3.3",
"webpack-stream": "^3.2.0"
},
"peersDependencies": {
"react": "^15.0.0",
"react-dom": "^15.0.0",
"prop-types": "^15.5.8"
}
}