mirror of
https://github.com/Rushilwiz/house-party.git
synced 2025-04-20 03:20:17 -04:00
37 lines
829 B
JSON
37 lines
829 B
JSON
{
|
|
"name": "frontend",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"dev": "webpack --mode development --watch",
|
|
"build": "webpack --mode production"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@babel/core": "^7.12.10",
|
|
"@babel/preset-env": "^7.12.11",
|
|
"@babel/preset-react": "^7.12.10",
|
|
"babel-loader": "^8.2.2",
|
|
"eslint": "^7.16.0",
|
|
"react": "^17.0.1",
|
|
"react-dom": "^17.0.1",
|
|
"webpack": "^5.11.0",
|
|
"webpack-cli": "^4.2.0"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": [
|
|
"react-app",
|
|
"react-app/jest"
|
|
]
|
|
},
|
|
"dependencies": {
|
|
"@babel/plugin-proposal-class-properties": "^7.12.1",
|
|
"@material-ui/core": "^4.11.2",
|
|
"@material-ui/icons": "^4.11.2",
|
|
"react-router-dom": "^5.2.0"
|
|
}
|
|
}
|