UNPKG

766 BJSONView Raw
1{
2 "name": "rax-hot-loader",
3 "version": "0.4.9",
4 "description": "Tweak Rax components in real time.",
5 "main": "index.js",
6 "repository": {
7 "type": "git",
8 "url": "git+https://github.com/alibaba/rax.git"
9 },
10 "keywords": [
11 "Rax",
12 "hot-loader",
13 "livereload",
14 "loader"
15 ],
16 "bugs": {
17 "url": "https://github.com/alibaba/rax/issues"
18 },
19 "homepage": "https://github.com/alibaba/rax#readme",
20 "files": [
21 "lib/",
22 "index.js",
23 "patch.js",
24 "babel.js"
25 ],
26 "license": "BSD-3-Clause",
27 "dependencies": {
28 "babel-template": "^6.24.1",
29 "global": "^4.3.2",
30 "react-children": "^0.0.2",
31 "react-deep-force-update": "^2.0.1",
32 "react-proxy": "^1.1.8"
33 },
34 "peerDependencies": {
35 "rax": "^0.3.5"
36 }
37}