comparison service/wifi/package.json @ 1475:2e598cbcabf4

streamed-graph finally imports and builds. polymer bindings don't work in a <dom-bind> though Ignore-this: afcf4436ac3d7b88c0d7fc88de81d8e4 darcs-hash:fccd38a16ce2198e70d94d52598d571aa8da42d0
author drewp <drewp@bigasterisk.com>
date Thu, 02 Jan 2020 00:23:36 -0800
parents 4bbc68603168
children 9ae34280218b
comparison
equal deleted inserted replaced
1474:f91ba30b4f75 1475:2e598cbcabf4
16 "@polymer/decorators": "^3.0.0", 16 "@polymer/decorators": "^3.0.0",
17 "@polymer/polymer": "^3.3.1", 17 "@polymer/polymer": "^3.3.1",
18 "@types/n3": "^1.1.1", 18 "@types/n3": "^1.1.1",
19 "lit-html": "^1.1.2", 19 "lit-html": "^1.1.2",
20 "n3": "^1.3.5", 20 "n3": "^1.3.5",
21 "streamed-graph": "file:/home/drewp/projects/streamed-graph" 21 "streamed-graph": "file:/my/proj/streamed-graph"
22 }, 22 },
23 "devDependencies": { 23 "devDependencies": {
24 "@rollup/plugin-commonjs": "^11.0.0", 24 "@rollup/plugin-commonjs": "^11.0.0",
25 "@rollup/plugin-node-resolve": "^6.0.0", 25 "@rollup/plugin-node-resolve": "^6.0.0",
26 "@rollup/plugin-replace": "^2.3.0",
26 "@types/jest": "^24.0.25", 27 "@types/jest": "^24.0.25",
27 "jest": "^24.9.0", 28 "jest": "^24.9.0",
28 "node-globals": "^0.1.5", 29 "node-globals": "^0.1.5",
29 "rollup": "^1.27.14", 30 "rollup": "^1.27.14",
31 "rollup-plugin-force-binding": "^1.0.6",
30 "rollup-plugin-node-builtins": "^2.1.2", 32 "rollup-plugin-node-builtins": "^2.1.2",
31 "rollup-plugin-typescript2": "^0.25.3", 33 "rollup-plugin-typescript2": "^0.25.3",
32 "ts-jest": "^24.2.0", 34 "ts-jest": "^24.2.0",
33 "tslib": "^1.10.0", 35 "tslib": "^1.10.0",
34 "typescript": "^3.7.4" 36 "typescript": "^3.7.4"