Add files via upload
This commit is contained in:
60
ui/package.json
Normal file
60
ui/package.json
Normal file
@@ -0,0 +1,60 @@
|
||||
{
|
||||
"name": "seng513-ui",
|
||||
"version": "1.0.0",
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@emotion/react": "^11.10.5",
|
||||
"@emotion/styled": "^11.10.5",
|
||||
"@mui/material": "^5.10.17",
|
||||
"axios": "^1.2.0",
|
||||
"babel-plugin-macros": "^3.1.0",
|
||||
"babel-plugin-styled-components": "^2.0.7",
|
||||
"babel-plugin-transform-object-rest-spread": "^6.26.0",
|
||||
"embla-carousel": "^7.0.5",
|
||||
"embla-carousel-autoplay": "^7.0.5",
|
||||
"embla-carousel-react": "^7.0.5",
|
||||
"env-cmd": "^10.1.0",
|
||||
"@mui/styled-engine-sc": "^5.10.16",
|
||||
"react": "^18.2.0",
|
||||
"react-dom": "^18.2.0",
|
||||
"react-router-dom": "^6.3.0",
|
||||
"react-scripts": "5.0.1",
|
||||
"react-toastify": "^9.1.1",
|
||||
"socket.io-client": "^4.5.4",
|
||||
"styled-components": "^5.3.6",
|
||||
"usehooks-ts": "^2.6.0"
|
||||
},
|
||||
"scripts": {
|
||||
"magic": "webpack",
|
||||
"start": "env-cmd -f ./.env react-scripts start",
|
||||
"build": "react-scripts build",
|
||||
"test": "react-scripts test",
|
||||
"eject": "react-scripts eject"
|
||||
},
|
||||
"eslintConfig": {
|
||||
"extends": [
|
||||
"react-app",
|
||||
"react-app/jest"
|
||||
]
|
||||
},
|
||||
"browserslist": {
|
||||
"production": [
|
||||
">0.2%",
|
||||
"not dead",
|
||||
"not op_mini all"
|
||||
],
|
||||
"development": [
|
||||
"last 1 chrome version",
|
||||
"last 1 firefox version",
|
||||
"last 1 safari version"
|
||||
]
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/react": "^18.0.17",
|
||||
"@types/react-dom": "^18.0.6",
|
||||
"@types/react-router-dom": "^5.3.3",
|
||||
"@types/styled-components": "^5.1.26",
|
||||
"ts-loader": "^9.3.1",
|
||||
"webpack-cli": "^4.10.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user