-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 846 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 846 Bytes
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
{
"private": true,
"type": "module",
"scripts": {
"build": "vite build",
"dev": "vite"
},
"devDependencies": {
"@tailwindcss/vite": "^4.0.0",
"axios": "^1.18.1",
"concurrently": "^10.0.3",
"laravel-vite-plugin": "^3.1.0",
"tailwindcss": "^4.0.0",
"vite": "^8.1.0"
},
"dependencies": {
"@fontsource/dm-sans": "^5.2.8",
"@fontsource/lora": "^5.2.8",
"@fontsource/plus-jakarta-sans": "^5.2.8",
"@fontsource/poppins": "^5.2.7",
"@fontsource/space-grotesk": "^5.2.10",
"@svg-maps/world": "^2.0.0",
"bootstrap-icons": "^1.13.1",
"flag-icons": "^7.5.0",
"jspdf": "^4.2.1",
"lucide-static": "^1.21.0",
"qr-code-styling": "^1.9.2",
"simple-icons": "^16.24.0"
}
}