| { | |
| "name": "water_bnb", | |
| "private": true, | |
| "dependencies": { | |
| "@babel/core": "^7.4.5", | |
| "@babel/preset-env": "^7.4.5", | |
| "@babel/preset-react": "^7.0.0", | |
| "@babel/runtime": "^7.5.4", | |
| "add": "^2.0.6", | |
| "babel-loader": "^8.0.6", | |
| "css-loader": "^3.0.0", | |
| "moment": "^2.24.0", | |
| "nuka-carousel": "^4.5.8", | |
| "query-string": "^6.8.1", | |
| "react": "^16.8.6", | |
| "react-awesome-slider": "^1.0.1", | |
| "react-datepicker": "^2.8.0", | |
| "react-dom": "^16.8.6", | |
| "react-redux": "^7.1.0", | |
| "react-router-dom": "^5.0.1", | |
| "redux": "^4.0.1", | |
| "redux-logger": "^3.0.6", | |
| "redux-thunk": "^2.3.0", | |
| "style-loader": "^0.23.1", | |
| "webpack": "^4.35.2", | |
| "webpack-cli": "^3.3.5", | |
| "yarn": "^1.16.0", | |
| "@babel/plugin-transform-runtime": "^7.5.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" | |
| }, | |
| "scripts": { | |
| "test": "echo \"Error: no test specified\" && exit 1", | |
| "postinstall": "webpack", | |
| "start": "webpack --watch --mode=development" | |
| }, | |
| "engines": { | |
| "node": "10.13.0", | |
| "npm": "6.4.1" | |
| }, | |
| "keywords": [], | |
| "author": "", | |
| "license": "ISC" | |
| } | |