-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 860 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 860 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
{
"$schema": "https://json.schemastore.org/package.json",
"private": true,
"type": "module",
"scripts": {
"build": "vite build",
"dev": "vite"
},
"devDependencies": {
"@defstudio/vite-livewire-plugin": "^2.0.6",
"@tailwindcss/forms": "^0.5.10",
"@tailwindcss/typography": "^0.5.16",
"@tailwindcss/vite": "^4.1.12",
"axios": "^1.11.0",
"concurrently": "^9.2.0",
"laravel-vite-plugin": "^1.3.0",
"tailwindcss": "^4.1.12",
"vite": "^6.3.5"
},
"dependencies": {
"@alpinejs/intersect": "^3.14.9",
"@designbycode/alpine-countup": "^1.1.1",
"@designbycode/alpine-debug": "^1.0.0",
"@designbycode/alpine-headroom": "^1.0.7",
"@ryangjchandler/alpine-clipboard": "^2.3.0",
"prismjs": "^1.30.0"
}
}