diff 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
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/service/wifi/package.json	Tue Dec 17 23:16:53 2019 -0800
@@ -0,0 +1,37 @@
+{
+  "name": "wifi",
+  "dependencies": {
+    "@polymer/decorators": "^3.0.0",
+    "@polymer/polymer": "^3.3.1",
+    "jest": "^24.9.0",
+    "jsonld": "^2.0.1",
+    "lit-html": "^1.1.2",
+    "n3": "^1.3.4",
+    "streamed-graph": "/my/proj/streamed-graph"
+  },
+  "installConfig": {
+    "pnp": true
+  },
+  "scripts": {
+    "webpack-build": "        webpack-cli        --config webpack.config.js --config-name main --mode production",
+    "webpack-build-forever": "webpack-cli        --config webpack.config.js --config-name main --mode production --watch",
+    "webpack-dev-server": "   webpack-dev-server --config webpack.config.js --config-name main --mode development",
+    "test": "                 webpack-cli        --config webpack.config.js --config-name test --mode production",
+    "test-forever": "         webpack-cli        --config webpack.config.js --config-name test --mode production --watch"
+  },
+  "resolutions": {
+    "streamed-graph": "portal:/my/proj/streamed-graph"
+  },
+  "devDependencies": {
+    "ts-loader": "^6.2.1",
+    "typescript": "^3.7.3",
+    "@types/jest": "^24.0.23",
+    "@types/jsonld": "^1.5.0",
+    "pnp-webpack-plugin": "^1.5.0",
+    "@types/n3": "^1.1.1",
+    "glob": "^7.1.6",
+    "webpack": "^4.41.3",
+    "webpack-cli": "^3.3.10",
+    "@yarnpkg/plugin-link": "^2.0.0-rc.7"
+  }
+}
\ No newline at end of file