-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 876 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 876 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
{
"name": "website",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint .",
"lintf": "eslint . --fix"
},
"dependencies": {
"@alpinejs/focus": "^3.15.0",
"@alpinejs/persist": "^3.15.0",
"@tailwindcss/forms": "^0.5.10",
"@tailwindcss/postcss": "^4.1.14",
"@tailwindcss/typography": "^0.5.19",
"@types/alpinejs": "^3.13.11",
"alpinejs": "^3.15.0",
"laravel-vite-plugin": "^1.3.0",
"tailwindcss": "^4.1.14"
},
"devDependencies": {
"@blumilksoftware/eslint-config": "^3.0.2",
"@types/alpinejs__focus": "^3.13.4",
"@typescript-eslint/eslint-plugin": "^8.35.1",
"@typescript-eslint/parser": "^8.35.1",
"postcss": "^8.5.6",
"vite": "^6.3.5"
}
}