-
-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.58 KB
/
Copy pathpackage.json
File metadata and controls
47 lines (47 loc) · 1.58 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
{
"private": true,
"type": "module",
"scripts": {
"build": "vp build",
"dev": "vp dev",
"lint": "NODE_OPTIONS='--experimental-strip-types' vp fmt resources/ && prettier --write --log-level warn 'resources/views/**/*.blade.php'",
"test:lint": "NODE_OPTIONS='--experimental-strip-types' vp fmt --check resources/ && prettier --check 'resources/views/**/*.blade.php'"
},
"dependencies": {
"@alpinejs/collapse": "^3.15.11",
"@alpinejs/focus": "^3.15.11",
"@alpinejs/persist": "^3.15.11",
"cropperjs": "^2.1.1",
"highlight.js": "^11.11.1",
"jstz": "^2.1.1"
},
"devDependencies": {
"@shufo/prettier-plugin-blade": "^1.16.2",
"@tailwindcss/forms": "^0.5.11",
"@tailwindcss/typography": "^0.5.19",
"@tailwindcss/vite": "^4.2.4",
"axios": "^1.15.2",
"chokidar": "^5.0.0",
"concurrently": "^10.0.3",
"laravel-echo": "^2.3.4",
"laravel-vite-plugin": "^3.1.0",
"npm-check-updates": "^23.0.0",
"playwright": "^1.62.0",
"prettier": "^3.9.4",
"pusher-js": "^8.5.0",
"tailwindcss": "^4.2.4",
"vite": "npm:@voidzero-dev/vite-plus-core@latest",
"vite-plus": "latest"
},
"overrides": {
"brace-expansion": "^5.0.8",
"shell-quote": "^1.10.0",
"vite": "npm:@voidzero-dev/vite-plus-core@latest",
"vitest": "npm:@voidzero-dev/vite-plus-test@latest",
"ws": "^8.20.1"
},
"allowScripts": {
"fsevents": true,
"core-js-pure": true
}
}