forked from bitwarden/help
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 760 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 760 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"name": "bitwarden-help",
"version": "0.0.0",
"scripts": {
"build": "gulp build && jekyll build",
"build:watch": "gulp build && jekyll serve --watch --host=0.0.0.0",
"build:prod": "gulp build && cross-env JEKYLL_ENV=production jekyll build",
"build:prod:sub": "gulp build && cross-env JEKYLL_ENV=production jekyll build --config _config.yml,_config-sub.yml"
},
"devDependencies": {
"bootstrap": "^4.5.3",
"browser-sync": "^2.26.13",
"cross-env": "^5.2.0",
"del": "^3.0.0",
"fluidbox": "2.0.5",
"font-awesome": "4.7.0",
"gulp": "^4.0.2",
"gulp-sass": "^4.1.0",
"gulp-sourcemaps": "^2.6.5",
"jquery": "^3.5.1",
"lunr": "0.7.1",
"merge-stream": "1.0.1",
"popper.js": "^1.16.1"
}
}