-
Notifications
You must be signed in to change notification settings - Fork 370
/
package.json
63 lines (63 loc) · 1.9 KB
/
package.json
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "balena-docs",
"private": true,
"version": "6.1.1",
"engines": {
"node": "^18.0.0"
},
"description": "This repo contains balenaCloud's public-facing documentation.",
"main": "index.js",
"scripts": {
"start": "node index.js",
"start:cloudflare": "npx wrangler pages dev build/",
"test": "npm run test:spelling",
"test:spelling": "cspell lint --gitignore -c cspell.json",
"build": "./tools/fetch-external.sh && npm run build:fast",
"build:fast": "./tools/build.sh && webpack --mode production && ./tools/deploy-static-page.sh",
"deploy-docs": "sudo apt install webp && npm ci && npm run build",
"watch-pages": "watch ./tools/build.sh pages shared templates config",
"watch-assets": "webpack --mode=development -w",
"watch": "npm run watch-pages & npm run watch-assets"
},
"repository": {
"type": "git",
"url": "git://github.com/balena-io/docs.git"
},
"author": "balena <[email protected]>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/balena-io/docs/issues"
},
"homepage": "https://github.com/balena-io/docs",
"dependencies": {
"@balena/doxx": "^1.0.3",
"balena-sdk": "^19.6.1",
"bootstrap": "^3.4.1",
"bootstrap-select": "^1.13.18",
"coffeescript": "^2.7.0",
"express": "^4.19.2",
"express-http-to-https": "1.1.4",
"headroom.js": "0.12.0",
"highlight.js": "10.7.3",
"jquery": "3.7.1",
"jquery-colorbox": "1.6.4",
"lodash": "^4.17.21"
},
"devDependencies": {
"cspell": "^8.9.1",
"css-loader": "5.2.7",
"file-loader": "6.2.0",
"mini-css-extract-plugin": "^1.6.2",
"node-html-markdown": "^1.3.0",
"node-jq": "^4.4.0",
"static-sitemap-cli": "^2.2.5",
"url-loader": "4.1.1",
"watch": "^1.0.2",
"webpack": "5.92.1",
"webpack-cli": "^5.1.4",
"wrangler": "^3.62.0"
},
"versionist": {
"publishedAt": "2024-11-06T14:41:04.474Z"
}
}