-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
96 lines (96 loc) · 2.59 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
89
90
91
92
93
94
95
96
{
"name": "covid-sim",
"version": "2.0.0",
"private": true,
"type": "module",
"scripts": {
"serve": "vite",
"dev": "vite",
"build": "vite build",
"test": "vitest",
"test:ui": "vitest --ui",
"test:run": "vitest run"
},
"optionalDependencies": {
"fsevents": "*"
},
"dependencies": {
"@deck.gl/aggregation-layers": "^8.2.9",
"@deck.gl/core": "^8.2.7",
"@deck.gl/extensions": "^8.3.8",
"@deck.gl/geo-layers": "^8.2.7",
"@deck.gl/layers": "^8.2.7",
"@deck.gl/mesh-layers": "^8.2.7",
"@deck.gl/react": "^8.2.7",
"@luma.gl/constants": "^8.2.0",
"@math.gl/polygon": "^3.2.2",
"@simwrapper/papaparse": "^5.3.2-2",
"blob-util": "^2.0.2",
"buefy": "^0.9.29",
"bulma": "^1.0.0",
"convert-seconds": "^1.0.1",
"crossfilter2": "^1.5.4",
"csvtojson": "^2.0.10",
"debounce": "^1.2.0",
"feiertagejs": "^1.3.0",
"font-awesome": "^4.7.0",
"js-coroutines": "^2.4.6",
"markdown-it": "^12.2.0",
"mathjs": "^13.2.0",
"medium-zoom": "^1.0.5",
"micromatch": "^4.0.8",
"moment": "^2.24.0",
"pako": "^2.0.4",
"plotly.js": "^2.32.0",
"proj4": "^2.6.2",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-map-gl": "^6.1.17",
"read-blob": "^1.1.2",
"threads": "^1.7.0",
"three": "^0.115.0",
"vega": "^5.21.0",
"vega-embed": "^6.20.5",
"vega-lite": "^5.2.0",
"vue": "2.7.10",
"vue-i18n": "^8.22.4",
"vue-js-toggle-button": "^1.3.3",
"vue-router": "^3.5.3",
"vue-slide-bar": "^1.2.0",
"vue-slider-component": "^3.2.24",
"vuera": "^0.2.7",
"vuex": "^3.1.3",
"yaml": "^1.7.2",
"zip-loader": "^1.3.0"
},
"devDependencies": {
"@babel/preset-env": "^7.16.5",
"@types/debounce": "^1.2.0",
"@types/jest": "^29.0.3",
"@types/mapbox-gl": "^1.11.0",
"@types/papaparse": "^5.0.3",
"@types/proj4": "^2.5.0",
"@types/react": "^17.0.1",
"@types/react-dom": "^17.0.1",
"@types/yaml": "^1.2.0",
"@vitejs/plugin-vue2": "^2.2.0",
"@vitest/ui": "^0.34.3",
"@vue/eslint-config-prettier": "^10.0.0",
"@vue/eslint-config-typescript": "^14.1.2",
"@vue/language-plugin-pug": "latest",
"babel-loader": "^8.2.2",
"eslint": "^9.0.0",
"eslint-plugin-react": "^7.27.1",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-vue": "^9.29.0",
"jsdom": "^19.0.0",
"prettier": "^3.0.0",
"pug": "^3.0.2",
"sass-embedded": "^1.80.3",
"threads-plugin": "^1.4.0",
"typescript": "^5.6.3",
"unplugin-vue-markdown": "^0.26.2",
"vite": "^5.4.9",
"vitest": "^0.34.3"
}
}