1
0
mirror of https://github.com/rancher/docs.git synced 2026-02-05 09:45:47 +01:00
Files
docs/package.json
dependabot[bot] 9ac0032dcb Bump jquery from 3.4.0 to 3.5.0
Bumps [jquery](https://github.com/jquery/jquery) from 3.4.0 to 3.5.0.
- [Release notes](https://github.com/jquery/jquery/releases)
- [Commits](https://github.com/jquery/jquery/compare/3.4.0...3.5.0)

Signed-off-by: dependabot[bot] <support@github.com>
2020-04-30 07:28:22 +00:00

28 lines
754 B
JSON

{
"name": "rancher-docs",
"author": "Rancher Labs, Inc.",
"license": "Apache-2.0",
"version": "2.2.0",
"private": true,
"scripts": {
"dev": "./scripts/dev",
"dev-theme": "./scripts/dev -t ../website-theme",
"build-algolia": "node ./scripts/build-algolia.js",
"publish-algolia": "node ./scripts/publish-algolia.js"
},
"dependencies": {
"atomic-algolia": "^0.3.15",
"instantsearch.js": "^2.8.0",
"izimodal": "^1.5.1",
"jquery": "^3.5.0",
"jsdom": "^11.11.0",
"lory.js": "^2.4.1",
"md5": "^2.2.1",
"moment": "^2.20.1",
"moment-timezone": "^0.5.26",
"rancher-website-theme": "https://github.com/rancherlabs/website-theme.git",
"request": "^2.87.0",
"tingle.js": "^0.13.2"
}
}