-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.75 KB
/
Copy pathpackage.json
File metadata and controls
62 lines (62 loc) · 1.75 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "sveltekit-frontend",
"version": "0.0.1",
"private": true,
"packageManager": "pnpm@10.12.1",
"engines": {
"node": ">=22.16.0"
},
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --check . && eslint .",
"format": "prettier --write .",
"start": "node build/index.js"
},
"devDependencies": {
"@iconify/json": "^2.2.364",
"@internationalized/date": "^3.8.2",
"@lucide/svelte": "^0.515.0",
"@sveltejs/adapter-auto": "^3.3.1",
"@sveltejs/adapter-node": "^5.2.13",
"@sveltejs/kit": "^2.27.0",
"@sveltejs/vite-plugin-svelte": "^4.0.4",
"@tailwindcss/typography": "^0.5.16",
"@tailwindcss/vite": "^4.1.11",
"@types/eslint": "^9.6.1",
"bits-ui": "^2.9.0",
"eslint": "^9.32.0",
"eslint-config-prettier": "^9.1.2",
"eslint-plugin-svelte": "^2.46.1",
"globals": "^15.15.0",
"mode-watcher": "^1.1.0",
"paneforge": "1.0.0-next.6",
"prettier": "^3.6.2",
"prettier-plugin-svelte": "^3.4.0",
"prettier-plugin-tailwindcss": "^0.6.14",
"svelte": "^5.37.2",
"svelte-check": "^4.3.0",
"svelte-sonner": "^1.0.5",
"tailwindcss": "^4.1.11",
"tw-animate-css": "^1.3.6",
"typescript": "^5.9.2",
"typescript-eslint": "^8.38.0",
"unplugin-icons": "^0.19.3",
"vaul-svelte": "1.0.0-next.7",
"vite": "^5.4.19",
"vite-plugin-top-level-await": "^1.6.0",
"vite-plugin-wasm": "^3.5.0"
},
"type": "module",
"dependencies": {
"@fontsource-variable/nunito": "^5.2.6",
"@fontsource/hind-vadodara": "^5.2.6",
"clsx": "^2.1.1",
"formsnap": "^2.0.1",
"tailwind-merge": "^3.3.1",
"tailwind-variants": "^1.0.0"
}
}