This project manages its dependencies using npm. Learn more
package.json 2.98 KiB
  "name": "react-scripts",
  "version": "0.7.0",
  "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": [
    ".babelrc",
    ".eslintrc",
    "bin",
    "config",
    "scripts",
    "template",
    "utils"
  "bin": {
    "react-scripts": "./bin/react-scripts.js"
  "dependencies": {
  "devDependencies": {
7172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
"bundle-deps": "1.0.0", "react": "^15.3.0", "react-dom": "^15.3.0" }, "optionalDependencies": { "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", "webpack-manifest-plugin", "whatwg-fetch" ] }