UNPKG

2.29 kBJSONView Raw
1{
2 "name": "react-error-overlay",
3 "version": "5.1.5",
4 "description": "An overlay for displaying stack frames.",
5 "main": "lib/index.js",
6 "sideEffects": false,
7 "scripts": {
8 "start": "cross-env NODE_ENV=development node build.js --watch",
9 "test": "cross-env NODE_ENV=test jest",
10 "build": "cross-env NODE_ENV=development node build.js",
11 "build:prod": "cross-env NODE_ENV=production node build.js"
12 },
13 "repository": {
14 "type": "git",
15 "url": "https://github.com/facebook/create-react-app.git",
16 "directory": "packages/react-error-overlay"
17 },
18 "license": "MIT",
19 "bugs": {
20 "url": "https://github.com/facebook/create-react-app/issues"
21 },
22 "keywords": [
23 "overlay",
24 "syntax",
25 "error",
26 "red",
27 "box",
28 "redbox",
29 "crash",
30 "warning"
31 ],
32 "author": "Joe Haddad <timer150@gmail.com>",
33 "files": [
34 "lib/index.js"
35 ],
36 "devDependencies": {
37 "@babel/code-frame": "7.0.0",
38 "@babel/core": "7.4.3",
39 "anser": "1.4.8",
40 "babel-eslint": "10.0.1",
41 "babel-jest": "24.7.1",
42 "babel-loader": "8.0.5",
43 "babel-preset-react-app": "^8.0.0",
44 "chalk": "^2.4.2",
45 "chokidar": "^2.1.2",
46 "cross-env": "5.2.0",
47 "eslint": "^5.16.0",
48 "eslint-config-react-app": "^4.0.0",
49 "eslint-plugin-flowtype": "2.50.1",
50 "eslint-plugin-import": "2.16.0",
51 "eslint-plugin-jsx-a11y": "6.2.1",
52 "eslint-plugin-react": "7.12.4",
53 "flow-bin": "^0.63.1",
54 "html-entities": "1.2.1",
55 "jest": "24.7.1",
56 "jest-fetch-mock": "2.1.2",
57 "object-assign": "4.1.1",
58 "promise": "8.0.2",
59 "raw-loader": "^1.0.0",
60 "react": "^16.8.4",
61 "react-app-polyfill": "^1.0.0",
62 "react-dom": "^16.8.4",
63 "rimraf": "^2.6.3",
64 "settle-promise": "1.0.0",
65 "source-map": "0.5.6",
66 "terser-webpack-plugin": "1.2.3",
67 "webpack": "^4.29.6"
68 },
69 "jest": {
70 "setupFiles": [
71 "./src/__tests__/setupJest.js"
72 ],
73 "collectCoverage": true,
74 "coverageReporters": [
75 "json"
76 ],
77 "testMatch": [
78 "<rootDir>/src/**/__tests__/**/*.js?(x)",
79 "<rootDir>/src/**/?(*.)(spec|test).js?(x)"
80 ],
81 "testPathIgnorePatterns": [
82 "/node_modules/",
83 "/fixtures/",
84 "setupJest.js"
85 ]
86 },
87 "gitHead": "265c1592dcf3853122dcdd50e1bfc1e43f697fbe"
88}