UNPKG

1.84 kBJSONView Raw
1{
2 "name": "redbox-react",
3 "description": "A redbox (rsod) component to display your errors.",
4 "main": "lib/index.js",
5 "files": [
6 "dist",
7 "lib",
8 "src"
9 ],
10 "scripts": {
11 "clean": "rimraf dist lib tmp",
12 "build:umd": "webpack src/index.js dist/redbox.js",
13 "build:umd:min": "webpack --config webpack.config.prod.js src/index.js dist/redbox.min.js",
14 "build:lib": "babel src --out-dir lib",
15 "build": "npm run build:umd && npm run build:umd:min && npm run build:lib",
16 "prepublish": "npm run clean && npm run build",
17 "test": "standard ./src && babel-node ./tests | tap-spec",
18 "semantic-release": "semantic-release pre && npm publish && semantic-release post"
19 },
20 "repository": {
21 "type": "git",
22 "url": "git+https://github.com/commissure/redbox-react.git"
23 },
24 "author": "David Pfahler",
25 "license": "MIT",
26 "bugs": {
27 "url": "https://github.com/commissure/redbox-react/issues"
28 },
29 "homepage": "https://github.com/commissure/redbox-react",
30 "keywords": [
31 "redbox",
32 "rsod",
33 "react",
34 "react-native"
35 ],
36 "devDependencies": {
37 "react": "^0.14.0 || ^15.0.0",
38 "babel-cli": "^6.9.0",
39 "babel-core": "^6.9.0",
40 "babel-loader": "^6.2.4",
41 "babel-plugin-rewire": "^1.0.0-rc-3",
42 "babel-preset-es2015": "^6.3.3",
43 "babel-preset-react": "^6.5.0",
44 "babel-preset-stage-0": "^6.3.13",
45 "react-addons-test-utils": "^15.0.0",
46 "react-dom": "^0.14.0 || ^15.0.0",
47 "rimraf": "^2.5.2",
48 "semantic-release": "^4.0.0",
49 "standard": "^7.1.1",
50 "tap-spec": "^4.0.2",
51 "tape": "^4.5.1",
52 "webpack": "^1.13.1"
53 },
54 "peerDependencies": {
55 "react": "^0.14.0 || ^15.0.0",
56 "react-dom": "^0.14.0 || ^15.0.0"
57 },
58 "dependencies": {
59 "error-stack-parser": "^1.3.6",
60 "object-assign": "^4.0.1"
61 },
62 "version": "1.3.4"
63}
\No newline at end of file