-
-
Notifications
You must be signed in to change notification settings - Fork 31
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.95 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 1.95 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
62
63
64
65
66
{
"name": "podfetch-ui",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"build-github": "tsc && vite build --outDir ../static",
"generate-pwa-assets": "pwa-assets-generator"
},
"dependencies": {
"@fontsource-variable/inter": "^5.0.18",
"@fontsource/anton": "^5.0.19",
"@fontsource/poppins": "^5.0.14",
"@fontsource/roboto": "^5.0.12",
"@fortawesome/fontawesome-free": "^6.5.2",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-slider": "^1.1.2",
"@radix-ui/react-toggle-group": "^1.0.4",
"@types/uuid": "^9.0.8",
"axios": "^1.7.2",
"chart.js": "^4.4.3",
"copy-text-to-clipboard": "^3.2.0",
"csstype": "^3.1.3",
"framer-motion": "^11.2.6",
"i18next": "^23.11.5",
"i18next-browser-languagedetector": "^8.0.0",
"javascript-time-ago": "^2.5.9",
"material-symbols": "^0.20.0",
"notistack": "^3.0.1",
"oidc-client-ts": "^2.4.0",
"react": "18.3.1",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.52.0",
"react-i18next": "^14.1.2",
"react-icons": "^5.0.1",
"react-oidc-context": "^2.3.1",
"react-router-dom": "^6.22.1",
"react-waypoint": "^10.3.0",
"sanitize-html": "^2.13.0",
"uuid": "^10.0.0",
"zustand": "^4.5.2"
},
"devDependencies": {
"@types/react": "^18.3.3",
"@types/react-dom": "^18.2.22",
"@types/sanitize-html": "^2.11.0",
"@vite-pwa/assets-generator": "^0.2.4",
"@vitejs/plugin-react-swc": "^3.7.0",
"autoprefixer": "^10.4.19",
"jsdom": "^24.1.0",
"postcss": "^8.4.38",
"sass": "^1.77.6",
"tailwindcss": "^3.4.4",
"typescript": "^5.3.3",
"vite": "^5.3.1",
"vite-plugin-pwa": "^0.20.0",
"vitest": "^1.5.0"
}
}