Mercurial > code > home > repos > homeauto
annotate service/wifi/package.json @ 1476:817da2dc80fc
kind of running with lit-element and polymer together. lots of data missing from table still
Ignore-this: db24e7b633929b01430b0794c1a065dc
darcs-hash:cdb1d499a42b869d6affa3ee226f408358a59cf4
author | drewp <drewp@bigasterisk.com> |
---|---|
date | Sun, 05 Jan 2020 23:18:27 -0800 |
parents | 2e598cbcabf4 |
children | 34343fb39fbe |
rev | line source |
---|---|
1464
32d134dbfb1e
start ts config files, but this doesn't share the streamed-graph code properly yet
drewp <drewp@bigasterisk.com>
parents:
diff
changeset
|
1 { |
32d134dbfb1e
start ts config files, but this doesn't share the streamed-graph code properly yet
drewp <drewp@bigasterisk.com>
parents:
diff
changeset
|
2 "name": "wifi", |
1473
4bbc68603168
npm run build works now, accessing streamed-graph. But, s-g isn't in the output bundle yet.
drewp <drewp@bigasterisk.com>
parents:
1464
diff
changeset
|
3 "module": "wifi", |
4bbc68603168
npm run build works now, accessing streamed-graph. But, s-g isn't in the output bundle yet.
drewp <drewp@bigasterisk.com>
parents:
1464
diff
changeset
|
4 "main": "src/index.ts", |
4bbc68603168
npm run build works now, accessing streamed-graph. But, s-g isn't in the output bundle yet.
drewp <drewp@bigasterisk.com>
parents:
1464
diff
changeset
|
5 "types": "src/index.d.ts", |
4bbc68603168
npm run build works now, accessing streamed-graph. But, s-g isn't in the output bundle yet.
drewp <drewp@bigasterisk.com>
parents:
1464
diff
changeset
|
6 "files": [ |
4bbc68603168
npm run build works now, accessing streamed-graph. But, s-g isn't in the output bundle yet.
drewp <drewp@bigasterisk.com>
parents:
1464
diff
changeset
|
7 "build/" |
4bbc68603168
npm run build works now, accessing streamed-graph. But, s-g isn't in the output bundle yet.
drewp <drewp@bigasterisk.com>
parents:
1464
diff
changeset
|
8 ], |
4bbc68603168
npm run build works now, accessing streamed-graph. But, s-g isn't in the output bundle yet.
drewp <drewp@bigasterisk.com>
parents:
1464
diff
changeset
|
9 "scripts": { |
4bbc68603168
npm run build works now, accessing streamed-graph. But, s-g isn't in the output bundle yet.
drewp <drewp@bigasterisk.com>
parents:
1464
diff
changeset
|
10 "build": "rollup -c", |
4bbc68603168
npm run build works now, accessing streamed-graph. But, s-g isn't in the output bundle yet.
drewp <drewp@bigasterisk.com>
parents:
1464
diff
changeset
|
11 "build_forever": "rollup -cw", |
4bbc68603168
npm run build works now, accessing streamed-graph. But, s-g isn't in the output bundle yet.
drewp <drewp@bigasterisk.com>
parents:
1464
diff
changeset
|
12 "test": "jest", |
4bbc68603168
npm run build works now, accessing streamed-graph. But, s-g isn't in the output bundle yet.
drewp <drewp@bigasterisk.com>
parents:
1464
diff
changeset
|
13 "test_forever": "jest --watch" |
4bbc68603168
npm run build works now, accessing streamed-graph. But, s-g isn't in the output bundle yet.
drewp <drewp@bigasterisk.com>
parents:
1464
diff
changeset
|
14 }, |
1464
32d134dbfb1e
start ts config files, but this doesn't share the streamed-graph code properly yet
drewp <drewp@bigasterisk.com>
parents:
diff
changeset
|
15 "dependencies": { |
32d134dbfb1e
start ts config files, but this doesn't share the streamed-graph code properly yet
drewp <drewp@bigasterisk.com>
parents:
diff
changeset
|
16 "@polymer/decorators": "^3.0.0", |
32d134dbfb1e
start ts config files, but this doesn't share the streamed-graph code properly yet
drewp <drewp@bigasterisk.com>
parents:
diff
changeset
|
17 "@polymer/polymer": "^3.3.1", |
1473
4bbc68603168
npm run build works now, accessing streamed-graph. But, s-g isn't in the output bundle yet.
drewp <drewp@bigasterisk.com>
parents:
1464
diff
changeset
|
18 "@types/n3": "^1.1.1", |
1476
817da2dc80fc
kind of running with lit-element and polymer together. lots of data missing from table still
drewp <drewp@bigasterisk.com>
parents:
1475
diff
changeset
|
19 "lit-element": "^2.2.1", |
1464
32d134dbfb1e
start ts config files, but this doesn't share the streamed-graph code properly yet
drewp <drewp@bigasterisk.com>
parents:
diff
changeset
|
20 "lit-html": "^1.1.2", |
1473
4bbc68603168
npm run build works now, accessing streamed-graph. But, s-g isn't in the output bundle yet.
drewp <drewp@bigasterisk.com>
parents:
1464
diff
changeset
|
21 "n3": "^1.3.5", |
1475
2e598cbcabf4
streamed-graph finally imports and builds. polymer bindings don't work in a <dom-bind> though
drewp <drewp@bigasterisk.com>
parents:
1473
diff
changeset
|
22 "streamed-graph": "file:/my/proj/streamed-graph" |
1464
32d134dbfb1e
start ts config files, but this doesn't share the streamed-graph code properly yet
drewp <drewp@bigasterisk.com>
parents:
diff
changeset
|
23 }, |
32d134dbfb1e
start ts config files, but this doesn't share the streamed-graph code properly yet
drewp <drewp@bigasterisk.com>
parents:
diff
changeset
|
24 "devDependencies": { |
1473
4bbc68603168
npm run build works now, accessing streamed-graph. But, s-g isn't in the output bundle yet.
drewp <drewp@bigasterisk.com>
parents:
1464
diff
changeset
|
25 "@rollup/plugin-commonjs": "^11.0.0", |
4bbc68603168
npm run build works now, accessing streamed-graph. But, s-g isn't in the output bundle yet.
drewp <drewp@bigasterisk.com>
parents:
1464
diff
changeset
|
26 "@rollup/plugin-node-resolve": "^6.0.0", |
1475
2e598cbcabf4
streamed-graph finally imports and builds. polymer bindings don't work in a <dom-bind> though
drewp <drewp@bigasterisk.com>
parents:
1473
diff
changeset
|
27 "@rollup/plugin-replace": "^2.3.0", |
1473
4bbc68603168
npm run build works now, accessing streamed-graph. But, s-g isn't in the output bundle yet.
drewp <drewp@bigasterisk.com>
parents:
1464
diff
changeset
|
28 "@types/jest": "^24.0.25", |
4bbc68603168
npm run build works now, accessing streamed-graph. But, s-g isn't in the output bundle yet.
drewp <drewp@bigasterisk.com>
parents:
1464
diff
changeset
|
29 "jest": "^24.9.0", |
4bbc68603168
npm run build works now, accessing streamed-graph. But, s-g isn't in the output bundle yet.
drewp <drewp@bigasterisk.com>
parents:
1464
diff
changeset
|
30 "node-globals": "^0.1.5", |
4bbc68603168
npm run build works now, accessing streamed-graph. But, s-g isn't in the output bundle yet.
drewp <drewp@bigasterisk.com>
parents:
1464
diff
changeset
|
31 "rollup": "^1.27.14", |
1475
2e598cbcabf4
streamed-graph finally imports and builds. polymer bindings don't work in a <dom-bind> though
drewp <drewp@bigasterisk.com>
parents:
1473
diff
changeset
|
32 "rollup-plugin-force-binding": "^1.0.6", |
1473
4bbc68603168
npm run build works now, accessing streamed-graph. But, s-g isn't in the output bundle yet.
drewp <drewp@bigasterisk.com>
parents:
1464
diff
changeset
|
33 "rollup-plugin-node-builtins": "^2.1.2", |
4bbc68603168
npm run build works now, accessing streamed-graph. But, s-g isn't in the output bundle yet.
drewp <drewp@bigasterisk.com>
parents:
1464
diff
changeset
|
34 "rollup-plugin-typescript2": "^0.25.3", |
4bbc68603168
npm run build works now, accessing streamed-graph. But, s-g isn't in the output bundle yet.
drewp <drewp@bigasterisk.com>
parents:
1464
diff
changeset
|
35 "ts-jest": "^24.2.0", |
4bbc68603168
npm run build works now, accessing streamed-graph. But, s-g isn't in the output bundle yet.
drewp <drewp@bigasterisk.com>
parents:
1464
diff
changeset
|
36 "tslib": "^1.10.0", |
4bbc68603168
npm run build works now, accessing streamed-graph. But, s-g isn't in the output bundle yet.
drewp <drewp@bigasterisk.com>
parents:
1464
diff
changeset
|
37 "typescript": "^3.7.4" |
1464
32d134dbfb1e
start ts config files, but this doesn't share the streamed-graph code properly yet
drewp <drewp@bigasterisk.com>
parents:
diff
changeset
|
38 } |
1473
4bbc68603168
npm run build works now, accessing streamed-graph. But, s-g isn't in the output bundle yet.
drewp <drewp@bigasterisk.com>
parents:
1464
diff
changeset
|
39 } |