asura-tmdb/src/client/package.json

47 lines
1.1 KiB
JSON
Raw Normal View History

2022-03-15 12:38:38 +01:00
{
2022-03-15 12:55:23 +01:00
"name": "tournament-server",
"version": "1.0.0",
"description": "DCST1008 Project - Server - Asura Tournament Management System",
"author": "felixalb, kristoju, jonajha, krisleri",
2022-03-15 12:38:38 +01:00
"private": true,
"dependencies": {
2022-03-22 14:55:43 +01:00
"@emotion/react": "^11.8.2",
"@emotion/styled": "^11.8.1",
"@mui/icons-material": "^5.5.1",
"@mui/material": "^5.5.2",
"@mui/styled-engine-sc": "^5.5.2",
2022-03-22 12:46:58 +01:00
"bootstrap": "^5.1.3",
"iarn": "0.0.0",
2022-03-15 12:38:38 +01:00
"react": "^17.0.2",
2022-03-22 12:46:58 +01:00
"react-bootstrap": "^2.2.1",
2022-03-15 12:38:38 +01:00
"react-dom": "^17.0.2",
2022-03-16 14:26:29 +01:00
"react-router-dom": "^6.2.2",
2022-03-15 12:38:38 +01:00
"react-scripts": "5.0.0",
2022-03-22 14:55:43 +01:00
"styled-components": "^5.3.3",
2022-03-22 12:46:58 +01:00
"web-vitals": "^2.1.4",
"yarn": "^1.22.18"
2022-03-15 12:38:38 +01:00
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build"
},
"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"
]
}
}