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.3 - babel-preset-react-app@9.0.1 - confusing-browser-globals@1.0.8 - create-react-app@3.1.0 - eslint-config-react-app@5.0.0 - react-app-polyfill@1.0.2 - react-dev-utils@9.0.2 - react-error-overlay@6.0.0 - react-scripts@3.1.0
105 lines
2.8 KiB
JSON
105 lines
2.8 KiB
JSON
{
|
|
"name": "react-scripts",
|
|
"version": "3.1.0",
|
|
"description": "Configuration and scripts for Create React App.",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/facebook/create-react-app.git",
|
|
"directory": "packages/react-scripts"
|
|
},
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8.10"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/facebook/create-react-app/issues"
|
|
},
|
|
"files": [
|
|
"bin",
|
|
"config",
|
|
"lib",
|
|
"scripts",
|
|
"template",
|
|
"template-typescript",
|
|
"utils"
|
|
],
|
|
"bin": {
|
|
"react-scripts": "./bin/react-scripts.js"
|
|
},
|
|
"types": "./lib/react-app.d.ts",
|
|
"dependencies": {
|
|
"@babel/core": "7.5.5",
|
|
"@svgr/webpack": "4.3.2",
|
|
"@typescript-eslint/eslint-plugin": "1.13.0",
|
|
"@typescript-eslint/parser": "1.13.0",
|
|
"babel-eslint": "10.0.2",
|
|
"babel-jest": "^24.8.0",
|
|
"babel-loader": "8.0.6",
|
|
"babel-plugin-named-asset-import": "^0.3.3",
|
|
"babel-preset-react-app": "^9.0.1",
|
|
"camelcase": "^5.2.0",
|
|
"case-sensitive-paths-webpack-plugin": "2.2.0",
|
|
"css-loader": "2.1.1",
|
|
"dotenv": "6.2.0",
|
|
"dotenv-expand": "4.2.0",
|
|
"eslint": "^6.1.0",
|
|
"eslint-config-react-app": "^5.0.0",
|
|
"eslint-loader": "2.2.1",
|
|
"eslint-plugin-flowtype": "3.13.0",
|
|
"eslint-plugin-import": "2.18.2",
|
|
"eslint-plugin-jsx-a11y": "6.2.3",
|
|
"eslint-plugin-react": "7.14.3",
|
|
"eslint-plugin-react-hooks": "^1.6.1",
|
|
"file-loader": "3.0.1",
|
|
"fs-extra": "7.0.1",
|
|
"html-webpack-plugin": "4.0.0-beta.5",
|
|
"identity-obj-proxy": "3.0.0",
|
|
"is-wsl": "^1.1.0",
|
|
"jest": "24.8.0",
|
|
"jest-environment-jsdom-fourteen": "0.1.0",
|
|
"jest-resolve": "24.8.0",
|
|
"jest-watch-typeahead": "0.3.1",
|
|
"mini-css-extract-plugin": "0.5.0",
|
|
"optimize-css-assets-webpack-plugin": "5.0.3",
|
|
"pnp-webpack-plugin": "1.5.0",
|
|
"postcss-flexbugs-fixes": "4.1.0",
|
|
"postcss-loader": "3.0.0",
|
|
"postcss-normalize": "7.0.1",
|
|
"postcss-preset-env": "6.7.0",
|
|
"postcss-safe-parser": "4.0.1",
|
|
"react-app-polyfill": "^1.0.2",
|
|
"react-dev-utils": "^9.0.2",
|
|
"resolve": "1.12.0",
|
|
"resolve-url-loader": "3.1.0",
|
|
"sass-loader": "7.2.0",
|
|
"semver": "6.3.0",
|
|
"style-loader": "1.0.0",
|
|
"terser-webpack-plugin": "1.4.1",
|
|
"ts-pnp": "1.1.2",
|
|
"url-loader": "2.1.0",
|
|
"webpack": "4.39.1",
|
|
"webpack-dev-server": "3.2.1",
|
|
"webpack-manifest-plugin": "2.0.4",
|
|
"workbox-webpack-plugin": "4.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"react": "^16.8.4",
|
|
"react-dom": "^16.8.4"
|
|
},
|
|
"optionalDependencies": {
|
|
"fsevents": "2.0.7"
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
}
|
|
}
|