mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-01-12 22:46:30 +08:00
- babel-plugin-named-asset-import@0.3.5 - babel-preset-react-app@9.1.0 - cra-template-typescript@1.0.0 - cra-template@1.0.0 - create-react-app@3.3.0 - eslint-config-react-app@5.1.0 - react-app-polyfill@1.0.5 - react-dev-utils@10.0.0 - react-error-overlay@6.0.4 - react-scripts@3.3.0
88 lines
2.2 KiB
JSON
88 lines
2.2 KiB
JSON
{
|
|
"name": "react-error-overlay",
|
|
"version": "6.0.4",
|
|
"description": "An overlay for displaying stack frames.",
|
|
"main": "lib/index.js",
|
|
"sideEffects": false,
|
|
"scripts": {
|
|
"start": "cross-env NODE_ENV=development node build.js --watch",
|
|
"test": "cross-env NODE_ENV=test jest",
|
|
"build": "cross-env NODE_ENV=development node build.js",
|
|
"build:prod": "cross-env NODE_ENV=production node build.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/facebook/create-react-app.git",
|
|
"directory": "packages/react-error-overlay"
|
|
},
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/facebook/create-react-app/issues"
|
|
},
|
|
"keywords": [
|
|
"overlay",
|
|
"syntax",
|
|
"error",
|
|
"red",
|
|
"box",
|
|
"redbox",
|
|
"crash",
|
|
"warning"
|
|
],
|
|
"author": "Joe Haddad <timer150@gmail.com>",
|
|
"files": [
|
|
"lib/index.js"
|
|
],
|
|
"devDependencies": {
|
|
"@babel/code-frame": "7.5.5",
|
|
"@babel/core": "7.7.4",
|
|
"anser": "1.4.9",
|
|
"babel-eslint": "10.0.3",
|
|
"babel-jest": "^24.9.0",
|
|
"babel-loader": "8.0.6",
|
|
"babel-preset-react-app": "^9.1.0",
|
|
"chalk": "^2.4.2",
|
|
"chokidar": "^2.1.2",
|
|
"cross-env": "5.2.1",
|
|
"eslint": "^6.1.0",
|
|
"eslint-config-react-app": "^5.1.0",
|
|
"eslint-plugin-flowtype": "3.13.0",
|
|
"eslint-plugin-import": "2.18.2",
|
|
"eslint-plugin-jsx-a11y": "6.2.3",
|
|
"eslint-plugin-react": "7.16.0",
|
|
"flow-bin": "^0.110.0",
|
|
"html-entities": "1.2.1",
|
|
"jest": "24.9.0",
|
|
"jest-fetch-mock": "2.1.2",
|
|
"object-assign": "4.1.1",
|
|
"promise": "8.0.3",
|
|
"raw-loader": "^1.0.0",
|
|
"react": "^16.11.0",
|
|
"react-app-polyfill": "^1.0.5",
|
|
"react-dom": "^16.11.0",
|
|
"rimraf": "^2.6.3",
|
|
"settle-promise": "1.0.0",
|
|
"source-map": "0.5.6",
|
|
"terser-webpack-plugin": "1.4.1",
|
|
"webpack": "^4.35.0"
|
|
},
|
|
"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"
|
|
]
|
|
}
|
|
}
|