40 lines
980 B
JSON
40 lines
980 B
JSON
{
|
|
"name": "frontend",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"watch": "npx webpack --watch"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"description": "",
|
|
"dependencies": {
|
|
"@base-ui-components/react": "^1.0.0-alpha.5",
|
|
"@bem-react/classname": "^1.6.0",
|
|
"@bem-react/classnames": "^1.3.10",
|
|
"@emotion/react": "^11.14.0",
|
|
"@emotion/styled": "^11.14.0",
|
|
"@mui/material": "^6.4.1",
|
|
"keycloak-js": "^26.1.0",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0",
|
|
"react-router-dom": "^7.1.3"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^19.0.7",
|
|
"@types/react-dom": "^19.0.3",
|
|
"css-loader": "^7.1.2",
|
|
"dotenv": "^16.4.7",
|
|
"html-webpack-plugin": "^5.6.3",
|
|
"sass": "^1.83.4",
|
|
"sass-loader": "^16.0.4",
|
|
"style-loader": "^4.0.0",
|
|
"ts-loader": "^9.5.2",
|
|
"typescript": "^5.7.3",
|
|
"webpack": "^5.97.1",
|
|
"webpack-cli": "^6.0.1",
|
|
"webpack-dev-server": "^5.2.0"
|
|
}
|
|
}
|