-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
72 lines (72 loc) · 1.77 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "@preignition/multi-chart-demo",
"version": "0.2.0",
"description": "demo for multi-chart",
"license": "MIT",
"main": "index.js",
"module": "index.js",
"authors": [
"christophe.geiser <[email protected]>"
],
"keywords": [
"web-component",
"web-components",
"d3.js",
"charts",
"demo",
"lit-element",
"pikaweb",
"analytics",
"dataviz"
],
"repository": "https://github.com/preignition/multi-chart-demo",
"homepage": "https://github.com/preignition/multi-chart-demo",
"scripts": {
"start": "es-dev-server",
"postpublish": "git push && git push --tags"
},
"@pika/web": {
"webDependencies": [
"@morbidick/lit-element-notify",
"@polymer/paper-card",
"@preignition/multi-chart",
"@preignition/multi-chart/index.elements.js",
"@vaadin/router",
"@vaadin/vaadin-tabs",
"@webcomponents/webcomponentsjs",
"d3-array",
"d3-format",
"d3-time-format",
"d3-random",
"d3-scale",
"d3-time",
"d3-scale-chromatic",
"lit-element",
"lit-html",
"pwa-helpers/media-query.js"
]
},
"dependencies": {
"@morbidick/lit-element-notify": "*",
"@polymer/paper-card": "^3.0.1",
"@preignition/multi-chart": "^4",
"@vaadin/router": "^1.2.0",
"@vaadin/vaadin-tabs": "^2.1.2",
"@webcomponents/webcomponentsjs": "^2.2.7",
"d3-array": "*",
"d3-format": "*",
"d3-time-format": "*",
"d3-random": "*",
"d3-scale": "*",
"d3-time": "*",
"d3-scale-chromatic": "*",
"lit-element": "^2.1.0",
"lit-html": "1",
"pwa-helpers": "^0.9.1"
},
"devDependencies": {
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@pika/web": "^0.6.1",
"es-dev-server": "^1.18.3"
}
}