| { | |
| "name": "facebook", | |
| "private": true, | |
| "dependencies": { | |
| "babel-core": "^6.26.3", | |
| "babel-loader": "^7.1.4", | |
| "babel-preset-env": "^1.7.0", | |
| "babel-preset-react": "^6.24.1", | |
| "font-awesome": "^4.7.0", | |
| "lodash": "^4.17.10", | |
| "react": "^16.4.0", | |
| "react-addons-css-transition-group": "^15.6.2", | |
| "react-dom": "^16.4.0", | |
| "react-redux": "^5.0.7", | |
| "react-router-dom": "^4.2.2", | |
| "redux": "^4.0.0", | |
| "redux-logger": "^3.0.6", | |
| "redux-thunk": "^2.3.0", | |
| "webpack": "^4.11.0" | |
| }, | |
| "description": "This README would normally document whatever steps are necessary to get the application up and running.", | |
| "version": "1.0.0", | |
| "main": "index.js", | |
| "directories": { | |
| "lib": "lib", | |
| "test": "test" | |
| }, | |
| "engines": { | |
| "node": "8.9.4", | |
| "npm": "5.6.0" | |
| }, | |
| "scripts": { | |
| "test": "echo \"Error: no test specified\" && exit 1", | |
| "postinstall": "webpack --optimize-minimize", | |
| "start": "webpack --watch --mode=development" | |
| }, | |
| "repository": { | |
| "type": "git", | |
| "url": "git+https://github.com/Meenakshi-Anand/Facebook-Clone.git" | |
| }, | |
| "keywords": [], | |
| "author": "", | |
| "license": "ISC", | |
| "bugs": { | |
| "url": "https://github.com/Meenakshi-Anand/Facebook-Clone/issues" | |
| }, | |
| "homepage": "https://github.com/Meenakshi-Anand/Facebook-Clone#readme", | |
| "devDependencies": { | |
| "webpack-cli": "^3.0.2" | |
| } | |
| } | |