{ "name": "<%= _.slugify(appname) %>", "version": "0.0.0", "description": "", "repository": "", "private": true, "src": "src", "test": "test", "dist": "dist", "mainInput": "<% if (reactRouter) { %>main<% } else { %><%= scriptAppName %><% } %>", "mainOutput": "main", "dependencies": {<% if (reactRouter) { %> "react-router": "0.13.x",<% } if (architecture === 'flux') { %> "flux": "^2.0.1", "events": "^1.0.2", "object-assign": "^2.0.0", <% } if (architecture === 'reflux') {%> "reflux": "^0.2.7", <% } if (architecture === 'alt') { %> "alt": "^0.16.5", <% } %> "react": "0.13.x", "normalize.css": "~3.0.3" }, "devDependencies": { "babel": "^5.0.0", "babel-loader": "^5.0.0", "grunt": "~0.4.5", "eslint": "^0.21.2", "eslint-loader": "^0.11.2", "eslint-plugin-react": "^2.4.0", "load-grunt-tasks": "~0.6.0", "grunt-contrib-connect": "~0.8.0", "grunt-webpack": "~1.0.8", "jasmine-core": "^2.3.4", "karma": "~0.13.9", "karma-jasmine": "^0.3.5", "karma-phantomjs-launcher": "~0.2.1", "karma-script-launcher": "~0.1.0", "karma-webpack": "^1.7.0", "style-loader": "~0.8.0", "url-loader": "~0.5.5", "css-loader": "~0.9.0", "grunt-karma": "~0.12.1", "grunt-open": "~0.2.3", "grunt-contrib-copy": "~0.5.0", "grunt-contrib-clean": "~0.6.0",<% if (stylesLanguage.match(/s[ac]ss/)) { %> "sass-loader": "^1.0.1",<% } %><% if (stylesLanguage === 'less') { %> "less-loader": "^2.0.0",<% } %><% if (stylesLanguage === 'stylus') { %> "stylus-loader": "^0.5.0",<% } %> "react-hot-loader": "^1.0.7", "webpack": "~1.10.0", "webpack-dev-server": "~1.10.0" } }