-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1001 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 1001 Bytes
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
{
"name": "@eritaakash/react-markdown-editor",
"version": "4.4.4",
"description": "React Component to render markdown preview directly into text area.",
"main": "build/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "babel src --out-file build/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/eritaakash/react-markdown-editor.git"
},
"keywords": [
"react-component",
"markdown",
"react",
"markdown-preview"
],
"author": "Aakash Sharma",
"license": "MIT",
"bugs": {
"url": "https://github.com/eritaakash/react-markdown-editor/issues"
},
"homepage": "https://github.com/eritaakash/react-markdown-editor#readme",
"dependencies": {
"react": "^18",
"react-dom": "^18"
},
"devDependencies": {
"@babel/core": "^7.23.9",
"@babel/preset-env": "^7.23.9",
"@babel/preset-react": "^7.23.3",
"babel-loader": "^9.1.3",
"@babel/cli": "^7.23.9"
}
}