-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 793 Bytes
/
Copy pathpackage.json
File metadata and controls
26 lines (26 loc) · 793 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
{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.11",
"alpinejs": "^3.15.12",
"autoprefixer": "^10.5.0",
"axios": "^1.17.0",
"laravel-echo": "^1.19.0",
"laravel-vite-plugin": "^3.1.0",
"postcss": "^8.5.15",
"pusher-js": "^8.5.0",
"tailwindcss": "^3.4.19",
"vite": "^8.0.16"
},
"packageManager": "pnpm@10.5.1+sha512.c424c076bd25c1a5b188c37bb1ca56cc1e136fbf530d98bcb3289982a08fd25527b8c9c4ec113be5e3393c39af04521dd647bcf1d0801eaf8ac6a7b14da313af",
"dependencies": {
"html5-qrcode": "^2.3.8",
"jquery": "^3.7.1",
"jquery-mask-plugin": "^1.14.16"
}
}