-
-
Notifications
You must be signed in to change notification settings - Fork 108
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 910 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 910 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
{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build"
},
"devDependencies": {
"@alpinejs/collapse": "^3.14.9",
"@alpinejs/persist": "^3.14.9",
"@alpinejs/resize": "^3.14.9",
"@docsearch/js": "^3.9.0",
"@fontsource/poppins": "^5.2.6",
"@tailwindcss/forms": "^0.5.10",
"@tailwindcss/postcss": "^4.1.8",
"@tailwindcss/typography": "^0.5.16",
"alpinejs": "^3.14.9",
"atropos": "^2.0.2",
"axios": "^1.9.0",
"gsap": "^3.13.0",
"laravel-vite-plugin": "^0.7.8",
"motion": "^12.16.0",
"number-flow": "^0.5.7",
"postcss": "^8.5.4",
"prettier": "^3.5.3",
"prettier-plugin-blade": "^2.1.21",
"prettier-plugin-tailwindcss": "^0.6.12",
"tailwindcss": "^4.1.8",
"vite": "^4.5.14"
}
}