-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
129 lines (129 loc) · 3.98 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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
{
"name": "access-all-data-viz",
"version": "0.1.0",
"private": true,
"type": "module",
"dependencies": {
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^11.2.7",
"@testing-library/user-event": "^12.8.3",
"@types/d3-array": "^3.0.1",
"@types/d3-axis": "^3.0.1",
"@types/d3-brush": "^3.0.1",
"@types/d3-collection": "^1.0.10",
"@types/d3-delaunay": "^6.0.0",
"@types/d3-format": "^3.0.1",
"@types/d3-geo": "^3.0.2",
"@types/d3-queue": "^3.0.8",
"@types/d3-request": "^1.0.6",
"@types/d3-scale": "^4.0.1",
"@types/d3-selection": "^3.0.1",
"@types/d3-shape": "^3.0.2",
"@types/d3-transition": "^3.0.1",
"@types/d3-zoom": "^3.0.1",
"@types/dom-to-image": "^2.6.3",
"@types/file-saver": "^2.0.5",
"@types/jest": "^26.0.24",
"@types/lodash.filter": "^4.6.6",
"@types/lodash.flattendeep": "^4.4.7",
"@types/lodash.intersection": "^4.4.6",
"@types/lodash.max": "^4.0.6",
"@types/lodash.maxby": "^4.6.6",
"@types/lodash.min": "^4.0.6",
"@types/lodash.minby": "^4.6.6",
"@types/lodash.orderby": "^4.6.6",
"@types/lodash.range": "^3.2.6",
"@types/lodash.sortby": "^4.7.6",
"@types/lodash.sorteduniq": "^4.2.7",
"@types/lodash.uniqby": "^4.7.6",
"@types/node": "^18.15.11",
"@types/react": "^18.0.27",
"@types/react-csv": "^1.1.2",
"@types/react-dom": "^18.0.10",
"@types/styled-components": "^5.1.14",
"antd": "^5.3.3",
"axios": "^1.7.2",
"d3-array": "^3.1.1",
"d3-axis": "^3.0.0",
"d3-brush": "^3.0.0",
"d3-collection": "^1.0.7",
"d3-delaunay": "^6.0.2",
"d3-force": "^3.0.0",
"d3-format": "^3.1.0",
"d3-geo": "^3.0.1",
"d3-geo-projection": "^4.0.0",
"d3-queue": "^3.0.7",
"d3-request": "^1.0.6",
"d3-scale": "^4.0.2",
"d3-selection": "^3.0.0",
"d3-shape": "^3.1.0",
"d3-timer": "^3.0.1",
"d3-transition": "^3.0.1",
"d3-zoom": "^3.0.0",
"dom-to-image": "^2.6.0",
"file-saver": "^2.0.5",
"lodash.filter": "^4.6.0",
"lodash.flatten": "^4.4.0",
"lodash.flattendeep": "^4.4.0",
"lodash.groupby": "^4.6.0",
"lodash.intersection": "^4.4.0",
"lodash.max": "^4.0.1",
"lodash.maxby": "^4.6.0",
"lodash.min": "^4.0.1",
"lodash.minby": "^4.6.0",
"lodash.orderby": "^4.6.0",
"lodash.range": "^3.2.0",
"lodash.sortby": "^4.7.0",
"lodash.sorteduniq": "^4.2.0",
"lodash.sumby": "^4.6.0",
"lodash.uniqby": "^4.7.0",
"lucide-react": "^0.263.1",
"maplibre-gl": "^3.3.0",
"pmtiles": "^2.10.0",
"react": "^18.2.0",
"react-csv": "^2.2.2",
"react-dom": "^18.2.0",
"react-router-dom": "^6.4.5",
"simple-statistics": "^7.8.3",
"styled-components": "^5.3.1",
"typescript": "^5.0.3",
"undp-viz-colors": "^1.0.6",
"web-vitals": "^1.1.2",
"xlsx": "^0.18.5"
},
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"serve": "vite preview",
"lint": "eslint ."
},
"devDependencies": {
"@types/axios": "^0.14.0",
"@types/d3-force": "^3.0.6",
"@types/d3-timer": "^3.0.0",
"@types/lodash.flatten": "^4.4.7",
"@types/lodash.groupby": "^4.6.8",
"@types/lodash.sumby": "^4.6.9",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@typescript-eslint/eslint-plugin": "^5.51.0",
"@typescript-eslint/parser": "^5.51.0",
"@vitejs/plugin-react": "^3.1.0",
"eslint": "^8.2.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-prettier": "^8.6.0",
"eslint-config-react-app": "^7.0.1",
"eslint-config-standard-with-typescript": "^34.0.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-n": "^15.6.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.3.0",
"prettier": "2.4.1",
"vite": "^4.4.9",
"vite-plugin-eslint": "^1.8.1"
}
}