1
0
mirror of https://github.com/bitwarden/server synced 2026-01-07 11:03:37 +00:00

Cleanup node scripts (#1858)

This commit is contained in:
Oscar Hinton
2022-03-03 23:53:09 +01:00
committed by GitHub
parent 3443fe952b
commit a92d4f9bde
11 changed files with 8107 additions and 5797 deletions

View File

@@ -4,15 +4,19 @@
"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": "5.1.0",
"del": "6.0.0",
"font-awesome": "4.7.0",
"gulp": "4.0.2",
"gulp-sass": "4.0.1",
"gulp-sass": "5.1.0",
"jquery": "3.5.1",
"merge-stream": "1.0.1",
"merge-stream": "2.0.0",
"popper.js": "1.16.1",
"sass": "^1.49.7",
"toastr": "^2.1.4"
}
}