-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.17 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
{
"name": "@johntalton/webapp-device-playground",
"type": "module",
"scripts": {
"serv": "http-server --gzip -c-1 ."
},
"dependencies": {
"@johntalton/adt7410": "^2.0.0",
"@johntalton/adxl375": "^1.0.0",
"@johntalton/aht20": "^1.2.0",
"@johntalton/am2320": "^1.0.0",
"@johntalton/and-other-delights": "^8.3.0",
"@johntalton/aw9523": "^2.0.0",
"@johntalton/bitsmush": "^1.0.1",
"@johntalton/boschieu": "^6.0.1",
"@johntalton/ds1841": "^2.0.0",
"@johntalton/ds3231": "^1.1.1",
"@johntalton/ds3502": "^5.0.0",
"@johntalton/excamera-i2cdriver": "^3.0.0",
"@johntalton/ht16k33": "^1.1.1",
"@johntalton/i2c-bus-excamera-i2cdriver": "^3.0.1",
"@johntalton/i2c-bus-mcp2221": "^4.0.0",
"@johntalton/i2c-bus-tca9548a": "^1.0.1",
"@johntalton/i2c-port": "^4.0.0",
"@johntalton/mcp2221": "^4.0.0",
"@johntalton/mcp23": "^6.0.2",
"@johntalton/pca9536": "^1.0.2",
"@johntalton/pcf8523": "^2.0.1",
"@johntalton/pcf8574": "^2.1.0",
"@johntalton/tca9548a": "^5.1.1",
"@johntalton/tsl2591": "^1.0.0",
"body-parser": "^1.20.2",
"cors": "^2.8.5",
"express": "^4.19.2",
"node-hid": "^3.1.0"
}
}