annotate package.json @ 3:a7ba8627a7b6

still trying to make imports work. add other files too
author drewp@bigasterisk.com
date Wed, 04 Dec 2019 00:09:15 -0800
parents a9bc14e22e36
children 26d3e4860adc
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": {
drewp@localhost
parents:
diff changeset
4 "@polymer/decorators": "^3.0.0",
drewp@localhost
parents:
diff changeset
5 "@polymer/polymer": "^3.3.1",
drewp@localhost
parents:
diff changeset
6 "@types/async": "^3.0.3",
drewp@localhost
parents:
diff changeset
7 "@types/eventsource": "^1.1.2",
drewp@localhost
parents:
diff changeset
8 "@types/jsonld": "^1.5.0",
drewp@localhost
parents:
diff changeset
9 "@webcomponents/webcomponentsjs": "^2.4.0",
drewp@localhost
parents:
diff changeset
10 "async": "^3.1.0",
drewp@localhost
parents:
diff changeset
11 "jsonld": "^1.8.1",
3
a7ba8627a7b6 still trying to make imports work. add other files too
drewp@bigasterisk.com
parents: 0
diff changeset
12 "lit-html": "^1.1.2",
a7ba8627a7b6 still trying to make imports work. add other files too
drewp@bigasterisk.com
parents: 0
diff changeset
13 "n3": "^1.3.4"
0
drewp@localhost
parents:
diff changeset
14 },
drewp@localhost
parents:
diff changeset
15 "devDependencies": {
drewp@localhost
parents:
diff changeset
16 "@types/node": "^12.12.14",
drewp@localhost
parents:
diff changeset
17 "@types/webpack": "^4.41.0",
drewp@localhost
parents:
diff changeset
18 "@types/webpack-dev-server": "^3.9.0",
drewp@localhost
parents:
diff changeset
19 "css-loader": "^3.2.1",
drewp@localhost
parents:
diff changeset
20 "file-loader": "^5.0.2",
drewp@localhost
parents:
diff changeset
21 "style-loader": "^1.0.1",
drewp@localhost
parents:
diff changeset
22 "ts-loader": "^6.2.1",
drewp@localhost
parents:
diff changeset
23 "ts-node": "^8.5.4",
drewp@localhost
parents:
diff changeset
24 "typescript": "^3.7.2",
drewp@localhost
parents:
diff changeset
25 "webpack": "^4.41.2",
drewp@localhost
parents:
diff changeset
26 "webpack-cli": "^3.3.10",
drewp@localhost
parents:
diff changeset
27 "webpack-serve": "^3.2.0"
drewp@localhost
parents:
diff changeset
28 },
drewp@localhost
parents:
diff changeset
29 "scripts": {
drewp@localhost
parents:
diff changeset
30 "build": "webpack"
drewp@localhost
parents:
diff changeset
31 }
drewp@localhost
parents:
diff changeset
32 }