-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.11 KB
/
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
33
34
35
36
{
"private": true,
"type": "module",
"scripts": {
"dev": "vite dev",
"build": "vite build && vite build --ssr",
"check": "php artisan ziggy:generate --types-only && svelte-check --tsconfig ./tsconfig.json --fail-on-warnings",
"check:watch": "php artisan ziggy:generate --types-only && svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "eslint . --max-warnings 0",
"show-bundle": "vite-bundle-visualizer"
},
"dependencies": {
"@inertiajs/svelte": "^2.0",
"@tailwindcss/forms": "^0.5.9",
"esm-env": "^1.2",
"pretty-bytes": "^6.1",
"svelte": "^5.16",
"tailwindcss": "^4.0.0-beta.7"
},
"devDependencies": {
"@jrmajor/eslint-config": "^0.0.6",
"@stylistic/eslint-plugin": "^2.12",
"@sveltejs/vite-plugin-svelte": "^5.0",
"@tailwindcss/vite": "^4.0.0-beta.7",
"@types/node": "^22.10",
"eslint": "^9.17",
"eslint-plugin-svelte": "^2.46",
"globals": "^15.14",
"laravel-vite-plugin": "^1.1",
"svelte-check": "^4.1",
"typescript": "^5.7",
"typescript-eslint": "^8.19",
"vite": "^6.0",
"vite-bundle-visualizer": "^1.2"
}
}