Commit 7ac8777e authored by Dan Abramov's avatar Dan Abramov
Browse files

Publish

 - babel-preset-react-app@0.2.1
 - create-react-app@0.5.0
 - eslint-config-react-app@0.2.1
 - react-dev-utils@0.1.0
 - react-scripts@0.5.0
parent cdbb5382
No related merge requests found
Showing with 50 additions and 5 deletions
+50 -5
{ {
"name": "babel-preset-react-app", "name": "babel-preset-react-app",
"version": "0.2.0", "version": "0.2.1",
"description": "Babel preset used by Create React App", "description": "Babel preset used by Create React App",
"repository": "facebookincubator/create-react-app", "repository": "facebookincubator/create-react-app",
"license": "BSD-3-Clause", "license": "BSD-3-Clause",
......
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
"babel-eslint": "6.1.2", "babel-eslint": "6.1.2",
"babel-jest": "15.0.0", "babel-jest": "15.0.0",
"babel-loader": "6.2.5", "babel-loader": "6.2.5",
"babel-preset-react-app": "0.2.0", "babel-preset-react-app": "^0.2.1",
"case-sensitive-paths-webpack-plugin": "1.1.4", "case-sensitive-paths-webpack-plugin": "1.1.4",
"chalk": "1.1.3", "chalk": "1.1.3",
"connect-history-api-fallback": "1.3.0", "connect-history-api-fallback": "1.3.0",
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
"detect-port": "1.0.0", "detect-port": "1.0.0",
"dotenv": "2.0.0", "dotenv": "2.0.0",
"eslint": "3.5.0", "eslint": "3.5.0",
"eslint-config-react-app": "0.2.1", "eslint-config-react-app": "^0.2.1",
"eslint-loader": "1.5.0", "eslint-loader": "1.5.0",
"eslint-plugin-flowtype": "2.18.1", "eslint-plugin-flowtype": "2.18.1",
"eslint-plugin-import": "1.12.0", "eslint-plugin-import": "1.12.0",
...@@ -57,7 +57,7 @@ ...@@ -57,7 +57,7 @@
"path-exists": "2.1.0", "path-exists": "2.1.0",
"postcss-loader": "0.13.0", "postcss-loader": "0.13.0",
"promise": "7.1.1", "promise": "7.1.1",
"react-dev-utils": "0.1.0", "react-dev-utils": "^0.1.0",
"recursive-readdir": "2.0.0", "recursive-readdir": "2.0.0",
"rimraf": "2.5.4", "rimraf": "2.5.4",
"strip-ansi": "3.0.1", "strip-ansi": "3.0.1",
...@@ -74,5 +74,50 @@ ...@@ -74,5 +74,50 @@
}, },
"optionalDependencies": { "optionalDependencies": {
"fsevents": "1.0.14" "fsevents": "1.0.14"
} },
"bundledDependencies": [
"autoprefixer",
"babel-core",
"babel-eslint",
"babel-jest",
"babel-loader",
"babel-preset-react-app",
"case-sensitive-paths-webpack-plugin",
"chalk",
"connect-history-api-fallback",
"cross-spawn",
"css-loader",
"detect-port",
"dotenv",
"eslint",
"eslint-config-react-app",
"eslint-loader",
"eslint-plugin-flowtype",
"eslint-plugin-import",
"eslint-plugin-jsx-a11y",
"eslint-plugin-react",
"extract-text-webpack-plugin",
"file-loader",
"filesize",
"find-cache-dir",
"fs-extra",
"gzip-size",
"html-webpack-plugin",
"http-proxy-middleware",
"jest",
"json-loader",
"object-assign",
"path-exists",
"postcss-loader",
"promise",
"react-dev-utils",
"recursive-readdir",
"rimraf",
"strip-ansi",
"style-loader",
"url-loader",
"webpack",
"webpack-dev-server",
"whatwg-fetch"
]
} }
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment