UNPKG

2.37 kBJSONView Raw
1{
2 "name": "react-scripts",
3 "version": "2.1.2",
4 "description": "Configuration and scripts for Create React App.",
5 "repository": "facebook/create-react-app",
6 "license": "MIT",
7 "engines": {
8 "node": ">=6"
9 },
10 "bugs": {
11 "url": "https://github.com/facebook/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.6",
28 "@svgr/webpack": "2.4.1",
29 "babel-core": "7.0.0-bridge.0",
30 "babel-eslint": "9.0.0",
31 "babel-jest": "23.6.0",
32 "babel-loader": "8.0.4",
33 "babel-plugin-named-asset-import": "^0.3.0",
34 "babel-preset-react-app": "^7.0.0",
35 "bfj": "6.1.1",
36 "case-sensitive-paths-webpack-plugin": "2.1.2",
37 "chalk": "2.4.1",
38 "css-loader": "1.0.0",
39 "dotenv": "6.0.0",
40 "dotenv-expand": "4.2.0",
41 "eslint": "5.6.0",
42 "eslint-config-react-app": "^3.0.6",
43 "eslint-loader": "2.1.1",
44 "eslint-plugin-flowtype": "2.50.1",
45 "eslint-plugin-import": "2.14.0",
46 "eslint-plugin-jsx-a11y": "6.1.2",
47 "eslint-plugin-react": "7.11.1",
48 "file-loader": "2.0.0",
49 "fork-ts-checker-webpack-plugin-alt": "0.4.14",
50 "fs-extra": "7.0.0",
51 "html-webpack-plugin": "4.0.0-alpha.2",
52 "identity-obj-proxy": "3.0.0",
53 "jest": "23.6.0",
54 "jest-pnp-resolver": "1.0.1",
55 "jest-resolve": "23.6.0",
56 "mini-css-extract-plugin": "0.4.3",
57 "optimize-css-assets-webpack-plugin": "5.0.1",
58 "pnp-webpack-plugin": "1.1.0",
59 "postcss-flexbugs-fixes": "4.1.0",
60 "postcss-loader": "3.0.0",
61 "postcss-preset-env": "6.3.1",
62 "postcss-safe-parser": "4.0.1",
63 "react-app-polyfill": "^0.2.0",
64 "react-dev-utils": "^7.0.0",
65 "resolve": "1.8.1",
66 "sass-loader": "7.1.0",
67 "style-loader": "0.23.0",
68 "terser-webpack-plugin": "1.1.0",
69 "url-loader": "1.1.1",
70 "webpack": "4.19.1",
71 "webpack-dev-server": "3.1.9",
72 "webpack-manifest-plugin": "2.0.4",
73 "workbox-webpack-plugin": "3.6.3"
74 },
75 "devDependencies": {
76 "react": "^16.3.2",
77 "react-dom": "^16.3.2"
78 },
79 "optionalDependencies": {
80 "fsevents": "1.2.4"
81 },
82 "browserslist": [
83 ">0.2%",
84 "not dead",
85 "not ie <= 11",
86 "not op_mini all"
87 ]
88}