Skip to content

Instantly share code, notes, and snippets.

@diurivj
Created December 10, 2018 16:30
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 diurivj/c29ed540ca516614d262a2312d5bb8dd to your computer and use it in GitHub Desktop.
Save diurivj/c29ed540ca516614d262a2312d5bb8dd to your computer and use it in GitHub Desktop.
package.json for react
{
"name": "starter-code",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"webpack": "webpack-dev-server --progress --color",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.4",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"css-loader": "^0.28.11",
"react": "^16.6.3",
"react-dom": "^16.6.3",
"style-loader": "^0.21.0",
"webpack": "^4.6.0",
"webpack-cli": "^3.1.0",
"webpack-dev-server": "^3.1.8"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment