mirror of
https://github.com/bitwarden/server
synced 2025-12-25 04:33:26 +00:00
23 lines
502 B
JSON
23 lines
502 B
JSON
{
|
|
"name": "bitwarden-admin",
|
|
"version": "0.0.0",
|
|
"description": "Bitwarden System Admin Portal",
|
|
"repository": "https://github.com/bitwarden/server",
|
|
"license": "GPL-3.0",
|
|
"scripts": {
|
|
"build": "gulp build"
|
|
},
|
|
"devDependencies": {
|
|
"bootstrap": "4.5.0",
|
|
"del": "6.0.0",
|
|
"font-awesome": "4.7.0",
|
|
"gulp": "4.0.2",
|
|
"gulp-sass": "5.1.0",
|
|
"jquery": "3.5.1",
|
|
"merge-stream": "2.0.0",
|
|
"popper.js": "1.16.1",
|
|
"sass": "1.49.7",
|
|
"toastr": "2.1.4"
|
|
}
|
|
}
|