1 | {
|
2 | "name": "@bradfordlemley/react-scripts",
|
3 | "version": "2.1.101",
|
4 | "description": "CRA plus sauce",
|
5 | "repository": "github:bradfordlemley/create-react-app",
|
6 | "license": "MIT",
|
7 | "engines": {
|
8 | "node": ">=6"
|
9 | },
|
10 | "bugs": {
|
11 | "url": "https://github.com/bradfordlemley/create-react-app/issues"
|
12 | },
|
13 | "files": [
|
14 | "bin",
|
15 | "config",
|
16 | "lib",
|
17 | "scripts",
|
18 | "template",
|
19 | "template-typescript",
|
20 | "utils"
|
21 | ],
|
22 | "bin": {
|
23 | "react-scripts": "./bin/react-scripts.js"
|
24 | },
|
25 | "types": "./lib/react-app.d.ts",
|
26 | "dependencies": {
|
27 | "@babel/core": "7.1.0",
|
28 | "@bradfordlemley/babel-plugin-named-asset-import": "^0.2.301",
|
29 | "@bradfordlemley/babel-preset-react-app": "^6.1.1",
|
30 | "@bradfordlemley/eslint-config-react-app": "^3.0.501",
|
31 | "@bradfordlemley/react-dev-utils": "^6.1.101",
|
32 | "@svgr/webpack": "2.4.1",
|
33 | "babel-core": "7.0.0-bridge.0",
|
34 | "babel-eslint": "9.0.0",
|
35 | "babel-jest": "23.6.0",
|
36 | "babel-loader": "8.0.4",
|
37 | "bfj": "6.1.1",
|
38 | "case-sensitive-paths-webpack-plugin": "2.1.2",
|
39 | "chalk": "2.4.1",
|
40 | "css-loader": "1.0.0",
|
41 | "dotenv": "6.0.0",
|
42 | "dotenv-expand": "4.2.0",
|
43 | "eslint": "5.6.0",
|
44 | "eslint-loader": "2.1.1",
|
45 | "eslint-plugin-flowtype": "2.50.1",
|
46 | "eslint-plugin-import": "2.14.0",
|
47 | "eslint-plugin-jsx-a11y": "6.1.2",
|
48 | "eslint-plugin-react": "7.11.1",
|
49 | "file-loader": "2.0.0",
|
50 | "find-pkg": "1.0.0",
|
51 | "fork-ts-checker-webpack-plugin-alt": "0.4.14",
|
52 | "fs-extra": "7.0.0",
|
53 | "html-webpack-plugin": "4.0.0-alpha.2",
|
54 | "identity-obj-proxy": "3.0.0",
|
55 | "jest": "23.6.0",
|
56 | "jest-pnp-resolver": "1.0.1",
|
57 | "jest-resolve": "23.6.0",
|
58 | "mini-css-extract-plugin": "0.4.3",
|
59 | "optimize-css-assets-webpack-plugin": "5.0.1",
|
60 | "pnp-webpack-plugin": "1.1.0",
|
61 | "postcss-flexbugs-fixes": "4.1.0",
|
62 | "postcss-loader": "3.0.0",
|
63 | "postcss-preset-env": "6.0.6",
|
64 | "postcss-safe-parser": "4.0.1",
|
65 | "react-app-polyfill": "^0.1.3",
|
66 | "resolve": "1.8.1",
|
67 | "sass-loader": "7.1.0",
|
68 | "style-loader": "0.23.0",
|
69 | "terser-webpack-plugin": "1.1.0",
|
70 | "url-loader": "1.1.1",
|
71 | "webpack": "4.19.1",
|
72 | "webpack-dev-server": "3.1.9",
|
73 | "webpack-manifest-plugin": "2.0.4",
|
74 | "workbox-webpack-plugin": "3.6.3"
|
75 | },
|
76 | "devDependencies": {
|
77 | "react": "^16.3.2",
|
78 | "react-dom": "^16.3.2"
|
79 | },
|
80 | "optionalDependencies": {
|
81 | "fsevents": "1.2.4"
|
82 | },
|
83 | "browserslist": [
|
84 | ">0.2%",
|
85 | "not dead",
|
86 | "not ie <= 11",
|
87 | "not op_mini all"
|
88 | ]
|
89 | }
|