Skip to content

Instantly share code, notes, and snippets.

@lesniakania
Last active December 16, 2015 10:10
Show Gist options
  • Save lesniakania/43e9bfd9a79405b78ed3 to your computer and use it in GitHub Desktop.
Save lesniakania/43e9bfd9a79405b78ed3 to your computer and use it in GitHub Desktop.
{
"version": "0.0.1",
"private": true,
"name": "oceny-frontend",
"dependencies": {
"axios": "0.7.0",
"ejs": "2.3.4",
"express": "4.13.3",
"history": "1.12.3",
"nodemon": "1.8.0",
"react": "0.14.2",
"react-dom": "0.14.0",
"react-router": "1.0.0-rc2"
},
"scripts": {
"start": "nodemon --exec babel-node -- server.js",
"build": "rimraf dist && NODE_ENV=production webpack --config ./webpack/production.config.js --progress --profile --colors",
"production": "NODE_ENV=production npm start"
},
"devDependencies": {
"babel-cli": "6.3.13",
"babel-core": "6.3.13",
"babel-preset-es2015": "6.3.13",
"babel-plugin-syntax-jsx": "6.3.13",
"babel-preset-react": "6.3.13",
"babel-preset-stage-0": "6.3.13",
"babel-loader": "6.2.0",
"css-loader": "0.19.0",
"extract-text-webpack-plugin": "0.8.2",
"html-webpack-plugin": "1.6.1",
"node-jsx": "0.13.3",
"node-sass": "3.3.3",
"node-sass-middleware": "0.9.6",
"rimraf": "2.4.3",
"sass-loader": "3.0.0",
"style-loader": "0.12.4",
"webpack": "1.12.2",
"webpack-dev-middleware": "1.2.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment