1
0
mirror of https://github.com/bitwarden/server synced 2026-01-15 15:03:34 +00:00
Files
server/bitwarden_license/src/Sso/package.json
renovate[bot] 9116a0b3fc [deps] Auth: Update webpack to v5.104.1 (#6701)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Ike <137194738+ike-kottlowski@users.noreply.github.com>
2026-01-14 17:22:28 -05:00

25 lines
537 B
JSON

{
"name": "bitwarden-sso",
"version": "0.0.0",
"description": "Bitwarden SSO",
"repository": "https://github.com/bitwarden/enterprise",
"license": "-",
"scripts": {
"build": "webpack"
},
"dependencies": {
"bootstrap": "5.3.6",
"font-awesome": "4.7.0",
"jquery": "3.7.1"
},
"devDependencies": {
"css-loader": "7.1.2",
"expose-loader": "5.0.1",
"mini-css-extract-plugin": "2.9.2",
"sass": "1.97.2",
"sass-loader": "16.0.5",
"webpack": "5.104.1",
"webpack-cli": "5.1.4"
}
}