39 lines
1.0 KiB
JSON
39 lines
1.0 KiB
JSON
{
|
|
"name": "search",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "search.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@babel/eslint-parser": "^7.25.1",
|
|
"@emotion/react": "^11.13.3",
|
|
"@emotion/styled": "^11.13.0",
|
|
"@fontsource/source-sans-pro": "^5.0.8",
|
|
"@mui/icons-material": "^6.0.2",
|
|
"@mui/material": "^6.0.2",
|
|
"@mui/styled-engine": "^6.0.2",
|
|
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.15",
|
|
"@studysync/eslint-plugin-material-ui": "^1.2.1",
|
|
"async": "^3.2.6",
|
|
"awesome-debounce-promise": "^2.1.0",
|
|
"babel-loader": "^9.1.3",
|
|
"compression": "^1.7.4",
|
|
"css-loader": "^7.1.2",
|
|
"eslint-plugin-react": "^7.35.2",
|
|
"eslint-webpack-plugin": "^4.2.0",
|
|
"express": "^4.19.2",
|
|
"html-webpack-plugin": "^5.6.0",
|
|
"mysql": "^2.18.1",
|
|
"react": "^18.3.1",
|
|
"socket.io": "^4.7.5",
|
|
"socket.io-client": "^4.7.5",
|
|
"style-loader": "^4.0.0",
|
|
"webpack-dev-middleware": "^7.4.2",
|
|
"webpack-hot-middleware": "^2.26.1"
|
|
}
|
|
}
|