Skip to content

Instantly share code, notes, and snippets.

@gregjsmith
Created November 4, 2018 10:16
Show Gist options
  • Save gregjsmith/f446fd585c10503f9acca7b4047e9421 to your computer and use it in GitHub Desktop.
Save gregjsmith/f446fd585c10503f9acca7b4047e9421 to your computer and use it in GitHub Desktop.
{
"name": "advanced-react",
"version": "1.0.0",
"description": "Advanced React",
"main": "lib/server.js",
"author": "Greg Smith",
"license": "MIT",
"scripts": {
"dev": "nodemon lib/server.js --exec babel-node",
"webpack": "webpack -wd",
"test": "jest --watch"
},
"devDependencies": {
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "^10.0.1",
"babel-jest": "^23.6.0",
"eslint": "^5.7.0",
"eslint-plugin-react": "^7.11.1",
"jest": "^23.6.0",
"nodemon": "^1.18.4",
"regenerator-runtime": "^0.12.1",
"webpack-cli": "^3.1.2"
},
"dependencies": {
"@babel/core": "^7.1.2",
"@babel/node": "^7.0.0",
"@babel/plugin-proposal-class-properties": "^7.1.0",
"@babel/preset-env": "^7.1.0",
"@babel/preset-react": "^7.0.0",
"babel-loader": "^8.0.4",
"ejs": "^2.6.1",
"express": "^4.16.4",
"react": "^16.6.0",
"react-dom": "^16.6.0",
"webpack": "^4.23.1"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment