Skip to content

Instantly share code, notes, and snippets.

@rizwan92
Created May 23, 2018 12:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rizwan92/8041b8c1831c22bb7064fefe0f2bbab2 to your computer and use it in GitHub Desktop.
Save rizwan92/8041b8c1831c22bb7064fefe0f2bbab2 to your computer and use it in GitHub Desktop.
package.json
{
"name": "asc-backend",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "nodemon --exec babel-node server/server.js --ignore public/ ",
"webpack": "webpack -wd ",
"build": "babel server/server.js -d build"
},
"author": "",
"license": "ISC",
"dependencies": {
"cookie-parser": "^1.4.3",
"cookie-session": "^2.0.0-beta.3",
"ejs": "^2.5.8",
"express": "^4.16.3",
"express-fileupload": "^0.4.0",
"express-session": "^1.15.6",
"jsonwebtoken": "^8.2.1",
"moment": "^2.22.1",
"mongodb": "^3.0.5",
"mongoose": "^5.0.14",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-router-dom": "^4.2.2",
"react-router-transition": "^1.2.1",
"react-transition-group": "^2.3.1",
"semantic-ui-react": "^0.79.1",
"uuid-v4": "^0.1.0"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-eslint": "^8.2.3",
"babel-loader": "^7.1.4",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"babel-preset-stage-3": "^6.24.1",
"css-loader": "^0.28.11",
"eslint": "^4.19.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-react": "^7.7.0",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"file-loader": "^1.1.11",
"node-sass": "^4.9.0",
"nodemon": "^1.17.2",
"sass-loader": "^7.0.1",
"style-loader": "^0.21.0",
"webpack": "^4.3.0",
"webpack-cli": "^2.0.13"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment