-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.13 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
39
{
"name": "optional-lang",
"version": "0.0.1",
"description": "Sveltekit with optinal language and rerouting",
"private": true,
"author": {
"name": "Aleš Vaupotič",
"email": "[email protected]",
"url": "https://github.com/alesvaupotic/"
},
"type": "module",
"scripts": {
"build": "vite build",
"check": "svelte-kit sync && svelte-check --tsconfig ./jsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./jsconfig.json --watch",
"dev": "vite dev --host",
"format": "prettier --write .",
"lint": "prettier --check .",
"ncu": "ncu -u -t minor && ncu",
"preview": "vite preview",
"rel": "pnpm version patch"
},
"devDependencies": {
"@sveltejs/adapter-cloudflare": "4.9.0",
"@sveltejs/kit": "2.15.0",
"@sveltejs/vite-plugin-svelte": "5.0.3",
"@sveltejs/vite-plugin-svelte-inspector": "4.0.1",
"@tailwindcss/vite": "4.0.0-beta.8",
"prettier": "3.4.2",
"prettier-plugin-svelte": "3.3.2",
"prettier-plugin-tailwindcss": "0.6.9",
"svelte": "5.16.0",
"svelte-check": "4.1.1",
"tailwind-merge": "2.6.0",
"tailwindcss": "4.0.0-beta.8",
"typescript": "5.7.2",
"vite": "6.0.6"
}
}