-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 755 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 755 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
{
"name": "react-render",
"version": "4.0.0",
"description": "React rendering wrapper",
"author": "Mark Finger <[email protected]",
"license": "MIT",
"main": "lib/index.js",
"homepage": "https://github.com/markfinger/react-render",
"bugs": {
"url": "https://github.com/markfinger/react-render/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/markfinger/react-render.git"
},
"dependencies": {
"decache": "^4.5.1",
"lodash": "^4.17.15"
},
"peerDependencies": {
"react": ">= 16.8.0",
"react-dom": ">= 16.8.0"
},
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^5.2.0",
"react": "^16.9.0",
"react-dom": "^16.9.0"
},
"scripts": {
"test": "mocha"
}
}