package.json 1.76 KB
Newer Older
Ville Immonen's avatar
Ville Immonen committed
1
2
{
  "name": "react-scripts",
Dan Abramov's avatar
Publish    
Dan Abramov committed
3
  "version": "1.0.10",
Ville Immonen's avatar
Ville Immonen committed
4
5
6
7
  "description": "Configuration and scripts for Create React App.",
  "repository": "facebookincubator/create-react-app",
  "license": "BSD-3-Clause",
  "engines": {
8
    "node": ">=6"
Ville Immonen's avatar
Ville Immonen committed
9
10
11
12
13
14
15
16
  },
  "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": {
Dan Abramov's avatar
Dan Abramov committed
24
25
    "autoprefixer": "7.1.1",
    "babel-core": "6.25.0",
Dan Abramov's avatar
Dan Abramov committed
26
    "babel-eslint": "7.2.3",
Dan Abramov's avatar
Dan Abramov committed
27
    "babel-jest": "20.0.3",
themre's avatar
themre committed
28
    "babel-loader": "7.1.1",
Dan Abramov's avatar
Publish    
Dan Abramov committed
29
    "babel-preset-react-app": "^3.0.1",
Dan Abramov's avatar
Dan Abramov committed
30
    "babel-runtime": "6.23.0",
Dan Abramov's avatar
Dan Abramov committed
31
    "case-sensitive-paths-webpack-plugin": "2.1.1",
Ville Immonen's avatar
Ville Immonen committed
32
    "chalk": "1.1.3",
Dan Abramov's avatar
Dan Abramov committed
33
    "css-loader": "0.28.4",
Dan Abramov's avatar
Dan Abramov committed
34
    "dotenv": "4.0.0",
Đinh Quang Trung's avatar
Đinh Quang Trung committed
35
    "eslint": "4.1.1",
Dan Abramov's avatar
Publish    
Dan Abramov committed
36
    "eslint-config-react-app": "^1.0.5",
Đinh Quang Trung's avatar
Đinh Quang Trung committed
37
    "eslint-loader": "1.9.0",
Dan Abramov's avatar
Dan Abramov committed
38
    "eslint-plugin-flowtype": "2.34.0",
Đinh Quang Trung's avatar
Đinh Quang Trung committed
39
40
    "eslint-plugin-import": "2.7.0",
    "eslint-plugin-jsx-a11y": "5.1.1",
Dan Abramov's avatar
Dan Abramov committed
41
    "eslint-plugin-react": "7.1.0",
themre's avatar
themre committed
42
    "extract-text-webpack-plugin": "3.0.0",
Dan Abramov's avatar
Dan Abramov committed
43
    "file-loader": "0.11.2",
Dan Abramov's avatar
Dan Abramov committed
44
    "fs-extra": "3.0.1",
Dan Abramov's avatar
Dan Abramov committed
45
46
    "html-webpack-plugin": "2.29.0",
    "jest": "20.0.4",
Joe Haddad's avatar
Joe Haddad committed
47
    "object-assign": "4.1.1",
Dan Abramov's avatar
Dan Abramov committed
48
    "postcss-flexbugs-fixes": "3.0.0",
Dan Abramov's avatar
Dan Abramov committed
49
    "postcss-loader": "2.0.6",
themre's avatar
themre committed
50
    "promise": "8.0.1",
Dan Abramov's avatar
Publish    
Dan Abramov committed
51
52
    "react-dev-utils": "^3.0.2",
    "react-error-overlay": "^1.0.9",
Dan Abramov's avatar
Dan Abramov committed
53
    "style-loader": "0.18.2",
themre's avatar
themre committed
54
    "sw-precache-webpack-plugin": "0.11.4",
Dan Abramov's avatar
Dan Abramov committed
55
    "url-loader": "0.5.9",
themre's avatar
themre committed
56
    "webpack": "3.4.1",
themre's avatar
themre committed
57
58
    "webpack-dev-server": "2.6.1",
    "webpack-manifest-plugin": "1.2.1",
59
    "whatwg-fetch": "2.0.3"
Ville Immonen's avatar
Ville Immonen committed
60
61
  },
  "devDependencies": {
62
63
    "react": "^15.5.4",
    "react-dom": "^15.5.4"
Ville Immonen's avatar
Ville Immonen committed
64
65
  },
  "optionalDependencies": {
66
    "fsevents": "1.1.2"
67
  }
Ville Immonen's avatar
Ville Immonen committed
68
}