Skip to content

Instantly share code, notes, and snippets.

@medkhelifi
Last active November 5, 2017 19:11
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 medkhelifi/b16a8a20f035dee388633476c1ba91d5 to your computer and use it in GitHub Desktop.
Save medkhelifi/b16a8a20f035dee388633476c1ba91d5 to your computer and use it in GitHub Desktop.
Gist for /react-webpack-todolist
{
"name": "react-webpack-todolist",
"version": "0.0.1",
"author": "medKhelifi",
"scripts": {
"start": "webpack-dev-server --content-base ./ --open",
"build": "webpack"
},
"dependencies": {
"bootstrap-sass": "^3.3.7",
"jquery": "^3.2.1",
"randomstring": "^1.1.5",
"react": "^15.6.1",
"react-dom": "^15.6.1"
},
"devDependencies": {
"webpack": "2.6.1",
"webpack-dev-server": "2.4.5",
"babel-core": "6.24.1",
"babel-preset-es2015": "6.24.1",
"babel-preset-react": "^6.24.1",
"babel-loader": "7.0.0",
"node-sass": "^4.5.3",
"css-hot-loader": "1.1.1",
"css-loader": "0.28.4",
"file-loader": "0.11.2",
"sass-loader": "^6.0.6",
"style-loader": "^0.18.2",
"url-loader": "0.5.8",
"extract-text-webpack-plugin": "2.1.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment