File size: 1,298 Bytes
f5071ca |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 |
{
"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"
}
|