Mercurial > code > home > repos > homeauto
comparison service/wifi/package.json @ 1473:4bbc68603168
npm run build works now, accessing streamed-graph. But, s-g isn't in the output bundle yet.
Ignore-this: 2b08220ad8d275f4dd242c3aa1a8647a
darcs-hash:713c0960d19658e35685d64dc855ca63e1fde660
author | drewp <drewp@bigasterisk.com> |
---|---|
date | Sun, 29 Dec 2019 19:41:48 -0800 |
parents | 32d134dbfb1e |
children | 2b9865bf1737 |
comparison
equal
deleted
inserted
replaced
1472:dda4c0bcca65 | 1473:4bbc68603168 |
---|---|
1 { | 1 { |
2 "name": "wifi", | 2 "name": "wifi", |
3 "module": "wifi", | |
4 "main": "src/index.ts", | |
5 "types": "src/index.d.ts", | |
6 "files": [ | |
7 "build/" | |
8 ], | |
9 "scripts": { | |
10 "build": "rollup -c", | |
11 "build_forever": "rollup -cw", | |
12 "test": "jest", | |
13 "test_forever": "jest --watch" | |
14 }, | |
3 "dependencies": { | 15 "dependencies": { |
4 "@polymer/decorators": "^3.0.0", | 16 "@polymer/decorators": "^3.0.0", |
5 "@polymer/polymer": "^3.3.1", | 17 "@polymer/polymer": "^3.3.1", |
6 "jest": "^24.9.0", | 18 "@types/n3": "^1.1.1", |
7 "jsonld": "^2.0.1", | |
8 "lit-html": "^1.1.2", | 19 "lit-html": "^1.1.2", |
9 "n3": "^1.3.4", | 20 "n3": "^1.3.5", |
10 "streamed-graph": "/my/proj/streamed-graph" | 21 "streamed-graph": "file:/home/drewp/projects/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 }, | 22 }, |
25 "devDependencies": { | 23 "devDependencies": { |
26 "ts-loader": "^6.2.1", | 24 "@rollup/plugin-commonjs": "^11.0.0", |
27 "typescript": "^3.7.3", | 25 "@rollup/plugin-node-resolve": "^6.0.0", |
28 "@types/jest": "^24.0.23", | 26 "@types/jest": "^24.0.25", |
29 "@types/jsonld": "^1.5.0", | 27 "jest": "^24.9.0", |
30 "pnp-webpack-plugin": "^1.5.0", | 28 "node-globals": "^0.1.5", |
31 "@types/n3": "^1.1.1", | 29 "rollup": "^1.27.14", |
32 "glob": "^7.1.6", | 30 "rollup-plugin-node-builtins": "^2.1.2", |
33 "webpack": "^4.41.3", | 31 "rollup-plugin-typescript2": "^0.25.3", |
34 "webpack-cli": "^3.3.10", | 32 "ts-jest": "^24.2.0", |
35 "@yarnpkg/plugin-link": "^2.0.0-rc.7" | 33 "tslib": "^1.10.0", |
34 "typescript": "^3.7.4" | |
36 } | 35 } |
37 } | 36 } |