-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.86 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
{
"name": "gun-violence-dashboard",
"version": "0.2.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"apexcharts": "^3.36.3",
"core-js": "^3.8.3",
"crossfilter2": "^1.5.4",
"d3-array": "^3.2.1",
"d3-axis": "^3.0.0",
"d3-fetch": "^3.0.1",
"d3-scale": "^4.0.2",
"d3-scale-chromatic": "^3.0.0",
"d3-selection": "^3.0.0",
"d3-time-format": "^4.1.0",
"maplibre-gl": "^2.4.0",
"papaparse": "^5.3.2",
"qs": "^6.11.0",
"vue": "^2.7.14",
"vue-apexcharts": "^1.6.2",
"vue-router": "^3.6.5",
"vue-slider-component": "^3.2.11",
"vuetify": "^2.6.13",
"vuex": "^3.6.2"
},
"devDependencies": {
"@mdi/js": "^7.1.96",
"@types/d3-array": "^3.0.3",
"@types/d3-axis": "^3.0.2",
"@types/d3-fetch": "^3.0.1",
"@types/d3-format": "^3.0.1",
"@types/d3-scale": "^4.0.3",
"@types/d3-scale-chromatic": "^3.0.0",
"@types/d3-selection": "^3.0.5",
"@types/d3-time-format": "^4.0.0",
"@types/geojson": "^7946.0.10",
"@types/jquery": "^3.5.14",
"@types/papaparse": "^5.3.5",
"@types/vue-router": "^2.0.0",
"@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/parser": "^5.4.0",
"@vue/cli-plugin-babel": "~5.0.0",
"@vue/cli-plugin-eslint": "~5.0.0",
"@vue/cli-plugin-router": "~5.0.0",
"@vue/cli-plugin-typescript": "~5.0.0",
"@vue/cli-plugin-vuex": "~5.0.0",
"@vue/cli-service": "~5.0.0",
"@vue/eslint-config-typescript": "^9.1.0",
"eslint": "^7.32.0",
"eslint-plugin-vue": "^8.0.3",
"postcss-prefix-selector": "^1.10.0",
"sass": "~1.32",
"sass-loader": "^13.2.0",
"typescript": "~4.5.5",
"vue-cli-plugin-vuetify": "~2.4.2",
"vue-template-compiler": "^2.6.14",
"vuetify-loader": "^1.7.0"
}
}