-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 1.99 KB
/
package.json
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
{
"name": "react-error-guard",
"version": "1.1.4",
"main": "lib/index.js",
"license": "MIT",
"description": "An overlay for displaying stack frames based on create-react-app/packages/react-error-overlay",
"scripts": {
"prettier": "node scripts/prettier",
"prettier:all": "node scripts/prettier write",
"webpack": "NODE_ENV=production BABEL_ENV=production node_modules/.bin/webpack --mode development --config webpack.config.js",
"babel": "NODE_ENV=production BABEL_ENV=production babel src/ --copy-files --out-dir lib/ --ignore '.*(spec).js'",
"build": "rimraf lib/* && yarn babel",
"prepublishOnly": "yarn prettier && yarn build"
},
"repository": "WebCloud/react-error-guard",
"bugs": {
"url": "https://github.com/WebCloud/react-error-guard/issues"
},
"keywords": [
"react",
"syntax",
"error",
"crash",
"warning",
"monitoring"
],
"author": "Vinicius <[email protected]>",
"dependencies": {
"anser": "1.4.6",
"html-entities": "1.2.1",
"settle-promise": "1.0.0"
},
"devDependencies": {
"@babel/core": "7.0.0-beta.38",
"@babel/runtime": "7.0.0-beta.38",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-eslint": "^8.0.2",
"babel-jest": "^22.1.0",
"babel-loader": "^7.1.4",
"babel-preset-react-app": "^3.1.1",
"chalk": "^2.3.2",
"chokidar": "^2.0.0",
"cross-env": "5.1.3",
"eslint": "4.15.0",
"eslint-config-react-app": "^2.1.0",
"eslint-plugin-import": "2.8.0",
"eslint-plugin-jsx-a11y": "6.0.3",
"eslint-plugin-react": "7.5.1",
"flow-bin": "^0.63.1",
"fs": "^0.0.1-security",
"glob": "^7.1.2",
"jest": "22.1.2",
"jest-fetch-mock": "1.2.1",
"object-assign": "4.1.1",
"prettier": "^1.11.1",
"promise": "8.0.1",
"raw-loader": "^0.5.1",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"rimraf": "^2.6.1",
"source-map": "0.5.6",
"uglifyjs-webpack-plugin": "^1.2.3",
"webpack": "^4.1.1",
"webpack-cli": "^2.0.11"
}
}