UNPKG

531 BJSONView Raw
1{
2 "name": "react-stand-in",
3 "version": "4.0.0-beta.17",
4 "description": "Proxies ES6 React components without unmounting or losing their state.",
5 "main": "lib/index.js",
6 "homepage": "https://github.com/gaearon/react-hot-loader",
7 "repository": "https://github.com/gaearon/react-hot-loader/tree/master/packages/react-stand-in",
8 "license": "MIT",
9 "author": "Anton Korzunov <thekashey@gmail.com>",
10 "files": [
11 "lib"
12 ],
13 "keywords": [
14 "react-proxy"
15 ],
16 "dependencies": {
17 "shallowequal": "^1.0.2"
18 }
19}