1
0
mirror of https://github.com/bitwarden/server.git synced 2025-04-04 20:50:21 -05:00
2024-10-11 12:23:25 -07:00

26 lines
563 B
JSON

{
"name": "bitwarden-sso",
"version": "0.0.0",
"description": "Bitwarden SSO",
"repository": "https://github.com/bitwarden/enterprise",
"license": "-",
"scripts": {
"build": "webpack"
},
"dependencies": {
"bootstrap": "4.6.2",
"font-awesome": "4.7.0",
"jquery": "3.7.1",
"popper.js": "1.16.1"
},
"devDependencies": {
"css-loader": "7.1.2",
"expose-loader": "5.0.0",
"mini-css-extract-plugin": "2.9.1",
"sass": "1.77.8",
"sass-loader": "16.0.1",
"webpack": "5.94.0",
"webpack-cli": "5.1.4"
}
}