/
home
/
obinna
/
html
/
cravings
/
Upload File
HOME
{ "name": "cravvings", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "start": "webpack --mode development --watch", "test": "echo \"Error: no test specified\" && exit 1", "build": "webpack --mode production" }, "keywords": [], "author": "", "license": "ISC", "devDependencies": { "@babel/core": "^7.12.3", "@babel/preset-env": "^7.12.1", "@babel/preset-react": "^7.12.1", "babel-loader": "^8.1.0", "css-loader": "^5.2.6", "webpack": "^5.38.1", "webpack-cli": "^4.9.1" }, "dependencies": { "@babel/plugin-proposal-class-properties": "^7.12.1", "nuka-carousel": "^5.3.0", "react": "^16.14.0", "react-dom": "^16.14.0", "react-icons": "^3.11.0", "react-modal": "^3.12.1", "react-responsive-carousel": "^3.2.23", "react-router-dom": "^5.2.0", "terser-webpack-plugin": "^4.2.3" } }