UNPKG

@ray-core/redbox-react

Version:

A redbox (rsod) component to display your errors.

62 lines (61 loc) 1.88 kB
{ "name": "@ray-core/redbox-react", "description": "A redbox (rsod) component to display your errors.", "version": "0.5.0", "main": "lib/index.js", "types": "types/redbox-react.d.ts", "files": [ "lib", "types" ], "scripts": { "clean": "rimraf dist lib tmp", "build:lib": "babel src --out-dir lib", "build": "npm run build:lib", "prepublish": "npm run clean && npm run build", "start": "babel src --out-dir lib -w", "test:back": "standard ./src && babel-node ./tests | tap-spec && tsc --project ./types", "test": "echo \"No tests specified\" && exit 0", "semantic-release": "semantic-release pre && npm publish && semantic-release post" }, "license": "MIT", "keywords": [ "redbox", "rsod", "react", "react-native" ], "publishConfig": { "access": "public" }, "devDependencies": { "@ray-core/ray": "0.5.0", "@types/react": "^16.9.49", "babel-cli": "^6.9.0", "babel-core": "^6.9.0", "babel-loader": "^6.2.4", "babel-plugin-rewire": "1.0.0", "babel-plugin-transform-async-generator-functions": "^6.24.1", "babel-plugin-transform-class-properties": "^6.19.0", "babel-plugin-transform-do-expressions": "^6.22.0", "babel-plugin-transform-export-extensions": "^6.8.0", "babel-plugin-transform-object-rest-spread": "^6.19.0", "babel-preset-env": "^1.4.0", "babel-preset-react": "^6.5.0", "react": "^0.14.0 || ^15.0.0", "react-addons-test-utils": "^15.0.0", "react-dom": "^16.13.1", "rimraf": "^2.5.2", "semantic-release": "^4.0.0", "standard": "^7.1.1", "tap-spec": "^4.0.2", "tape": "^4.5.1" }, "dependencies": { "error-stack-parser": "^1.3.6", "object-assign": "^4.0.1", "prop-types": "^15.5.4", "sourcemapped-stacktrace": "^1.1.6" }, "gitHead": "2aac5b8888ad5ab181eac842c7a18466c22f50f9" }