-
-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.17 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.17 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
{
"private": true,
"type": "module",
"scripts": {
"build": "vp build",
"dev": "vp dev",
"lint": "NODE_OPTIONS='--experimental-strip-types' vp fmt resources/",
"test:lint": "NODE_OPTIONS='--experimental-strip-types' vp fmt --check resources/"
},
"dependencies": {
"@alpinejs/collapse": "^3.15.11",
"@alpinejs/focus": "^3.15.11",
"@alpinejs/persist": "^3.15.11",
"highlight.js": "^11.11.1",
"jstz": "^2.1.1"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.11",
"@tailwindcss/typography": "^0.5.19",
"@tailwindcss/vite": "^4.2.4",
"axios": "^1.15.2",
"chokidar": "^5.0.0",
"concurrently": "^9.2.1",
"laravel-echo": "^2.3.4",
"laravel-vite-plugin": "^3.1.0",
"npm-check-updates": "^22.0.1",
"playwright": "^1.59.1",
"pusher-js": "^8.5.0",
"tailwindcss": "^4.2.4",
"vite": "npm:@voidzero-dev/vite-plus-core@latest",
"vite-plus": "latest"
},
"overrides": {
"vite": "npm:@voidzero-dev/vite-plus-core@latest",
"vitest": "npm:@voidzero-dev/vite-plus-test@latest"
}
}