-
Notifications
You must be signed in to change notification settings - Fork 40
Expand file tree
/
Copy pathpackage.json
More file actions
143 lines (143 loc) · 4 KB
/
package.json
File metadata and controls
143 lines (143 loc) · 4 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
{
"name": "homebridge-zigbee-nt",
"version": "2.6.2",
"description": "ZigBee New Technology Platform plugin for HomeBridge",
"main": "dist/index.js",
"targets": {
"main": false
},
"scripts": {
"pub": "yarn build && yarn publish",
"build": "yarn clean && yarn build:ts && yarn build:ui",
"build:ui": "parcel build public/index.html --dist-dir dist/public",
"test": "jest --forceExit --coverage --verbose",
"watch:test": "yarn run test -- --watchAll",
"build:ts": "tsc",
"lint": "tsc --noEmit && eslint \"src/*.{js,ts,tsx}\" --quiet --fix",
"prettier": "prettier --single-quote --trailing-comma es5 --write \"{src,__{tests,mocks}__}/**/*.ts\"",
"permit-join": "node scripts/permit-join.js",
"clean": "rimraf dist/",
"serve": "parcel serve public/index.html",
"watch": "concurrently -k -p \"[{name}]\" \"yarn watch:ts\" \"yarn watch:node\"",
"watch:ts": "tsc -w",
"watch:node": "ts-nodemon --exec \"yarn serve\""
},
"engines": {
"homebridge": ">=1.1.0",
"node": ">=12.13.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/madchicken/homebridge-zigbee-nt.git"
},
"keywords": [
"homebridge-plugin",
"homebridge-zigbee",
"homebridge",
"homekit",
"zigbee",
"ikea",
"tradfri",
"xiaomi",
"aqara",
"philips",
"hue",
"sonoff",
"tuya"
],
"author": {
"name": "Pierpaolo Follia",
"email": "pfollia@gmail.com",
"url": "https://github.com/madchicken/homebridge-zigbee-nt.git"
},
"license": "MIT",
"homepage": "https://github.com/madchicken/homebridge-zigbee-nt.git#README.md",
"dependencies": {
"async-retry": "1.3.1",
"body-parser": "1.19.0",
"dayjs": "1.10.5",
"emotion": "11.0.0",
"evergreen-ui": "6.13.3",
"express": "4.20.0",
"fakegato-history": "0.6.1",
"http2": "3.3.7",
"js-big-decimal": "1.2.4",
"lodash": "4.17.21",
"react": "17.0.0",
"react-dom": "17.0.0",
"react-is": "17.0.0",
"react-json-view": "1.21.3",
"react-query": "3.17.2",
"react-router": "5.2.0",
"react-router-dom": "5.2.0",
"serialport": "12.0.0",
"serve-static": "1.14.1",
"uri-js": "4.4.1",
"winston": "3.3.3",
"ws": "^7.5.0",
"zigbee-herdsman": "0.55.5",
"zigbee-herdsman-converters": "16.0.0"
},
"devDependencies": {
"@emotion/eslint-plugin": "^11.2.0",
"@nrwl/eslint-plugin-nx": "^11.4.0",
"@trongnd/ts-nodemon": "^1.0.3",
"@types/async-retry": "^1.4.2",
"@types/express": "^4.17.9",
"@types/fs-extra": "7.0.0",
"@types/jest": "^26.0.20",
"@types/lodash": "^4.14.149",
"@types/nanoid": "^2.1.0",
"@types/node": "^11.15.3",
"@types/react": "17.0.0",
"@types/react-dom": "17.0.0",
"@types/react-router": "^5.1.8",
"@types/react-router-dom": "^5.1.6",
"@types/serve-static": "^1.13.9",
"@types/ws": "^7.4.0",
"@typescript-eslint/eslint-plugin": "^4.15.2",
"@typescript-eslint/parser": "^4.15.2",
"concurrently": "^5.3.0",
"eslint": "^7.21.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-jest": "^24.1.5",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^4.2.0",
"faker": "^5.4.0",
"homebridge": "^1.5.0",
"http-proxy-middleware": "^1.0.6",
"husky": "^7.0.4",
"jest": "^27.4.4",
"jest-junit": "^16.0.0",
"nock": "^12.0.2",
"node-forge": "^1.0.0",
"parcel": "2.6.2",
"prettier": "^2.5.1",
"pretty-quick": "^3.1.2",
"process": "^0.11.10",
"rimraf": "^3.0.2",
"ts-jest": "^27.1.2",
"ts-node": "^9.1.1",
"typescript": "^4.2.2",
"yarn-audit-fix": "^6.3.4"
},
"resolutions": {
"@types/react": "17.0.0",
"node-forge": "^0.10.0",
"node-fetch": "2.6.1"
},
"files": [
"dist",
"public",
"config.schema.json",
"package.json",
"CHANGELOG.md"
],
"browserslist": [
"last 3 and_chr versions",
"last 3 chrome versions",
"last 3 opera versions",
"last 3 ios_saf versions",
"last 3 safari versions"
]
}