-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 1.9 KB
/
package.json
File metadata and controls
68 lines (68 loc) · 1.9 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
63
64
65
66
67
68
{
"name": "lowcms",
"private": true,
"version": "0.0.1",
"type": "module",
"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",
"format": "prettier --write .",
"lint": "prettier --check .",
"test:e2e": "playwright test",
"test": "npm run test:e2e"
},
"devDependencies": {
"@internationalized/date": "^3.6.0",
"@playwright/test": "^1.45.3",
"@sveltejs/adapter-static": "^3.0.6",
"@sveltejs/kit": "^2.0.0",
"@sveltejs/vite-plugin-svelte": "^5.0.3",
"@types/wicg-file-system-access": "^2023.10.5",
"autoprefixer": "^10.4.20",
"bits-ui": "^0.22.0",
"clsx": "^2.1.1",
"cmdk-sv": "^0.0.18",
"embla-carousel-svelte": "^8.5.1",
"formsnap": "^1.0.1",
"lucide-svelte": "^0.536.0",
"mdsvex": "^0.11.2",
"mode-watcher": "^1.1.0",
"paneforge": "^0.0.6",
"prettier": "^3.3.2",
"prettier-plugin-svelte": "^3.2.6",
"prettier-plugin-tailwindcss": "^0.6.5",
"svelte": "^5.0.0",
"svelte-check": "^4.0.0",
"svelte-sonner": "^0.3.28",
"sveltekit-superforms": "^2.22.1",
"tailwind-merge": "^2.6.0",
"tailwind-variants": "^0.3.0",
"tailwindcss": "^3.4.9",
"typescript": "^5.0.0",
"vaul-svelte": "^0.3.2",
"vite": "^6.2.2",
"vitest": "^3.1.1",
"zod": "^3.24.1"
},
"dependencies": {
"@inlang/paraglide-sveltekit": "^0.11.1",
"@tailwindcss/container-queries": "^0.1.1",
"@tailwindcss/forms": "^0.5.9",
"@tailwindcss/typography": "^0.5.15",
"@thisux/sveltednd": "^0.0.20",
"@types/json-schema": "^7.0.15",
"dexie": "^4.0.10",
"embla-carousel-autoplay": "^8.6.0",
"escape-string-regexp": "^5.0.0",
"markdown-it": "^14.1.0",
"nanoid": "^5.0.9",
"shiki": "^3.7.0",
"sift": "^17.1.3",
"svelte-exmarkdown": "^5.0.1",
"unique-names-generator": "^4.7.1",
"uuid": "^11.0.5"
}
}