{
  "name": "<%= title %>",
  "version": "1.0.0",
  "main": "index.js",
  "license": "MIT",
  "scripts": {
    "dev": "node tasks/dev.js",
    "build": "node tasks/build.js",
    "lint": "eslint --ext .js<% if (type === 'REACT') { %>,.jsx<% } %><% if (type === 'VUE') { %>,.vue<% } %> src"
  },
  "dependencies": {
    <%_ if (type === 'REACT') { _%>
    "react": "^15.4.2",
    "react-dom": "^15.4.2"
    <%_ } else if (type === 'VUE') { _%>
    "vue": "^2.2.6",
    "vue-router": "^2.3.1"
    <%_ } _%>
  },
  "devDependencies": {
    "autoprefixer": "6.4.0",
    <%_ if (type !== 'ES5') { _%>
    "babel-core": "^6.24.0",
    "babel-eslint": "7.1.1",
    "babel-loader": "^6.4.0",
    "babel-plugin-transform-runtime": "6.22.0",
    "babel-plugin-transform-object-rest-spread": "^6.23.0",
    "babel-polyfill": "^6.23.0",
    "babel-preset-env": "1.2.1",
    "babel-preset-es2015": "6.0.14",
    <%_ if (type === 'REACT') { _%>
    "babel-preset-react": "^6.23.0",
    <%_ } _%>
    "babel-preset-stage-2": "6.22.0",
    "babel-register": "6.22.0",
    <%_ } _%>
    "chalk": "^1.1.3",
    "connect-history-api-fallback": "1.1.0",
    "copy-webpack-plugin": "^4.0.1",
    "cross-env": "^3.2.4",
    "cross-spawn": "5.0.1",
    "css-loader": "^0.28.0",
    "eslint": "^3.19.0",
    <%_ if (type === 'REACT') { _%>
    "eslint-config-airbnb": "^14.1.0",
    <%_ } else { _%>
    "eslint-config-airbnb-base": "^11.1.3",
    <%_ } _%>
    "eslint-friendly-formatter": "^2.0.7",
    "eslint-import-resolver-webpack": "0.8.1",
    "eslint-loader": "1.6.1",
    "eslint-plugin-html": "2.0.0",
    "eslint-plugin-import": "^2.2.0",
    <%_ if (type === 'REACT') { _%>
    "eslint-plugin-jsx-a11y": "^4.0.0",
    "eslint-plugin-react": "^6.10.3",
    <%_ } _%>
    "eventsource-polyfill": "0.9.6",
    "express": "^4.15.2",
    "extract-text-webpack-plugin": "2.0.0",
    "file-loader": "0.9.0",
    "friendly-errors-webpack-plugin": "1.1.3",
    "function-bind": "^1.1.0",
    "html-webpack-plugin": "2.28.0",
    "http-proxy-middleware": "^0.17.4",
    "opn": "4.0.2",
    "optimize-css-assets-webpack-plugin": "^1.3.0",
    "raw-loader": "^0.5.1",
    "style-loader": "^0.16.1",
    "rimraf": "^2.6.1",
    "url-loader": "^0.5.8",
    <%_ if (type === 'VUE') { _%>
    "vue-loader": "^11.3.4",
    "vue-style-loader": "^2.0.5",
    "vue-template-compiler": "^2.2.6",
    <%_ } _%>
    "webpack": "2.2.1",
    "webpack-dev-middleware": "1.10.0",
    "webpack-hot-middleware": "2.16.1"
  }
}
