-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
88 lines (88 loc) · 2.91 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"name": "aardvark",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "run-p type-check build-only",
"preview": "vite preview",
"build-only": "vite build",
"type-check": "vue-tsc --noEmit",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
},
"dependencies": {
"@deck.gl/core": "8.9.30",
"@deck.gl/layers": "8.9.30",
"@fortawesome/fontawesome-svg-core": "^6.2.1",
"@fortawesome/free-regular-svg-icons": "^6.2.1",
"@fortawesome/free-solid-svg-icons": "^6.2.1",
"@fortawesome/vue-fontawesome": "^3.0.2",
"@hms-dbmi/viv": "0.15.1",
"@luma.gl/core": "^8.5.18",
"@mdi/font": "^7.1.96",
"@quasar/extras": "^1.15.10",
"@trrack/core": "^1.1.0",
"@trrack/vis-react": "1.4.0",
"@types/d3-hierarchy": "^3.1.1",
"@types/geojson": "^7946.0.14",
"@types/papaparse": "^5.3.7",
"@vueform/slider": "^2.1.7",
"@vueuse/core": "^9.11.1",
"bootstrap": "^5.3.0-alpha1",
"d3-array": "^3.2.1",
"d3-axis": "^3.0.0",
"d3-flextree": "^2.1.2",
"d3-format": "^3.1.0",
"d3-hierarchy": "^3.1.2",
"d3-scale": "^4.0.2",
"d3-scale-chromatic": "^3.0.0",
"d3-selection": "^3.0.0",
"d3-shape": "^3.2.0",
"deck.gl": "^8.8.23",
"earcut": "^2.2.4",
"geotiff": "^2.0.7",
"gridstack": "^7.2.0",
"lodash-es": "^4.17.21",
"lru-cache": "^10.2.0",
"lz-string": "^1.4.4",
"mitt": "^3.0.1",
"papaparse": "^5.3.2",
"pinia": "^2.0.28",
"quasar": "^2.11.5",
"screenfull": "^6.0.2",
"uuid": "^9.0.0",
"veaury": "^2.3.11",
"vue": "^3.2.45",
"vue-cheetah-grid": "^1.8.6",
"vue3-keypress": "^4.0.1",
"vuetify": "^3.1.2"
},
"devDependencies": {
"@quasar/vite-plugin": "^1.3.0",
"@rushstack/eslint-patch": "^1.1.4",
"@types/d3-array": "^3.0.4",
"@types/d3-axis": "^3.0.2",
"@types/d3-format": "^3.0.1",
"@types/d3-scale": "^4.0.3",
"@types/d3-scale-chromatic": "^3.0.0",
"@types/d3-shape": "^3.1.1",
"@types/earcut": "^2.1.4",
"@types/lodash-es": "^4.17.6",
"@types/lz-string": "^1.3.34",
"@types/node": "^18.11.12",
"@types/react": "file:stub/types__react",
"@types/uuid": "^9.0.0",
"@vitejs/plugin-vue": "^4.0.0",
"@vue/eslint-config-prettier": "^7.0.0",
"@vue/eslint-config-typescript": "^11.0.0",
"@vue/tsconfig": "^0.1.3",
"eslint": "^8.22.0",
"eslint-plugin-vue": "^9.3.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.7.1",
"sass": "^1.32.12",
"typescript": "~4.7.4",
"vite": "^4.0.5",
"vue-tsc": "^1.0.12"
}
}