mirror of
https://github.com/Rushilwiz/spaceout.git
synced 2025-04-05 20:50:16 -04:00
33 lines
791 B
JSON
33 lines
791 B
JSON
{
|
|
"name": "front_end",
|
|
"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.10",
|
|
"@babel/preset-react": "^7.12.10",
|
|
"babel-loader": "^8.2.2",
|
|
"webpack": "^5.10.0",
|
|
"webpack-cli": "^4.2.0"
|
|
},
|
|
"dependencies": {
|
|
"@babel/plugin-proposal-class-properties": "^7.12.1",
|
|
"@material-ui/core": "^4.11.2",
|
|
"@material-ui/icons": "^4.11.2",
|
|
"axios": "^0.21.0",
|
|
"react": "^17.0.1",
|
|
"react-dom": "^17.0.1",
|
|
"react-redux": "^7.2.2",
|
|
"react-router-dom": "^5.2.0",
|
|
"redux": "^4.0.5"
|
|
}
|
|
}
|