-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.16 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
37
38
{
"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": "1.3.0-beta.2",
"@sveltejs/vite-plugin-svelte": "4.0.0-next.7",
"@tailwindcss/forms": "^0.5.9",
"croppr": "^2.3",
"esm-env": "^1.0",
"pretty-bytes": "^6.1",
"svelte": "5.0.0-next.262",
"tailwindcss": "^3.4"
},
"devDependencies": {
"@jrmajor/eslint-config": "^0.0.6",
"@stylistic/eslint-plugin": "^2.9",
"@types/node": "^22.7",
"autoprefixer": "^10.4",
"eslint": "^9.12",
"eslint-plugin-svelte": "^2.44",
"globals": "^15.10",
"laravel-vite-plugin": "^1.0",
"postcss": "^8.4",
"svelte-check": "^4.0",
"typescript": "^5.6",
"typescript-eslint": "^8.8",
"vite": "^5.4",
"vite-bundle-visualizer": "^1.2"
}
}