forked from lumia2046/react-prism-editor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.35 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
53
54
55
56
57
{
"name": "react-prism-editor",
"version": "1.1.1",
"description": "React prism editor with theme,line-numbers,copy to dashboard",
"main": "lib/index.js",
"files": [
"css",
"es",
"lib",
"umd"
],
"scripts": {
"build": "nwb build-react-component",
"clean": "nwb clean-module && nwb clean-demo",
"prepublishOnly": "npm run build",
"start": "nwb serve-react-demo",
"test": "nwb test-react",
"test:coverage": "nwb test-react --coverage",
"test:watch": "nwb test-react --server"
},
"dependencies": {
"clipboard": "^2.0.8",
"dom-iterator": "^1.0.0",
"escape-html": "^1.0.3",
"prismjs": "^1.20.0",
"raw-loader": "^4.0.1",
"unescape": "^1.0.1"
},
"peerDependencies": {
"react": ">=16.0.0",
"react-dom": ">=16.0.0"
},
"devDependencies": {
"babel-plugin-prismjs": "^2.0.1",
"nwb": "0.25.x",
"react": "^16.13.1",
"react-dom": "^16.13.1"
},
"author": "zhang yue",
"repository": {
"type": "git",
"url": "git+https://github.com/lumia2046/react-prism-editor.git"
},
"bugs": {
"url": "https://github.com/lumia2046/react-prism-editor/issues"
},
"homepage": "https://lumia2046.github.io/react-prism-editor/",
"license": "MIT",
"keywords": [
"prismjs",
"editor",
"code",
"code editor",
"react component",
"react prismjs"
]
}