-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
56 lines (56 loc) · 1.63 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
{
"name": "impact-visualizer",
"version": "1.0.0",
"main": "index.js",
"repository": "[email protected]:WikiEducationFoundation/impact-visualizer.git",
"license": "MIT",
"dependencies": {
"@sentry/react": "^8.17.0",
"@tanstack/react-query": "^5.48.0",
"@tanstack/react-query-devtools": "^5.48.0",
"@types/lodash": "^4.14.197",
"@types/pluralize": "^0.0.30",
"@types/react": "^18.2.20",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react": "^4.0.4",
"autoprefixer": "^10.4.15",
"axios": "^1.4.0",
"classnames": "^2.3.2",
"lodash": "^4.17.21",
"lost": "^9.0.2",
"moment": "^2.29.4",
"normalize.css": "^8.0.1",
"numeral": "^2.0.6",
"pluralize": "^8.0.0",
"postcss": "^8.4.29",
"postcss-advanced-variables": "^2.3.3",
"postcss-color-function": "^4.0.1",
"postcss-each": "^0.10.0",
"postcss-import": "^11.1.0",
"postcss-math": "^0.0.10",
"postcss-mixins": "^6.2.0",
"postcss-scss": "^1.0.5",
"precss": "^3.1.2",
"prop-types": "^15.8.1",
"query-string": "^9.1.1",
"react": "^18.2.0",
"react-accessible-treeview": "^2.8.3",
"react-datepicker": "^7.1.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.52.0",
"react-hot-toast": "^2.4.1",
"react-icons": "^5.0.1",
"react-loader-spinner": "^6.1.6",
"react-router-dom": "^6.15.0",
"react-select": "^5.8.0",
"rucksack-css": "^1.0.2",
"uuid": "^10.0.0",
"vega": "^5.25.0",
"vega-embed": "^6.22.2",
"vega-lite": "^5.15.0",
"vite": "^4.4.9",
"vite-plugin-rails": "^0.1.0",
"vite-plugin-ruby": "^3.2.2"
},
"packageManager": "[email protected]"
}