Mercurial > code > home > repos > homeauto
comparison 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 |
comparison
equal
deleted
inserted
replaced
1463:2452dd87aa9c | 1464:32d134dbfb1e |
---|---|
1 { | |
2 "name": "wifi", | |
3 "dependencies": { | |
4 "@polymer/decorators": "^3.0.0", | |
5 "@polymer/polymer": "^3.3.1", | |
6 "jest": "^24.9.0", | |
7 "jsonld": "^2.0.1", | |
8 "lit-html": "^1.1.2", | |
9 "n3": "^1.3.4", | |
10 "streamed-graph": "/my/proj/streamed-graph" | |
11 }, | |
12 "installConfig": { | |
13 "pnp": true | |
14 }, | |
15 "scripts": { | |
16 "webpack-build": " webpack-cli --config webpack.config.js --config-name main --mode production", | |
17 "webpack-build-forever": "webpack-cli --config webpack.config.js --config-name main --mode production --watch", | |
18 "webpack-dev-server": " webpack-dev-server --config webpack.config.js --config-name main --mode development", | |
19 "test": " webpack-cli --config webpack.config.js --config-name test --mode production", | |
20 "test-forever": " webpack-cli --config webpack.config.js --config-name test --mode production --watch" | |
21 }, | |
22 "resolutions": { | |
23 "streamed-graph": "portal:/my/proj/streamed-graph" | |
24 }, | |
25 "devDependencies": { | |
26 "ts-loader": "^6.2.1", | |
27 "typescript": "^3.7.3", | |
28 "@types/jest": "^24.0.23", | |
29 "@types/jsonld": "^1.5.0", | |
30 "pnp-webpack-plugin": "^1.5.0", | |
31 "@types/n3": "^1.1.1", | |
32 "glob": "^7.1.6", | |
33 "webpack": "^4.41.3", | |
34 "webpack-cli": "^3.3.10", | |
35 "@yarnpkg/plugin-link": "^2.0.0-rc.7" | |
36 } | |
37 } |