-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.82 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.82 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
{
"name": "cloudscape",
"private": true,
"version": "0.0.1",
"type": "module",
"license": "AGPL-3.0",
"engines": {
"node": "22"
},
"scripts": {
"dev": "vite dev",
"build": "vite build",
"start": "bun ./build",
"preview": "vite preview",
"prepare": "svelte-kit sync || echo ''",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"postinstall": "patch-package",
"lint": "prettier --check . && eslint .",
"format": "prettier --write ."
},
"dependencies": {
"@fontsource/atkinson-hyperlegible": "^5.2.8",
"@tanstack/svelte-query": "^6.1.13",
"bits-ui": "^2.17.2",
"cnfn": "^5.5.1",
"dedent": "^1.7.2",
"hls.js": "^1.6.15",
"runed": "^0.37.1",
"serialize-error": "^13.0.1",
"tailwind-color-pairings": "^0.1.2",
"tailwind-variants": "^3.2.2",
"ts-pattern": "^5.9.0",
"up-fetch": "^2.6.0",
"valibot": "^1.3.1"
},
"devDependencies": {
"@eslint/compat": "^2.0.4",
"@eslint/js": "^10.0.1",
"@lucide/svelte": "^1.7.0",
"@sveltejs/kit": "^2.55.0",
"@sveltejs/vite-plugin-svelte": "7.0.0",
"@tailwindcss/vite": "^4.2.2",
"@trivago/prettier-plugin-sort-imports": "^6.0.2",
"@types/node": "^25.5.2",
"eslint": "^10.2.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-svelte": "^3.17.0",
"eslint-plugin-tailwindcss": "^4.0.0-beta.0",
"globals": "^17.4.0",
"patch-package": "^8.0.1",
"prettier": "^3.8.1",
"prettier-plugin-svelte": "^3.5.1",
"svelte": "^5.55.1",
"svelte-adapter-bun": "^1.0.1",
"svelte-check": "^4.4.6",
"tailwindcss": "^4.2.2",
"type-fest": "^5.5.0",
"typescript": "^6.0.2",
"typescript-eslint": "^8.58.0",
"vite": "^8.0.5"
}
}