annotate service/wifi/package.json @ 1464:32d134dbfb1e

start ts config files, but this doesn't share the streamed-graph code properly yet Ignore-this: ef4e6fdf3369939b062caa5fdc2788e9 darcs-hash:e30e71ea5e8e9958c254c9210cdccde7a74b96bb
author drewp <drewp@bigasterisk.com>
date Tue, 17 Dec 2019 23:16:53 -0800
parents
children f424809cba8d
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
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",
32d134dbfb1e start ts config files, but this doesn't share the streamed-graph code properly yet
drewp <drewp@bigasterisk.com>
parents:
diff changeset
3 "dependencies": {
32d134dbfb1e start ts config files, but this doesn't share the streamed-graph code properly yet
drewp <drewp@bigasterisk.com>
parents:
diff changeset
4 "@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
5 "@polymer/polymer": "^3.3.1",
32d134dbfb1e start ts config files, but this doesn't share the streamed-graph code properly yet
drewp <drewp@bigasterisk.com>
parents:
diff changeset
6 "jest": "^24.9.0",
32d134dbfb1e start ts config files, but this doesn't share the streamed-graph code properly yet
drewp <drewp@bigasterisk.com>
parents:
diff changeset
7 "jsonld": "^2.0.1",
32d134dbfb1e start ts config files, but this doesn't share the streamed-graph code properly yet
drewp <drewp@bigasterisk.com>
parents:
diff changeset
8 "lit-html": "^1.1.2",
32d134dbfb1e start ts config files, but this doesn't share the streamed-graph code properly yet
drewp <drewp@bigasterisk.com>
parents:
diff changeset
9 "n3": "^1.3.4",
32d134dbfb1e start ts config files, but this doesn't share the streamed-graph code properly yet
drewp <drewp@bigasterisk.com>
parents:
diff changeset
10 "streamed-graph": "/my/proj/streamed-graph"
32d134dbfb1e start ts config files, but this doesn't share the streamed-graph code properly yet
drewp <drewp@bigasterisk.com>
parents:
diff changeset
11 },
32d134dbfb1e start ts config files, but this doesn't share the streamed-graph code properly yet
drewp <drewp@bigasterisk.com>
parents:
diff changeset
12 "installConfig": {
32d134dbfb1e start ts config files, but this doesn't share the streamed-graph code properly yet
drewp <drewp@bigasterisk.com>
parents:
diff changeset
13 "pnp": true
32d134dbfb1e start ts config files, but this doesn't share the streamed-graph code properly yet
drewp <drewp@bigasterisk.com>
parents:
diff changeset
14 },
32d134dbfb1e start ts config files, but this doesn't share the streamed-graph code properly yet
drewp <drewp@bigasterisk.com>
parents:
diff changeset
15 "scripts": {
32d134dbfb1e start ts config files, but this doesn't share the streamed-graph code properly yet
drewp <drewp@bigasterisk.com>
parents:
diff changeset
16 "webpack-build": " webpack-cli --config webpack.config.js --config-name main --mode production",
32d134dbfb1e start ts config files, but this doesn't share the streamed-graph code properly yet
drewp <drewp@bigasterisk.com>
parents:
diff changeset
17 "webpack-build-forever": "webpack-cli --config webpack.config.js --config-name main --mode production --watch",
32d134dbfb1e start ts config files, but this doesn't share the streamed-graph code properly yet
drewp <drewp@bigasterisk.com>
parents:
diff changeset
18 "webpack-dev-server": " webpack-dev-server --config webpack.config.js --config-name main --mode development",
32d134dbfb1e start ts config files, but this doesn't share the streamed-graph code properly yet
drewp <drewp@bigasterisk.com>
parents:
diff changeset
19 "test": " webpack-cli --config webpack.config.js --config-name test --mode production",
32d134dbfb1e start ts config files, but this doesn't share the streamed-graph code properly yet
drewp <drewp@bigasterisk.com>
parents:
diff changeset
20 "test-forever": " webpack-cli --config webpack.config.js --config-name test --mode production --watch"
32d134dbfb1e start ts config files, but this doesn't share the streamed-graph code properly yet
drewp <drewp@bigasterisk.com>
parents:
diff changeset
21 },
32d134dbfb1e start ts config files, but this doesn't share the streamed-graph code properly yet
drewp <drewp@bigasterisk.com>
parents:
diff changeset
22 "resolutions": {
32d134dbfb1e start ts config files, but this doesn't share the streamed-graph code properly yet
drewp <drewp@bigasterisk.com>
parents:
diff changeset
23 "streamed-graph": "portal:/my/proj/streamed-graph"
32d134dbfb1e start ts config files, but this doesn't share the streamed-graph code properly yet
drewp <drewp@bigasterisk.com>
parents:
diff changeset
24 },
32d134dbfb1e start ts config files, but this doesn't share the streamed-graph code properly yet
drewp <drewp@bigasterisk.com>
parents:
diff changeset
25 "devDependencies": {
32d134dbfb1e start ts config files, but this doesn't share the streamed-graph code properly yet
drewp <drewp@bigasterisk.com>
parents:
diff changeset
26 "ts-loader": "^6.2.1",
32d134dbfb1e start ts config files, but this doesn't share the streamed-graph code properly yet
drewp <drewp@bigasterisk.com>
parents:
diff changeset
27 "typescript": "^3.7.3",
32d134dbfb1e start ts config files, but this doesn't share the streamed-graph code properly yet
drewp <drewp@bigasterisk.com>
parents:
diff changeset
28 "@types/jest": "^24.0.23",
32d134dbfb1e start ts config files, but this doesn't share the streamed-graph code properly yet
drewp <drewp@bigasterisk.com>
parents:
diff changeset
29 "@types/jsonld": "^1.5.0",
32d134dbfb1e start ts config files, but this doesn't share the streamed-graph code properly yet
drewp <drewp@bigasterisk.com>
parents:
diff changeset
30 "pnp-webpack-plugin": "^1.5.0",
32d134dbfb1e start ts config files, but this doesn't share the streamed-graph code properly yet
drewp <drewp@bigasterisk.com>
parents:
diff changeset
31 "@types/n3": "^1.1.1",
32d134dbfb1e start ts config files, but this doesn't share the streamed-graph code properly yet
drewp <drewp@bigasterisk.com>
parents:
diff changeset
32 "glob": "^7.1.6",
32d134dbfb1e start ts config files, but this doesn't share the streamed-graph code properly yet
drewp <drewp@bigasterisk.com>
parents:
diff changeset
33 "webpack": "^4.41.3",
32d134dbfb1e start ts config files, but this doesn't share the streamed-graph code properly yet
drewp <drewp@bigasterisk.com>
parents:
diff changeset
34 "webpack-cli": "^3.3.10",
32d134dbfb1e start ts config files, but this doesn't share the streamed-graph code properly yet
drewp <drewp@bigasterisk.com>
parents:
diff changeset
35 "@yarnpkg/plugin-link": "^2.0.0-rc.7"
32d134dbfb1e start ts config files, but this doesn't share the streamed-graph code properly yet
drewp <drewp@bigasterisk.com>
parents:
diff changeset
36 }
32d134dbfb1e start ts config files, but this doesn't share the streamed-graph code properly yet
drewp <drewp@bigasterisk.com>
parents:
diff changeset
37 }