-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
101 lines (101 loc) · 3.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
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
{
"name": "sdg-accelerator",
"version": "0.1.0",
"private": true,
"dependencies": {
"@ant-design/icons": "^4.7.0",
"@react-spring/parallax": "^9.7.3",
"@react-spring/web": "^9.7.3",
"@types/axios": "^0.14.0",
"@types/d3-array": "^3.0.3",
"@types/d3-force": "^3.0.3",
"@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.2",
"@types/d3-selection": "^3.0.2",
"@types/d3-shape": "^3.0.2",
"@types/d3-transition": "^3.0.1",
"@types/d3-zoom": "^3.0.1",
"@types/dom-to-image": "^2.6.4",
"@types/lodash.isequal": "^4.5.6",
"@types/lodash.max": "^4.0.6",
"@types/lodash.maxby": "^4.6.6",
"@types/lodash.meanby": "^4.10.6",
"@types/lodash.min": "^4.0.6",
"@types/lodash.minby": "^4.6.6",
"@types/lodash.omit": "^4.5.7",
"@types/lodash.range": "^3.2.6",
"@types/lodash.reverse": "^4.0.7",
"@types/lodash.sortby": "^4.7.6",
"@types/lodash.uniq": "^4.5.7",
"@types/lodash.uniqby": "^4.7.6",
"@types/react": "^17.0.27",
"@types/react-router-dom": "^5.3.2",
"@types/styled-components": "^5.1.20",
"antd": "^5.21.4",
"axios": "^1.4.0",
"d3-array": "^3.2.0",
"d3-force": "^3.0.0",
"d3-format": "^3.1.0",
"d3-geo": "^3.0.1",
"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-transition": "^3.0.1",
"d3-zoom": "^3.0.0",
"dom-to-image": "^2.6.0",
"fasttext.wasm.js": "^1.0.0",
"lodash.isequal": "^4.5.0",
"lodash.max": "^4.0.1",
"lodash.maxby": "^4.6.0",
"lodash.meanby": "^4.10.0",
"lodash.min": "^4.0.1",
"lodash.minby": "^4.6.0",
"lodash.omit": "^4.5.0",
"lodash.range": "^3.2.0",
"lodash.reverse": "^4.0.1",
"lodash.sortby": "^4.7.0",
"lodash.uniq": "^4.5.0",
"lodash.uniqby": "^4.7.0",
"lucide-react": "^0.289.0",
"pdfjs-dist": "^4.6.82",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-intersection-observer": "^8.34.0",
"react-router-dom": "^6.11.1",
"react-scrollama": "^2.3.2",
"react-text-transition": "^3.1.0",
"react-waypoint": "^10.3.0",
"reactflow": "^11.7.4",
"styled-components": "^5.3.3",
"undp-viz-colors": "^1.0.5",
"vite-plugin-wasm": "^3.3.0",
"web-vitals": "^1.1.2"
},
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"devDependencies": {
"@types/node": "^20.1.7",
"@types/react-dom": "^18.2.4",
"@typescript-eslint/eslint-plugin": "^5.59.6",
"@typescript-eslint/parser": "^5.59.6",
"@vitejs/plugin-react": "^4.0.0",
"eslint": "^7.32.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.26.1",
"eslint-plugin-react-hooks": "^4.2.0",
"prettier": "2.4.1",
"typescript": "^5.1.6",
"vite": "^4.3.7",
"vite-plugin-eslint": "^1.8.1"
}
}