package.json 2.16 KB
Newer Older
Ville Immonen's avatar
Ville Immonen committed
1
2
{
  "name": "react-scripts",
Dan's avatar
Publish    
Dan committed
3
  "version": "1.1.0",
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
25
    "@babel/core": "7.1.0",
    "@babel/runtime": "7.0.0",
26
    "@svgr/webpack": "2.4.1",
Clement Hoang's avatar
Clement Hoang committed
27
    "babel-core": "7.0.0-bridge.0",
28
    "babel-eslint": "9.0.0",
29
    "babel-jest": "23.6.0",
30
    "babel-loader": "8.0.2",
31
    "babel-plugin-named-asset-import": "^0.1.0",
Dan's avatar
Publish    
Dan committed
32
    "babel-preset-react-app": "^3.1.1",
33
    "bfj": "6.1.1",
34
35
    "case-sensitive-paths-webpack-plugin": "2.1.2",
    "chalk": "2.4.1",
Joe Haddad's avatar
Joe Haddad committed
36
    "css-loader": "1.0.0",
37
    "dotenv": "6.0.0",
38
    "dotenv-expand": "4.2.0",
39
    "eslint": "5.6.0",
Dan's avatar
Publish    
Dan committed
40
    "eslint-config-react-app": "^2.1.0",
41
    "eslint-loader": "2.1.1",
42
43
44
45
    "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
46
    "file-loader": "2.0.0",
47
    "fs-extra": "7.0.0",
48
    "html-webpack-plugin": "4.0.0-alpha.2",
49
    "identity-obj-proxy": "3.0.0",
50
    "jest": "23.6.0",
Joe Haddad's avatar
Joe Haddad committed
51
    "loader-utils": "1.1.0",
52
53
54
55
    "mini-css-extract-plugin": "0.4.3",
    "optimize-css-assets-webpack-plugin": "5.0.1",
    "postcss-flexbugs-fixes": "4.1.0",
    "postcss-loader": "3.0.0",
56
    "postcss-preset-env": "6.0.6",
57
    "postcss-safe-parser": "4.0.1",
58
    "react-app-polyfill": "^0.0.0",
Dan's avatar
Publish    
Dan committed
59
    "react-dev-utils": "^5.0.0",
60
61
62
    "resolve": "1.8.1",
    "sass-loader": "7.1.0",
    "style-loader": "0.23.0",
63
    "sw-precache-webpack-plugin": "0.11.5",
64
    "terser-webpack-plugin": "1.1.0",
65
    "thread-loader": "1.2.0",
66
67
    "url-loader": "1.1.1",
    "webpack": "4.19.1",
Joe Haddad's avatar
Joe Haddad committed
68
    "webpack-dev-server": "3.1.9",
69
    "webpack-manifest-plugin": "2.0.4"
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
79
80
81
82
  "browserslist": [
    ">0.25%",
    "not op_mini all",
    "ie 11"
  ]
Ville Immonen's avatar
Ville Immonen committed
83
}