package.json 1.79 KB
Newer Older
Ville Immonen's avatar
Ville Immonen committed
1
2
{
  "name": "react-scripts",
Joe Haddad's avatar
Joe Haddad committed
3
  "version": "0.9.4",
Ville Immonen's avatar
Ville Immonen committed
4
5
6
7
8
9
10
11
12
13
14
15
16
  "description": "Configuration and scripts for Create React App.",
  "repository": "facebookincubator/create-react-app",
  "license": "BSD-3-Clause",
  "engines": {
    "node": ">=4"
  },
  "bugs": {
    "url": "https://github.com/facebookincubator/create-react-app/issues"
  },
  "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
    "autoprefixer": "6.7.5",
Joe Haddad's avatar
Joe Haddad committed
25
    "babel-core": "6.23.1",
Brian Ng's avatar
Brian Ng committed
26
    "babel-eslint": "7.1.1",
27
    "babel-jest": "18.0.0",
28
    "babel-loader": "7.0.0-alpha.3",
29
    "babel-preset-react-app": "^2.1.1",
Joe Haddad's avatar
Joe Haddad committed
30
    "babel-runtime": "^6.20.0",
Ville Immonen's avatar
Ville Immonen committed
31
32
33
    "case-sensitive-paths-webpack-plugin": "1.1.4",
    "chalk": "1.1.3",
    "connect-history-api-fallback": "1.3.0",
Ville Immonen's avatar
Ville Immonen committed
34
    "cross-spawn": "4.0.2",
35
    "css-loader": "0.26.2",
36
    "detect-port": "1.1.0",
37
    "dotenv": "2.0.0",
38
    "eslint": "3.16.1",
Joe Haddad's avatar
Joe Haddad committed
39
    "eslint-config-react-app": "^0.6.1",
40
    "eslint-loader": "1.6.3",
Ville Immonen's avatar
Ville Immonen committed
41
42
    "eslint-plugin-flowtype": "2.21.0",
    "eslint-plugin-import": "2.0.1",
Bond's avatar
Bond committed
43
    "eslint-plugin-jsx-a11y": "4.0.0",
Ville Immonen's avatar
Ville Immonen committed
44
    "eslint-plugin-react": "6.4.1",
Joe Haddad's avatar
Joe Haddad committed
45
    "extract-text-webpack-plugin": "2.1.0",
46
    "file-loader": "0.10.1",
Ville Immonen's avatar
Ville Immonen committed
47
    "fs-extra": "0.30.0",
Joe Haddad's avatar
Joe Haddad committed
48
    "html-webpack-plugin": "2.28.0",
Joe Haddad's avatar
Joe Haddad committed
49
    "http-proxy-middleware": "0.17.3",
Dan Abramov's avatar
Dan Abramov committed
50
    "jest": "18.1.0",
Joe Haddad's avatar
Joe Haddad committed
51
    "object-assign": "4.1.1",
52
    "postcss-loader": "1.3.3",
Ville Immonen's avatar
Ville Immonen committed
53
    "promise": "7.1.1",
Joe Haddad's avatar
Joe Haddad committed
54
    "react-dev-utils": "^0.5.2",
55
    "style-loader": "0.13.2",
Joe Haddad's avatar
Joe Haddad committed
56
    "url-loader": "0.5.8",
Joe Haddad's avatar
Joe Haddad committed
57
    "webpack": "2.2.1",
58
    "webpack-dev-server": "2.4.1",
Ville Immonen's avatar
Ville Immonen committed
59
    "webpack-manifest-plugin": "1.1.0",
Joe Haddad's avatar
Joe Haddad committed
60
    "whatwg-fetch": "2.0.2"
Ville Immonen's avatar
Ville Immonen committed
61
62
63
64
65
66
  },
  "devDependencies": {
    "react": "^15.3.0",
    "react-dom": "^15.3.0"
  },
  "optionalDependencies": {
Joe Haddad's avatar
Joe Haddad committed
67
    "fsevents": "1.0.17"
68
  }
Ville Immonen's avatar
Ville Immonen committed
69
}