UNPKG

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