package.json
3.39 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
{
"_from": "react-error-overlay@^6.0.8",
"_id": "react-error-overlay@6.0.8",
"_inBundle": false,
"_integrity": "sha512-HvPuUQnLp5H7TouGq3kzBeioJmXms1wHy9EGjz2OURWBp4qZO6AfGEcnxts1D/CbwPLRAgTMPCEgYhA3sEM4vw==",
"_location": "/react-error-overlay",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "react-error-overlay@^6.0.8",
"name": "react-error-overlay",
"escapedName": "react-error-overlay",
"rawSpec": "^6.0.8",
"saveSpec": null,
"fetchSpec": "^6.0.8"
},
"_requiredBy": [
"/react-dev-utils"
],
"_resolved": "https://registry.npmjs.org/react-error-overlay/-/react-error-overlay-6.0.8.tgz",
"_shasum": "474ed11d04fc6bda3af643447d85e9127ed6b5de",
"_spec": "react-error-overlay@^6.0.8",
"_where": "C:\\Users\\kkwan_000\\Desktop\\git\\2017110269\\minsung\\node_modules\\react-dev-utils",
"author": {
"name": "Joe Haddad",
"email": "timer150@gmail.com"
},
"bugs": {
"url": "https://github.com/facebook/create-react-app/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "An overlay for displaying stack frames.",
"devDependencies": {
"@babel/code-frame": "7.10.4",
"@babel/core": "7.12.3",
"anser": "1.4.10",
"babel-eslint": "^10.1.0",
"babel-jest": "^26.6.0",
"babel-loader": "8.1.0",
"babel-preset-react-app": "^10.0.0",
"chalk": "2.4.2",
"chokidar": "^3.4.3",
"cross-env": "7.0.2",
"eslint": "^7.11.0",
"eslint-config-react-app": "^6.0.0",
"eslint-plugin-flowtype": "^5.2.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^24.1.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-testing-library": "^3.9.2",
"flow-bin": "^0.116.0",
"html-entities": "1.3.1",
"jest": "26.6.0",
"jest-fetch-mock": "2.1.2",
"object-assign": "4.1.1",
"promise": "8.1.0",
"raw-loader": "^4.0.2",
"react": "^17.0.1",
"react-app-polyfill": "^2.0.0",
"react-dom": "^17.0.1",
"rimraf": "^3.0.2",
"settle-promise": "1.0.0",
"source-map": "0.5.7",
"terser-webpack-plugin": "4.2.3",
"webpack": "^4.44.2"
},
"files": [
"lib/index.js"
],
"gitHead": "ed958938f642007645dd5ac3466db36202f8754e",
"homepage": "https://github.com/facebook/create-react-app#readme",
"jest": {
"setupFiles": [
"./src/__tests__/setupJest.js"
],
"collectCoverage": true,
"coverageReporters": [
"json"
],
"testMatch": [
"<rootDir>/src/**/__tests__/**/*.js?(x)",
"<rootDir>/src/**/?(*.)(spec|test).js?(x)"
],
"testPathIgnorePatterns": [
"/node_modules/",
"/fixtures/",
"setupJest.js"
]
},
"keywords": [
"overlay",
"syntax",
"error",
"red",
"box",
"redbox",
"crash",
"warning"
],
"license": "MIT",
"main": "lib/index.js",
"name": "react-error-overlay",
"repository": {
"type": "git",
"url": "git+https://github.com/facebook/create-react-app.git",
"directory": "packages/react-error-overlay"
},
"scripts": {
"build": "cross-env NODE_ENV=development node build.js",
"build:prod": "cross-env NODE_ENV=production node build.js",
"start": "cross-env NODE_ENV=development node build.js --watch",
"test": "cross-env NODE_ENV=test jest"
},
"sideEffects": false,
"version": "6.0.8"
}