forked from rancher/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 754 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 754 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
26
27
{
"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"
}
}