2022-01-01 23:58:44 +00:00
|
|
|
{
|
|
|
|
"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.16.7",
|
|
|
|
"@babel/preset-env": "^7.16.7",
|
|
|
|
"@babel/preset-react": "^7.16.7",
|
|
|
|
"babel-loader": "^8.2.3",
|
|
|
|
"react": "^17.0.2",
|
|
|
|
"react-dom": "^17.0.2",
|
|
|
|
"webpack": "^5.65.0",
|
|
|
|
"webpack-cli": "^4.9.1"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@babel/plugin-proposal-class-properties": "^7.16.7",
|
2022-01-04 15:00:34 +00:00
|
|
|
"@emotion/react": "^11.7.1",
|
|
|
|
"@emotion/styled": "^11.6.0",
|
2022-01-01 23:58:44 +00:00
|
|
|
"@material-ui/core": "^4.12.3",
|
|
|
|
"@material-ui/icons": "^4.11.2",
|
2022-01-14 12:00:53 +00:00
|
|
|
"@mui/icons-material": "^5.2.5",
|
2022-01-09 22:17:15 +00:00
|
|
|
"@mui/material": "^5.2.7",
|
2022-01-04 15:00:34 +00:00
|
|
|
"@mui/system": "^5.2.6",
|
2022-01-14 21:40:54 +00:00
|
|
|
"@mui/x-data-grid": "^5.2.2",
|
2022-01-02 21:41:22 +00:00
|
|
|
"material-ui-image": "^3.3.2",
|
2022-01-14 00:43:26 +00:00
|
|
|
"react-countdown": "^2.3.2",
|
2022-01-08 13:08:03 +00:00
|
|
|
"react-native": "^0.66.4",
|
|
|
|
"react-native-svg": "^12.1.1",
|
|
|
|
"react-qr-code": "^2.0.3",
|
2022-01-13 19:22:54 +00:00
|
|
|
"react-router-dom": "^5.2.0",
|
|
|
|
"websocket": "^1.0.34"
|
2022-01-01 23:58:44 +00:00
|
|
|
}
|
|
|
|
}
|