UNPKG

1.74 kBJSONView Raw
1{
2 "name": "react-gateway",
3 "version": "3.0.0",
4 "description": "Render React DOM into a new context",
5 "main": "lib/index.js",
6 "scripts": {
7 "build": "babel src -d lib",
8 "example": "browserify example/browser.js -o example/bundle.js -t babelify --debug && babel-node example/server.js",
9 "format": "jsfmt -w *.js src/ test/",
10 "lint": "eslint src/ test/",
11 "prepublish": "npm run build",
12 "test": "karma start"
13 },
14 "keywords": [
15 "react",
16 "gateway",
17 "portal",
18 "modal",
19 "dialog"
20 ],
21 "author": "James Kyle <me@thejameskyle.com>",
22 "repository": "https://github.com/cloudflare/react-gateway",
23 "license": "BSD-3-Clause",
24 "dependencies": {
25 "prop-types": "^15.5.0",
26 "react-prop-types": "^0.4.0"
27 },
28 "devDependencies": {
29 "babel-cli": "^6.1.1",
30 "babel-core": "^6.0.20",
31 "babel-eslint": "^6.0.2",
32 "babel-preset-cf": "^1.2.0",
33 "babelify": "^7.2.0",
34 "browserify-istanbul": "^0.2.1",
35 "chai": "^3.4.1",
36 "defined": "^1.0.0",
37 "eslint": "^1.8.0",
38 "eslint-plugin-cflint": "^1.0.0",
39 "express": "^4.13.3",
40 "jsfmt": "^0.5.2",
41 "karma": "^0.13.15",
42 "karma-beep-reporter": "^0.1.4",
43 "karma-browserify": "^4.4.0",
44 "karma-chrome-launcher": "^0.2.1",
45 "karma-coverage": "^0.5.3",
46 "karma-firefox-launcher": "^0.1.6",
47 "karma-mocha": "^0.2.0",
48 "karma-mocha-reporter": "^1.1.1",
49 "karma-safari-launcher": "^0.1.1",
50 "karma-sauce-launcher": "^0.3.0",
51 "karma-tape-reporter": "^1.0.3",
52 "minimist": "^1.2.0",
53 "mocha": "^2.3.3",
54 "react-addons-test-utils": "^15.0.0-0",
55 "react": "^15.0.0-0",
56 "react-dom": "^15.0.0-0"
57 },
58 "peerDependencies": {
59 "react": "^0.14.0 || ^15.0.0 || ^16.0.0"
60 }
61}