UNPKG

3.16 kBJSONView Raw
1{
2 "bin": {
3 "react-scripts": "bin/react-scripts.js"
4 },
5 "browserslist": {
6 "production": [
7 ">0.2%",
8 "not dead",
9 "not op_mini all"
10 ],
11 "development": [
12 "last 1 chrome version",
13 "last 1 firefox version",
14 "last 1 safari version"
15 ]
16 },
17 "bugs": {
18 "url": "https://github.com/facebook/create-react-app/issues"
19 },
20 "bundleDependencies": false,
21 "dependencies": {
22 "@babel/core": "7.9.0",
23 "@svgr/webpack": "4.3.3",
24 "@typescript-eslint/eslint-plugin": "^2.10.0",
25 "@typescript-eslint/parser": "^2.10.0",
26 "babel-eslint": "10.1.0",
27 "babel-jest": "^24.9.0",
28 "babel-loader": "8.1.0",
29 "babel-plugin-named-asset-import": "^0.3.6",
30 "babel-preset-react-app": "^9.1.2",
31 "camelcase": "^5.3.1",
32 "case-sensitive-paths-webpack-plugin": "2.3.0",
33 "css-loader": "3.4.2",
34 "dotenv": "8.2.0",
35 "dotenv-expand": "5.1.0",
36 "eslint": "^6.6.0",
37 "eslint-config-react-app": "^5.2.1",
38 "eslint-loader": "3.0.3",
39 "eslint-plugin-flowtype": "4.6.0",
40 "eslint-plugin-import": "2.20.1",
41 "eslint-plugin-jsx-a11y": "6.2.3",
42 "eslint-plugin-react": "7.19.0",
43 "eslint-plugin-react-hooks": "^1.6.1",
44 "file-loader": "4.3.0",
45 "fs-extra": "^8.1.0",
46 "fsevents": "2.1.2",
47 "html-webpack-plugin": "4.0.0-beta.11",
48 "identity-obj-proxy": "3.0.0",
49 "jest": "24.9.0",
50 "jest-environment-jsdom-fourteen": "1.0.1",
51 "jest-resolve": "24.9.0",
52 "jest-watch-typeahead": "0.4.2",
53 "mini-css-extract-plugin": "0.9.0",
54 "optimize-css-assets-webpack-plugin": "5.0.3",
55 "pnp-webpack-plugin": "1.6.4",
56 "postcss-flexbugs-fixes": "4.1.0",
57 "postcss-loader": "3.0.0",
58 "postcss-normalize": "8.0.1",
59 "postcss-preset-env": "6.7.0",
60 "postcss-safe-parser": "4.0.1",
61 "react-app-polyfill": "^1.0.6",
62 "react-dev-utils": "^10.2.1",
63 "resolve": "1.15.0",
64 "resolve-url-loader": "3.1.2",
65 "sass-loader": "8.0.2",
66 "semver": "6.3.0",
67 "style-loader": "0.23.1",
68 "terser-webpack-plugin": "2.3.8",
69 "ts-pnp": "1.1.6",
70 "url-loader": "2.3.0",
71 "webpack": "4.42.0",
72 "webpack-dev-server": "3.11.0",
73 "webpack-manifest-plugin": "2.2.0",
74 "workbox-webpack-plugin": "4.3.1"
75 },
76 "deprecated": false,
77 "description": "Configuration and scripts for Create React App.",
78 "devDependencies": {
79 "react": "^16.12.0",
80 "react-dom": "^16.12.0"
81 },
82 "engines": {
83 "node": ">=8.10"
84 },
85 "files": [
86 "bin",
87 "config",
88 "lib",
89 "scripts",
90 "template",
91 "template-typescript",
92 "utils"
93 ],
94 "gitHead": "d2f813f8897ffcd2f0b0d2da75d0c44924c92f4d",
95 "homepage": "https://github.com/facebook/create-react-app#readme",
96 "license": "MIT",
97 "name": "react-scripts",
98 "optionalDependencies": {
99 "fsevents": "2.1.2"
100 },
101 "peerDependencies": {
102 "typescript": "^3.2.1"
103 },
104 "peerDependenciesMeta": {
105 "typescript": {
106 "optional": true
107 }
108 },
109 "repository": {
110 "type": "git",
111 "url": "git+https://github.com/facebook/create-react-app.git",
112 "directory": "packages/react-scripts"
113 },
114 "types": "./lib/react-app.d.ts",
115 "version": "3.4.4"
116}