Skip to content

Instantly share code, notes, and snippets.

@cannap
Created December 5, 2015 19:59
Show Gist options
  • Save cannap/bd5197bc545c696d40c5 to your computer and use it in GitHub Desktop.
Save cannap/bd5197bc545c696d40c5 to your computer and use it in GitHub Desktop.
{
"name": "app",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"babel-core": "^5.8.9",
"babel-loader": "^5.3.2",
"babel-plugin-react-transform": "^1.1.1",
"babel-plugin-runtime": "^1.0.7",
"browser-sync": "^2.10.0",
"css-loader": "^0.23.0",
"extract-text-webpack-plugin": "^0.9.1",
"gulp": "^3.9.0",
"gulp-nodemon": "^2.0.4",
"js-beautify": "^1.5.10",
"node-sass": "^3.4.2",
"proxy-middleware": "latest",
"react-transform-hmr": "^1.0.1",
"sass-loader": "^3.1.2",
"style-loader": "^0.13.0",
"webpack": "^1.12.9",
"webpack-dev-middleware": "^1.2.0",
"webpack-hot-middleware": "^1.1.0",
"webpack-notifier": "^1.2.1"
},
"dependencies": {
"alt": "^0.17.9",
"body-parser": "^1.14.1",
"classnames": "^2.2.1",
"express": "^4.13.3",
"history": "^1.13.1",
"iso": "^4.2.0",
"mongoose": "^4.2.8",
"morgan": "^1.6.1",
"react": "^0.14.3",
"react-dom": "^0.14.3",
"react-router": "^1.0.0",
"superagent": "^1.4.0",
"swig": "^1.4.2"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment