package.json 1.74 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.16",
Ville Immonen's avatar
Ville Immonen committed
4
5
  "description": "Configuration and scripts for Create React App.",
  "repository": "facebookincubator/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
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.6",
    "babel-core": "6.26.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",
Dan Abramov's avatar
Dan Abramov committed
28
    "babel-loader": "7.1.2",
Dan Abramov's avatar
Publish    
Dan Abramov committed
29
    "babel-preset-react-app": "^3.1.0",
30
    "babel-runtime": "6.26.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.7",
Dan Abramov's avatar
Dan Abramov committed
34
    "dotenv": "4.0.0",
Dan Abramov's avatar
Dan Abramov committed
35
    "eslint": "4.10.0",
Joe Haddad's avatar
Publish    
Joe Haddad committed
36
    "eslint-config-react-app": "^2.0.1",
Đinh Quang Trung's avatar
Đinh Quang Trung committed
37
    "eslint-loader": "1.9.0",
Dan Abramov's avatar
Dan Abramov committed
38
39
    "eslint-plugin-flowtype": "2.39.1",
    "eslint-plugin-import": "2.8.0",
Đinh Quang Trung's avatar
Đinh Quang Trung committed
40
    "eslint-plugin-jsx-a11y": "5.1.1",
41
    "eslint-plugin-react": "7.4.0",
Dan Abramov's avatar
Dan Abramov committed
42
43
    "extract-text-webpack-plugin": "3.0.2",
    "file-loader": "1.1.5",
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",
Joe Haddad's avatar
Joe Haddad committed
48
    "postcss-flexbugs-fixes": "3.2.0",
Dan Abramov's avatar
Dan Abramov committed
49
    "postcss-loader": "2.0.8",
themre's avatar
themre committed
50
    "promise": "8.0.1",
51
    "raf": "3.4.0",
Dan Abramov's avatar
Publish    
Dan Abramov committed
52
    "react-dev-utils": "^4.2.1",
53
    "style-loader": "0.19.0",
themre's avatar
themre committed
54
    "sw-precache-webpack-plugin": "0.11.4",
55
    "url-loader": "0.6.2",
Dan Abramov's avatar
Dan Abramov committed
56
57
58
    "webpack": "3.8.1",
    "webpack-dev-server": "2.9.3",
    "webpack-manifest-plugin": "1.3.2",
59
    "whatwg-fetch": "2.0.3"
Ville Immonen's avatar
Ville Immonen committed
60
61
  },
  "devDependencies": {
Dan Abramov's avatar
Dan Abramov committed
62
63
    "react": "^16.0.0",
    "react-dom": "^16.0.0"
Ville Immonen's avatar
Ville Immonen committed
64
65
  },
  "optionalDependencies": {
66
    "fsevents": "1.1.2"
67
  }
Ville Immonen's avatar
Ville Immonen committed
68
}