Mercurial > code > home > repos > streamed-graph
annotate package.json @ 15:7ca4ff2088c3
managed to use a newer ts or something, so this includes a bunch of type fixes too
author | drewp@bigasterisk.com |
---|---|
date | Sun, 08 Dec 2019 23:32:12 -0800 |
parents | 26d3e4860adc |
children | 4bf74032e2e8 |
rev | line source |
---|---|
0 | 1 { |
2 "name": "streamed-graph", | |
3 "dependencies": { | |
15
7ca4ff2088c3
managed to use a newer ts or something, so this includes a bunch of type fixes too
drewp@bigasterisk.com
parents:
9
diff
changeset
|
4 "@babel/core": "^7.7.5", |
0 | 5 "@polymer/decorators": "^3.0.0", |
6 "@polymer/polymer": "^3.3.1", | |
7 "@types/eventsource": "^1.1.2", | |
9
26d3e4860adc
working on porting graph_view to n3.js. also working on making tests run
drewp@bigasterisk.com
parents:
3
diff
changeset
|
8 "@types/jasmine": "^3.5.0", |
0 | 9 "@types/jsonld": "^1.5.0", |
9
26d3e4860adc
working on porting graph_view to n3.js. also working on making tests run
drewp@bigasterisk.com
parents:
3
diff
changeset
|
10 "@types/n3": "^1.1.1", |
0 | 11 "@types/node": "^12.12.14", |
12 "@types/webpack": "^4.41.0", | |
13 "@types/webpack-dev-server": "^3.9.0", | |
15
7ca4ff2088c3
managed to use a newer ts or something, so this includes a bunch of type fixes too
drewp@bigasterisk.com
parents:
9
diff
changeset
|
14 "@webcomponents/webcomponentsjs": "^2.4.0", |
7ca4ff2088c3
managed to use a newer ts or something, so this includes a bunch of type fixes too
drewp@bigasterisk.com
parents:
9
diff
changeset
|
15 "awesome-typescript-loader": "^5.2.1", |
7ca4ff2088c3
managed to use a newer ts or something, so this includes a bunch of type fixes too
drewp@bigasterisk.com
parents:
9
diff
changeset
|
16 "babel-loader": "^8.0.6", |
0 | 17 "css-loader": "^3.2.1", |
18 "file-loader": "^5.0.2", | |
15
7ca4ff2088c3
managed to use a newer ts or something, so this includes a bunch of type fixes too
drewp@bigasterisk.com
parents:
9
diff
changeset
|
19 "jasmine": "^3.5.0", |
7ca4ff2088c3
managed to use a newer ts or something, so this includes a bunch of type fixes too
drewp@bigasterisk.com
parents:
9
diff
changeset
|
20 "jsonld": "^1.8.1", |
7ca4ff2088c3
managed to use a newer ts or something, so this includes a bunch of type fixes too
drewp@bigasterisk.com
parents:
9
diff
changeset
|
21 "lit-html": "^1.1.2", |
7ca4ff2088c3
managed to use a newer ts or something, so this includes a bunch of type fixes too
drewp@bigasterisk.com
parents:
9
diff
changeset
|
22 "n3": "^1.3.4", |
0 | 23 "style-loader": "^1.0.1", |
24 "ts-node": "^8.5.4", | |
15
7ca4ff2088c3
managed to use a newer ts or something, so this includes a bunch of type fixes too
drewp@bigasterisk.com
parents:
9
diff
changeset
|
25 "typescript": "^3.7.3", |
0 | 26 "webpack": "^4.41.2", |
27 "webpack-cli": "^3.3.10", | |
28 "webpack-serve": "^3.2.0" | |
29 }, | |
15
7ca4ff2088c3
managed to use a newer ts or something, so this includes a bunch of type fixes too
drewp@bigasterisk.com
parents:
9
diff
changeset
|
30 "devDependencies": { |
7ca4ff2088c3
managed to use a newer ts or something, so this includes a bunch of type fixes too
drewp@bigasterisk.com
parents:
9
diff
changeset
|
31 "ts-loader": "^6.2.1", |
7ca4ff2088c3
managed to use a newer ts or something, so this includes a bunch of type fixes too
drewp@bigasterisk.com
parents:
9
diff
changeset
|
32 "webpack-dev-server": "^3.9.0" |
0 | 33 } |
34 } |