-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 912 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 912 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
31
32
{
"$schema": "https://json.schemastore.org/package.json",
"private": true,
"type": "module",
"scripts": {
"build": "vite build",
"dev": "vite"
},
"devDependencies": {
"@tailwindcss/vite": "^4.3.3",
"autoprefixer": "^10.5.4",
"axios": "^1.19.0",
"concurrently": "^10.0.4",
"daisyui": "^5.7.16",
"fontaine": "^0.8.0",
"laravel-vite-plugin": "^3.2.0",
"postcss": "^8.5.26",
"tailwindcss": "^4.3.3",
"vite": "^8.2.1",
"vite-plugin-pwa": "^1.3.0"
},
"dependencies": {
"@fontsource/outfit": "^5.3.0",
"@fontsource/poppins": "^5.3.0",
"html5-qrcode": "^2.3.8",
"jsqr": "^1.4.0",
"workbox-cacheable-response": "^7.4.1",
"workbox-expiration": "^7.4.1",
"workbox-routing": "^7.4.1",
"workbox-strategies": "^7.4.1"
}
}