package.json 2.19 KB
Newer Older
Ville Immonen's avatar
Ville Immonen committed
1
2
{
  "name": "react-scripts",
Joe Haddad's avatar
Publish    
Joe Haddad committed
3
  "version": "2.0.3",
Ville Immonen's avatar
Ville Immonen committed
4
  "description": "Configuration and scripts for Create React App.",
5
  "repository": "facebook/create-react-app",
Sophie Alpert's avatar
Sophie Alpert committed
6
  "license": "MIT",
Ville Immonen's avatar
Ville Immonen committed
7
  "engines": {
8
    "node": ">=6"
Ville Immonen's avatar
Ville Immonen committed
9
10
  },
  "bugs": {
11
    "url": "https://github.com/facebook/create-react-app/issues"
Ville Immonen's avatar
Ville Immonen committed
12
13
14
15
16
  },
  "files": [
    "bin",
    "config",
    "scripts",
17
18
    "template",
    "utils"
Ville Immonen's avatar
Ville Immonen committed
19
20
21
22
23
  ],
  "bin": {
    "react-scripts": "./bin/react-scripts.js"
  },
  "dependencies": {
24
    "@babel/core": "7.1.0",
25
    "@svgr/webpack": "2.4.1",
Clement Hoang's avatar
Clement Hoang committed
26
    "babel-core": "7.0.0-bridge.0",
27
    "babel-eslint": "9.0.0",
28
    "babel-jest": "23.6.0",
29
    "babel-loader": "8.0.4",
Joe Haddad's avatar
Publish    
Joe Haddad committed
30
31
    "babel-plugin-named-asset-import": "^0.2.2",
    "babel-preset-react-app": "^5.0.2",
32
    "bfj": "6.1.1",
33
34
    "case-sensitive-paths-webpack-plugin": "2.1.2",
    "chalk": "2.4.1",
Joe Haddad's avatar
Joe Haddad committed
35
    "css-loader": "1.0.0",
36
    "dotenv": "6.0.0",
37
    "dotenv-expand": "4.2.0",
38
    "eslint": "5.6.0",
Joe Haddad's avatar
Publish    
Joe Haddad committed
39
    "eslint-config-react-app": "^3.0.3",
40
    "eslint-loader": "2.1.1",
41
42
43
44
    "eslint-plugin-flowtype": "2.50.1",
    "eslint-plugin-import": "2.14.0",
    "eslint-plugin-jsx-a11y": "6.1.1",
    "eslint-plugin-react": "7.11.1",
Joe Haddad's avatar
Joe Haddad committed
45
    "file-loader": "2.0.0",
46
    "fs-extra": "7.0.0",
47
    "html-webpack-plugin": "4.0.0-alpha.2",
48
    "identity-obj-proxy": "3.0.0",
49
    "jest": "23.6.0",
Maël Nison's avatar
Maël Nison committed
50
51
    "jest-pnp-resolver": "1.0.1",
    "jest-resolve": "23.6.0",
52
53
    "mini-css-extract-plugin": "0.4.3",
    "optimize-css-assets-webpack-plugin": "5.0.1",
Maël Nison's avatar
Maël Nison committed
54
    "pnp-webpack-plugin": "1.1.0",
55
56
    "postcss-flexbugs-fixes": "4.1.0",
    "postcss-loader": "3.0.0",
57
    "postcss-preset-env": "6.0.6",
58
    "postcss-safe-parser": "4.0.1",
Joe Haddad's avatar
Publish    
Joe Haddad committed
59
60
    "react-app-polyfill": "^0.1.3",
    "react-dev-utils": "^6.0.3",
61
62
63
    "resolve": "1.8.1",
    "sass-loader": "7.1.0",
    "style-loader": "0.23.0",
64
    "terser-webpack-plugin": "1.1.0",
65
66
    "url-loader": "1.1.1",
    "webpack": "4.19.1",
Joe Haddad's avatar
Joe Haddad committed
67
    "webpack-dev-server": "3.1.9",
68
    "webpack-manifest-plugin": "2.0.4",
69
    "workbox-webpack-plugin": "3.6.2"
Ville Immonen's avatar
Ville Immonen committed
70
71
  },
  "devDependencies": {
72
73
    "react": "^16.3.2",
    "react-dom": "^16.3.2"
Ville Immonen's avatar
Ville Immonen committed
74
75
  },
  "optionalDependencies": {
76
    "fsevents": "1.2.4"
77
  },
78
  "browserslist": [
79
80
81
82
    ">0.2%",
    "not dead",
    "not ie <= 11",
    "not op_mini all"
83
  ]
Ville Immonen's avatar
Ville Immonen committed
84
}