forked from Koenkk/zigbee2mqtt.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 2.23 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 2.23 KB
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
64
{
"name": "vp",
"version": "1.0.0",
"description": "",
"private": true,
"packageManager": "pnpm@10.12.1",
"scripts": {
"dev:devices": "cross-env NODE_OPTIONS=--max_old_space_size=12000 vuepress dev docs",
"dev": "cross-env EXCLUDE_DEVICES=yes vuepress dev docs",
"build": "cross-env NODE_OPTIONS=--max_old_space_size=12000 vuepress build docs",
"docgen": "ts-node docgen/index.ts && pnpm pretty:write",
"download-missing-device-images": "ts-node docgen/missing_device_images.ts download",
"move-missing-device-images": "ts-node docgen/missing_device_images.ts move",
"prepare-missing-device-images": "ts-node docgen/missing_device_images.ts prepare",
"pretty:write": "prettier --write .",
"pretty:check": "prettier --check .",
"test": "ts-node docgen/tests/index.ts",
"prepare": "husky"
},
"author": "",
"license": "ISC",
"dependencies": {
"@quasar/extras": "1.17.0",
"core-js": "3.47.0",
"quasar": "2.18.6"
},
"devDependencies": {
"@types/json-schema": "^7.0.15",
"@types/node": "25.0.6",
"@vuepress/bundler-webpack": "2.0.0-rc.26",
"@vuepress/client": "2.0.0-rc.26",
"@vuepress/plugin-docsearch": "2.0.0-rc.121",
"@vuepress/plugin-google-analytics": "2.0.0-rc.118",
"@vuepress/plugin-register-components": "2.0.0-rc.118",
"@vuepress/plugin-sitemap": "2.0.0-rc.121",
"@vuepress/theme-default": "2.0.0-rc.121",
"async-g-i-s": "1.5.5",
"cross-env": "10.1.0",
"easyimage": "3.1.1",
"glob": "13.0.0",
"husky": "9.1.7",
"image-size": "2.0.2",
"prettier": "3.7.4",
"pug": "3.0.3",
"pug-plain-loader": "1.1.0",
"sass": "1.97.2",
"sass-loader": "16.0.6",
"throat": "6.0.2",
"ts-node": "10.9.2",
"typescript": "5.9.3",
"vue": "3.5.26",
"vuepress": "2.0.0-rc.26",
"webpack": "5.104.1",
"zigbee-herdsman-converters": "25.98.0"
},
"pnpm": {
"onlyBuiltDependencies": [
"@parcel/watcher",
"@serialport/bindings-cpp",
"core-js",
"esbuild"
]
}
}