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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
drewp@localhost
parents:
diff changeset
1 {
drewp@localhost
parents:
diff changeset
2 "name": "streamed-graph",
drewp@localhost
parents:
diff changeset
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
drewp@localhost
parents:
diff changeset
5 "@polymer/decorators": "^3.0.0",
drewp@localhost
parents:
diff changeset
6 "@polymer/polymer": "^3.3.1",
drewp@localhost
parents:
diff changeset
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
drewp@localhost
parents:
diff changeset
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
drewp@localhost
parents:
diff changeset
11 "@types/node": "^12.12.14",
drewp@localhost
parents:
diff changeset
12 "@types/webpack": "^4.41.0",
drewp@localhost
parents:
diff changeset
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
drewp@localhost
parents:
diff changeset
17 "css-loader": "^3.2.1",
drewp@localhost
parents:
diff changeset
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
drewp@localhost
parents:
diff changeset
23 "style-loader": "^1.0.1",
drewp@localhost
parents:
diff changeset
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
drewp@localhost
parents:
diff changeset
26 "webpack": "^4.41.2",
drewp@localhost
parents:
diff changeset
27 "webpack-cli": "^3.3.10",
drewp@localhost
parents:
diff changeset
28 "webpack-serve": "^3.2.0"
drewp@localhost
parents:
diff changeset
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
drewp@localhost
parents:
diff changeset
33 }
drewp@localhost
parents:
diff changeset
34 }