annotate service/wifi/package.json @ 1754:92999dfbf321 default tip

add shelly support
author drewp@bigasterisk.com
date Tue, 04 Jun 2024 13:03:43 -0700
parents 7c785c0dd605
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
662
540dd68af9f2 start ts config files, but this doesn't share the streamed-graph code properly yet
drewp@bigasterisk.com
parents:
diff changeset
1 {
540dd68af9f2 start ts config files, but this doesn't share the streamed-graph code properly yet
drewp@bigasterisk.com
parents:
diff changeset
2 "name": "wifi",
672
f424809cba8d npm run build works now, accessing streamed-graph. But, s-g isn't in the output bundle yet.
drewp@bigasterisk.com
parents: 662
diff changeset
3 "module": "wifi",
f424809cba8d npm run build works now, accessing streamed-graph. But, s-g isn't in the output bundle yet.
drewp@bigasterisk.com
parents: 662
diff changeset
4 "main": "src/index.ts",
f424809cba8d npm run build works now, accessing streamed-graph. But, s-g isn't in the output bundle yet.
drewp@bigasterisk.com
parents: 662
diff changeset
5 "types": "src/index.d.ts",
f424809cba8d npm run build works now, accessing streamed-graph. But, s-g isn't in the output bundle yet.
drewp@bigasterisk.com
parents: 662
diff changeset
6 "files": [
f424809cba8d npm run build works now, accessing streamed-graph. But, s-g isn't in the output bundle yet.
drewp@bigasterisk.com
parents: 662
diff changeset
7 "build/"
f424809cba8d npm run build works now, accessing streamed-graph. But, s-g isn't in the output bundle yet.
drewp@bigasterisk.com
parents: 662
diff changeset
8 ],
f424809cba8d npm run build works now, accessing streamed-graph. But, s-g isn't in the output bundle yet.
drewp@bigasterisk.com
parents: 662
diff changeset
9 "scripts": {
f424809cba8d npm run build works now, accessing streamed-graph. But, s-g isn't in the output bundle yet.
drewp@bigasterisk.com
parents: 662
diff changeset
10 "build": "rollup -c",
f424809cba8d npm run build works now, accessing streamed-graph. But, s-g isn't in the output bundle yet.
drewp@bigasterisk.com
parents: 662
diff changeset
11 "build_forever": "rollup -cw",
f424809cba8d npm run build works now, accessing streamed-graph. But, s-g isn't in the output bundle yet.
drewp@bigasterisk.com
parents: 662
diff changeset
12 "test": "jest",
f424809cba8d npm run build works now, accessing streamed-graph. But, s-g isn't in the output bundle yet.
drewp@bigasterisk.com
parents: 662
diff changeset
13 "test_forever": "jest --watch"
f424809cba8d npm run build works now, accessing streamed-graph. But, s-g isn't in the output bundle yet.
drewp@bigasterisk.com
parents: 662
diff changeset
14 },
662
540dd68af9f2 start ts config files, but this doesn't share the streamed-graph code properly yet
drewp@bigasterisk.com
parents:
diff changeset
15 "dependencies": {
540dd68af9f2 start ts config files, but this doesn't share the streamed-graph code properly yet
drewp@bigasterisk.com
parents:
diff changeset
16 "@polymer/decorators": "^3.0.0",
540dd68af9f2 start ts config files, but this doesn't share the streamed-graph code properly yet
drewp@bigasterisk.com
parents:
diff changeset
17 "@polymer/polymer": "^3.3.1",
743
7c785c0dd605 update deps
drewp@bigasterisk.com
parents: 719
diff changeset
18 "@types/n3": "^1.1.5",
675
9ae34280218b kind of running with lit-element and polymer together. lots of data missing from table still
drewp@bigasterisk.com
parents: 674
diff changeset
19 "lit-element": "^2.2.1",
662
540dd68af9f2 start ts config files, but this doesn't share the streamed-graph code properly yet
drewp@bigasterisk.com
parents:
diff changeset
20 "lit-html": "^1.1.2",
672
f424809cba8d npm run build works now, accessing streamed-graph. But, s-g isn't in the output bundle yet.
drewp@bigasterisk.com
parents: 662
diff changeset
21 "n3": "^1.3.5",
674
2b9865bf1737 streamed-graph finally imports and builds. polymer bindings don't work in a <dom-bind> though
drewp@bigasterisk.com
parents: 672
diff changeset
22 "streamed-graph": "file:/my/proj/streamed-graph"
662
540dd68af9f2 start ts config files, but this doesn't share the streamed-graph code properly yet
drewp@bigasterisk.com
parents:
diff changeset
23 },
540dd68af9f2 start ts config files, but this doesn't share the streamed-graph code properly yet
drewp@bigasterisk.com
parents:
diff changeset
24 "devDependencies": {
743
7c785c0dd605 update deps
drewp@bigasterisk.com
parents: 719
diff changeset
25 "@rollup/plugin-commonjs": "^11.0.2",
7c785c0dd605 update deps
drewp@bigasterisk.com
parents: 719
diff changeset
26 "@rollup/plugin-node-resolve": "^7.1.1",
7c785c0dd605 update deps
drewp@bigasterisk.com
parents: 719
diff changeset
27 "@rollup/plugin-replace": "^2.3.1",
7c785c0dd605 update deps
drewp@bigasterisk.com
parents: 719
diff changeset
28 "@types/jest": "^25.1.2",
7c785c0dd605 update deps
drewp@bigasterisk.com
parents: 719
diff changeset
29 "jest": "^25.1.0",
672
f424809cba8d npm run build works now, accessing streamed-graph. But, s-g isn't in the output bundle yet.
drewp@bigasterisk.com
parents: 662
diff changeset
30 "node-globals": "^0.1.5",
743
7c785c0dd605 update deps
drewp@bigasterisk.com
parents: 719
diff changeset
31 "rollup": "^1.31.0",
674
2b9865bf1737 streamed-graph finally imports and builds. polymer bindings don't work in a <dom-bind> though
drewp@bigasterisk.com
parents: 672
diff changeset
32 "rollup-plugin-force-binding": "^1.0.6",
672
f424809cba8d npm run build works now, accessing streamed-graph. But, s-g isn't in the output bundle yet.
drewp@bigasterisk.com
parents: 662
diff changeset
33 "rollup-plugin-node-builtins": "^2.1.2",
743
7c785c0dd605 update deps
drewp@bigasterisk.com
parents: 719
diff changeset
34 "rollup-plugin-typescript2": "^0.26.0",
7c785c0dd605 update deps
drewp@bigasterisk.com
parents: 719
diff changeset
35 "ts-jest": "^25.2.0",
672
f424809cba8d npm run build works now, accessing streamed-graph. But, s-g isn't in the output bundle yet.
drewp@bigasterisk.com
parents: 662
diff changeset
36 "tslib": "^1.10.0",
743
7c785c0dd605 update deps
drewp@bigasterisk.com
parents: 719
diff changeset
37 "typescript": "^3.7.5"
662
540dd68af9f2 start ts config files, but this doesn't share the streamed-graph code properly yet
drewp@bigasterisk.com
parents:
diff changeset
38 }
672
f424809cba8d npm run build works now, accessing streamed-graph. But, s-g isn't in the output bundle yet.
drewp@bigasterisk.com
parents: 662
diff changeset
39 }