-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 769 Bytes
/
Copy pathpackage.json
File metadata and controls
27 lines (27 loc) · 769 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
{
"private": true,
"type": "module",
"scripts": {
"build": "vite build",
"dev": "vite"
},
"dependencies": {
"@alpinejs/intersect": "^3.15.8",
"@tailwindcss/line-clamp": "^0.4.4",
"@tailwindcss/vite": "^4.2.1",
"@zxing/browser": "^0.1.5",
"@zxing/library": "^0.21.3",
"alpinejs": "^3.15.8",
"autoprefixer": "^10.4.27",
"axios": "^1.13.6",
"concurrently": "^9.2.1",
"laravel-vite-plugin": "^2.1.0",
"tailwindcss": "^4.2.2",
"vite": "^7.3.1"
},
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "^4.59.0",
"@tailwindcss/oxide-linux-x64-gnu": "^4.2.1",
"lightningcss-linux-x64-gnu": "^1.32.0"
}
}