-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.02 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
{
"name": "cracking-globe",
"version": "1.1.0",
"description": "VINCI 20' Poster Exhib.",
"scripts": {
"build": "vite build",
"dev": "vite",
"preview": "vite preview"
},
"repository": {
"type": "git",
"url": "git+https://github.com/levitabris/dis-re-connect"
},
"keywords": [
"gis",
"visualization",
"visualization-design",
"covid-19",
"covid",
"webgl",
"3d",
"threejs"
],
"author": "Wei Li",
"license": "MIT",
"bugs": {
"url": "https://github.com/levitabris/dis-re-connect"
},
"devDependencies": {
"sass": "^1.38.0",
"vite": "^2.5.0"
},
"dependencies": {
"@babel/polyfill": "^7.8.7",
"@loaders.gl/core": "^2.2.8",
"@loaders.gl/csv": "^2.2.8",
"@loaders.gl/json": "^2.2.8",
"core-js": "^3.6.5",
"d3": "^5.16.0",
"globe.gl": "^2.10.1",
"polygon-offset": "^0.3.1",
"svg-path-outline": "^1.0.1",
"topojson": "^3.0.2",
"topojson-client": "^3.1.0",
"topojson-simplify": "^3.0.3"
}
}