UNPKG

2.88 kBJSONView Raw
1{
2 "name": "react-scripts",
3 "version": "3.2.0",
4 "description": "Configuration and scripts for Create React App.",
5 "repository": {
6 "type": "git",
7 "url": "https://github.com/facebook/create-react-app.git",
8 "directory": "packages/react-scripts"
9 },
10 "license": "MIT",
11 "engines": {
12 "node": ">=8.10"
13 },
14 "bugs": {
15 "url": "https://github.com/facebook/create-react-app/issues"
16 },
17 "files": [
18 "bin",
19 "config",
20 "lib",
21 "scripts",
22 "template",
23 "template-typescript",
24 "utils"
25 ],
26 "bin": {
27 "react-scripts": "./bin/react-scripts.js"
28 },
29 "types": "./lib/react-app.d.ts",
30 "dependencies": {
31 "@babel/core": "7.6.0",
32 "@svgr/webpack": "4.3.2",
33 "@typescript-eslint/eslint-plugin": "^2.2.0",
34 "@typescript-eslint/parser": "^2.2.0",
35 "babel-eslint": "10.0.3",
36 "babel-jest": "^24.9.0",
37 "babel-loader": "8.0.6",
38 "babel-plugin-named-asset-import": "^0.3.4",
39 "babel-preset-react-app": "^9.0.2",
40 "camelcase": "^5.2.0",
41 "case-sensitive-paths-webpack-plugin": "2.2.0",
42 "css-loader": "2.1.1",
43 "dotenv": "6.2.0",
44 "dotenv-expand": "5.1.0",
45 "eslint": "^6.1.0",
46 "eslint-config-react-app": "^5.0.2",
47 "eslint-loader": "3.0.2",
48 "eslint-plugin-flowtype": "3.13.0",
49 "eslint-plugin-import": "2.18.2",
50 "eslint-plugin-jsx-a11y": "6.2.3",
51 "eslint-plugin-react": "7.14.3",
52 "eslint-plugin-react-hooks": "^1.6.1",
53 "file-loader": "3.0.1",
54 "fs-extra": "7.0.1",
55 "html-webpack-plugin": "4.0.0-beta.5",
56 "identity-obj-proxy": "3.0.0",
57 "is-wsl": "^1.1.0",
58 "jest": "24.9.0",
59 "jest-environment-jsdom-fourteen": "0.1.0",
60 "jest-resolve": "24.9.0",
61 "jest-watch-typeahead": "0.4.0",
62 "mini-css-extract-plugin": "0.8.0",
63 "optimize-css-assets-webpack-plugin": "5.0.3",
64 "pnp-webpack-plugin": "1.5.0",
65 "postcss-flexbugs-fixes": "4.1.0",
66 "postcss-loader": "3.0.0",
67 "postcss-normalize": "7.0.1",
68 "postcss-preset-env": "6.7.0",
69 "postcss-safe-parser": "4.0.1",
70 "react-app-polyfill": "^1.0.4",
71 "react-dev-utils": "^9.1.0",
72 "resolve": "1.12.0",
73 "resolve-url-loader": "3.1.0",
74 "sass-loader": "7.2.0",
75 "semver": "6.3.0",
76 "style-loader": "1.0.0",
77 "terser-webpack-plugin": "1.4.1",
78 "ts-pnp": "1.1.4",
79 "url-loader": "2.1.0",
80 "webpack": "4.41.0",
81 "webpack-dev-server": "3.2.1",
82 "webpack-manifest-plugin": "2.1.1",
83 "workbox-webpack-plugin": "4.3.1"
84 },
85 "devDependencies": {
86 "react": "^16.8.4",
87 "react-dom": "^16.8.4"
88 },
89 "optionalDependencies": {
90 "fsevents": "2.0.7"
91 },
92 "browserslist": {
93 "production": [
94 ">0.2%",
95 "not dead",
96 "not op_mini all"
97 ],
98 "development": [
99 "last 1 chrome version",
100 "last 1 firefox version",
101 "last 1 safari version"
102 ]
103 },
104 "gitHead": "7fae307aefe74282f2ffc98e8f1f401ddf5fab3f"
105}