kilogramm/frontend/package.json

31 lines
671 B
JSON

{
"name": "frontend",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"watch": "npx webpack --watch"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"@react-keycloak/web": "^3.4.0",
"dotenv": "^16.4.7",
"keycloak-js": "^26.1.0",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@types/react": "^19.0.7",
"@types/react-dom": "^19.0.3",
"css-loader": "^7.1.2",
"html-webpack-plugin": "^5.6.3",
"ts-loader": "^9.5.2",
"typescript": "^5.7.3",
"webpack": "^5.97.1",
"webpack-cli": "^6.0.1",
"webpack-dev-server": "^5.2.0"
}
}