-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 934 Bytes
/
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
{
"name": "mvtec-dataviz-project-group1-v2",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^2.0.0",
"svelte": "^3.54.0",
"vite": "^4.0.0"
},
"dependencies": {
"@sveltejs/svelte-scroller": "^2.0.6",
"arquero": "^5.1.0",
"d3-array": "^2.11.0",
"d3-delaunay": "^5.3.0",
"d3-format": "^2.0.0",
"d3-geo-projection": "^3.0.0",
"d3-sankey": "^0.12.3",
"d3-scale": "^4.0.2",
"d3-scale-chromatic": "^3.0.0",
"d3-shape": "^2.0.0",
"d3-time": "^3.1.0",
"d3-time-format": "^3.0.0",
"layercake": "^7.2.2",
"lodash": "^4.17.20",
"mapbox": "^1.0.0-beta10",
"mapbox-gl": "^2.1.1",
"numeral": "^2.0.6",
"sirv-cli": "^1.0.0",
"svelte-canvas": "^0.6.1",
"topojson-client": "^3.1.0"
}
}