-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.69 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.69 KB
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
{
"name": "edi-dashboard",
"private": true,
"version": "2.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@fontsource/inter": "^5.2.6",
"@fontsource/poppins": "^5.2.6",
"@headlessui/react": "^2.2.4",
"@radix-ui/react-slider": "^1.3.5",
"@tailwindcss/forms": "^0.5.10",
"@tailwindcss/vite": "^4.1.11",
"@tanstack/react-router": "^1.123.2",
"@tippyjs/react": "^4.2.6",
"chalk": "^5.4.1",
"chart.js": "^4.5.0",
"chartjs-adapter-date-fns": "^3.0.0",
"chartjs-chart-geo": "^4.3.6",
"chartjs-plugin-zoom": "^2.2.0",
"daisyui": "^5.0.43",
"date-fns": "^4.1.0",
"fs-extra": "^11.3.0",
"lucide-react": "^0.525.0",
"papaparse": "^5.5.3",
"react": "^19.1.0",
"react-chartjs-2": "^5.3.1",
"react-dom": "^19.1.0",
"react-photoswipe-gallery": "^4.0.0",
"tailwind-merge": "^3.3.1",
"topojson-client": "^3.1.0",
"yargs": "^18.0.0"
},
"devDependencies": {
"@eslint/js": "^9.29.0",
"@mdx-js/rollup": "^3.1.1",
"@tailwindcss/typography": "^0.5.16",
"@types/node": "^24.0.7",
"@types/papaparse": "^5.3.16",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"@types/topojson-client": "^3.1.5",
"@vitejs/plugin-react": "^4.5.2",
"autoprefixer": "^10.4.21",
"eslint": "^9.29.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.20",
"globals": "^16.2.0",
"postcss": "^8.5.6",
"prettier": "^3.8.1",
"tailwindcss": "^4.1.11",
"typescript": "~5.8.3",
"typescript-eslint": "^8.34.1",
"vite": "^7.0.0"
}
}