Skip to content

Instantly share code, notes, and snippets.

@abdullah353
Created October 8, 2018 09:36
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 abdullah353/f5f6eb4395a9eca38c328f38c1d5c058 to your computer and use it in GitHub Desktop.
Save abdullah353/f5f6eb4395a9eca38c328f38c1d5c058 to your computer and use it in GitHub Desktop.
package.json
{
"name": "My App",
"version": "0.0.0",
"main": "./web-app/index.js",
"scripts": {
"start": "webpack && webpack-dev-server --mode development",
"build": "webpack"
},
"license": "ISC",
"devDependencies": {
"@babel/core": "7.1.2",
"@babel/plugin-proposal-class-properties": "7.1.0",
"@babel/plugin-proposal-decorators": "7.1.2",
"@babel/plugin-proposal-export-namespace-from": "7.0.0",
"@babel/plugin-proposal-function-sent": "7.1.0",
"@babel/plugin-proposal-json-strings": "7.0.0",
"@babel/plugin-proposal-numeric-separator": "7.0.0",
"@babel/plugin-proposal-throw-expressions": "7.0.0",
"@babel/plugin-syntax-dynamic-import": "7.0.0",
"@babel/plugin-syntax-import-meta": "7.0.0",
"@babel/preset-env": "7.1.0",
"autoprefixer": "9.1.5",
"babel-eslint": "10.0.1",
"babel-loader": "8.0.4",
"copy-webpack-plugin": "^4.5.2",
"css-loader": "1.0.0",
"eslint": "5.6.1",
"eslint-loader": "2.1.1",
"eslint-plugin-react": "7.11.1",
"image-webpack-loader": "4.3.1",
"node-sass": "4.9.3",
"postcss-loader": "3.0.0",
"precss": "3.1.2",
"sass-loader": "7.1.0",
"style-loader": "0.23.0",
"webpack": "4.20.2",
"webpack-cli": "^3.1.0",
"webpack-dev-server": "^3.1.5"
},
"dependencies": {
"aws-amplify": "1.1.5",
"aws-amplify-react": "2.0.6",
"bootstrap": "4.1.3",
"node": "^10.11.0",
"prop-types": "15.6.2",
"react": "16.5.2",
"react-bootstrap": "^1.0.0-beta.1",
"react-dom": "16.5.2",
"react-hot-loader": "4.0.0",
"react-router-dom": "4.3.1",
"react-scripts": "2.0.3",
"reactstrap": "6.5.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment