-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 2.11 KB
/
Copy pathpackage.json
File metadata and controls
63 lines (63 loc) · 2.11 KB
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"$schema": "https://www.schemastore.org/package.json",
"private": true,
"license": "AGPL-3.0-or-later",
"type": "module",
"scripts": {
"build": "vite build",
"dev": "vite",
"format": "prettier --write resources/",
"format:check": "prettier --check resources/",
"lint": "eslint . --fix",
"types": "tsc --noEmit"
},
"browserslist": [
"baseline widely available"
],
"devDependencies": {
"@eslint/js": "^9.39.4",
"@laravel/vite-plugin-wayfinder": "^0.1.7",
"@tailwindcss/typography": "^0.5.20",
"@tailwindcss/vite": "^4.3.1",
"@types/alpinejs__anchor": "^3.13.1",
"@types/alpinejs__intersect": "^3.13.4",
"@types/async-alpine": "^2.0.0",
"@types/node": "^25.9.3",
"eslint": "^9.39.4",
"concurrently": "^10.0.3",
"eslint-config-prettier": "^10.1.8",
"prettier": "^3.8.4",
"prettier-plugin-organize-imports": "^4.3.0",
"prettier-plugin-tailwindcss": "^0.8.0",
"tailwindcss": "^4.1.18",
"typescript-eslint": "^8.61.1"
},
"dependencies": {
"@alpinejs/anchor": "^3.15.12",
"@alpinejs/intersect": "^3.15.12",
"@sentry/browser": "^10.58.0",
"@sentry/vite-plugin": "^5.3.0",
"@types/alpinejs": "^3.13.11",
"alpinejs": "^3.15.12",
"async-alpine": "^2.0.3",
"axios": "^1.18.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"dom-to-image-more": "^3.10.0",
"globals": "^17.6.0",
"laravel-vite-plugin": "^3.0.0",
"playwright": "^1.61.0",
"tailwind-merge": "^3.6.0",
"tw-animate-css": "^1.4.0",
"typescript": "^6.0.3",
"vite": "^8.0.16"
},
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "4.62.0",
"@rollup/rollup-win32-x64-msvc": "4.62.0",
"@tailwindcss/oxide-linux-x64-gnu": "^4.0.1",
"@tailwindcss/oxide-win32-x64-msvc": "^4.0.1",
"lightningcss-linux-x64-gnu": "^1.32.0",
"lightningcss-win32-x64-msvc": "^1.32.0"
}
}