{
  "name": "tsapp-scripts",
  "version": "0.2.10",
  "description": "Configuration and scripts for Create react/redux typescript App .",
  "repository": "https://github.com/vgmr/create-ts-app/",
  "license": "BSD-3-Clause",
  "engines": {
    "node": ">=4"
  },
  "bugs": {
    "url": "https://github.com/vgmr/create-ts-app/issues"
  },
  "scripts": {
    "build": "node scripts/build.js --debug-template",
    "create-ts-app": "node global-cli/index.js --scripts-version \"$PWD/`npm pack`\"",
    "e2e": "tasks/e2e.sh",
    "start": "node scripts/start.js --debug-template",
    "test": "node scripts/test.js --debug-template --u",
    "test:watch": "npm run -s test & npm run -s test --  --u --watch --onlyChanged"
  },
  "files": [
    "PATENTS",
    "bin",
    "config",
    "scripts",
    "template"
  ],
  "bin": {
    "tsapp-scripts": "./bin/tsapp-scripts.js"
  },
  "dependencies": {
    "autoprefixer": "6.4.0",
    "babel-core": "6.11.4",
    "babel-jest": "14.1.0",
    "babel-loader": "6.2.4",
    "babel-plugin-syntax-async-functions": "6.8.0",
    "babel-plugin-syntax-trailing-function-commas": "6.8.0",
    "babel-plugin-transform-class-properties": "6.11.5",
    "babel-plugin-transform-object-rest-spread": "6.8.0",
    "babel-plugin-transform-react-constant-elements": "6.9.1",
    "babel-plugin-transform-regenerator": "6.11.4",
    "babel-plugin-transform-runtime": "6.12.0",
    "babel-preset-es2015": "6.9.0",
    "babel-preset-es2016": "6.11.3",
    "babel-preset-react": "6.11.1",
    "babel-runtime": "6.11.6",
    "case-sensitive-paths-webpack-plugin": "1.1.3",
    "chalk": "1.1.3",
    "connect-history-api-fallback": "1.3.0",
    "cross-spawn": "4.0.0",
    "css-loader": "0.23.1",
    "detect-port": "1.0.0",
    "extract-text-webpack-plugin": "1.0.1",
    "file-loader": "0.9.0",
    "filesize": "3.3.0",
    "fs-extra": "0.30.0",
    "gzip-size": "3.0.0",
    "html-loader": "0.4.3",
    "html-webpack-plugin": "2.22.0",
    "http-proxy-middleware": "0.17.0",
    "jest": "14.1.0",
    "json-loader": "0.5.4",
    "node-sass": "^3.8.0",
    "object-assign": "4.1.0",
    "opn": "4.0.2",
    "path-exists": "3.0.0",
    "postcss-loader": "0.9.1",
    "promise": "7.1.1",
    "recursive-readdir": "2.0.0",
    "rimraf": "2.5.4",
    "sass-loader": "^4.0.0",
    "strip-ansi": "3.0.1",
    "style-loader": "0.13.1",
    "ts-loader": "^0.8.2",
    "typescript": "^2.1.5",
    "url-loader": "0.5.7",
    "webpack": "1.13.1",
    "webpack-dev-server": "1.14.1",
    "whatwg-fetch": "1.0.0"
  },
  "devDependencies": {
    "@types/expect": "^1.13.30",
    "@types/history": "^2.0.39",
    "@types/jest": "^15.1.32",
    "@types/node": "^6.0.46",
    "@types/react-bootstrap": "0.0.34",
    "@types/react-dom": "^0.14.18",
    "@types/react-redux": "^4.4.32",
    "@types/react-router": "^2.0.38",
    "@types/redux-thunk": "^2.1.31",
    "@types/whatwg-fetch": "0.0.32",
    "@types/whatwg-streams": "0.0.1",
    "bootstrap": "^3.3.7",
    "bundle-deps": "1.0.0",
    "react": "^15.3.0",
    "react-addons-css-transition-group": "^15.3.0",
    "react-bootstrap": "^0.30.2",
    "react-dom": "^15.3.0",
    "react-redux": "^4.4.5",
    "react-router": "^2.6.1",
    "react-test-renderer": "^15.3.0",
    "redux": "^3.5.2",
    "redux-helper": "~0.0.28",
    "redux-thunk": "^2.1.0"
  },
  "optionalDependencies": {
    "fsevents": "1.0.14"
  }
}
