forked from scniro/react-codemirror2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.17 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
{
"name": "ts-react-codemirror",
"version": "0.1.0",
"description": "a tiny react codemirror component wrapper. Fork of react-codemirror2",
"main": "index.js",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tutoring/ts-react-codemirror"
},
"author": "tutoring",
"license": "MIT",
"bugs": {
"url": "https://github.com/tutoring/ts-react-codemirror/issues"
},
"homepage": "https://github.com/tutoring/ts-react-codemirror#readme",
"keywords": [
"react",
"react-codemirror",
"codemirror",
"editor",
"syntax",
"ide",
"code"
],
"peerDependencies": {
"react": ">=15.5 <=16.x",
"codemirror": "5.x"
},
"devDependencies": {
"@nteract/mockument": "1.0.4",
"@types/codemirror": "0.0.56",
"@types/jest": "22.2.3",
"@types/react": "16.3.12",
"babel-core": "6.26.0",
"babel-loader": "7.1.4",
"babel-plugin-transform-object-assign": "6.22.0",
"babel-preset-env": "1.6.1",
"babel-preset-es2015": "6.24.1",
"babel-preset-react": "6.24.1",
"codemirror": "5.37.0",
"jest": "22.4.3",
"react": "16.3.2",
"react-dom": "16.3.2"
}
}