-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
executable file
·32 lines (32 loc) · 935 Bytes
/
package.json
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
{
"private": true,
"type": "module",
"scripts": {
"build": "vite build",
"dev": "vite"
},
"devDependencies": {
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.9",
"@tailwindcss/typography": "^0.5.15",
"autoprefixer": "^10.4.20",
"axios": "^1.7.4",
"concurrently": "^9.0.1",
"laravel-mix": "^6.0.49",
"laravel-vite-plugin": "^1.0",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.13",
"vite": "^5.0"
},
"dependencies": {
"@preline/combobox": "^2.6.0",
"@preline/overlay": "^2.6.0",
"@preline/remove-element": "^2.6.0",
"@preline/select": "^2.6.0",
"@preline/toggle-password": "^2.6.0",
"@tailwindcss/container-queries": "^0.1.1",
"flowbite": "^2.5.2",
"preline": "^2.5.1",
"tailwindcss-aspect-ratio": "^3.0.0"
}
}