-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.38 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
{
"name": "react-code-editor",
"version": "0.0.17",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "gojs -p 4000 -i example/index.js",
"build": "babel src --presets=es2015,react,stage-0 --plugins=transform-decorators-legacy,transform-runtime --out-dir lib -D",
"dev": "babel src --presets=es2015,react,stage-0 --plugins=transform-decorators-legacy,transform-runtime --out-dir lib -Dw",
"prepublish": "npm run build"
},
"files": [
"example",
"lib"
],
"keywords": [],
"author": "",
"license": "MIT",
"peerDependencies": {
"react": "^15.0.2"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"react": "^16.2.0",
"react-dom": "^16.2.0"
},
"dependencies": {
"highlight.js": "^9.12.0",
"dom-iterator": "^0.3.0",
"prop-types": "^15.5.8",
"unescape": "^0.2.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/m-cuttlefish/react-code-editor.git"
},
"bugs": {
"url": "https://github.com/m-cuttlefish/react-code-editor/issues"
},
"homepage": "https://github.com/m-cuttlefish/react-code-editor#readme"
}