-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.71 KB
/
Copy pathpackage.json
File metadata and controls
58 lines (58 loc) · 1.71 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
{
"name": "cloudscape",
"type": "module",
"version": "0.0.1",
"private": true,
"license": "AGPL-3.0",
"scripts": {
"dev": "vite dev",
"build": "vite 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",
"lint": "eslint ."
},
"dependencies": {
"@fontsource/atkinson-hyperlegible": "^5.2.8",
"@humanspeak/svelte-motion": "^0.6.5",
"@numeric-text/svelte": "^0.1.4",
"@tanstack/svelte-query": "^6.1.34",
"@tijnjh/match": "^0.0.3",
"bits-ui": "^2.18.1",
"cnfn": "^5.5.1",
"dedent": "^1.7.2",
"hls.js": "^1.6.16",
"mode-watcher": "^1.1.0",
"runed": "^0.37.1",
"serialize-error": "^13.0.1",
"tailwind-color-pairings": "^0.1.2",
"tailwind-variants": "^3.2.2",
"tw-animate-css": "^1.4.0",
"valibot": "^1.4.1"
},
"devDependencies": {
"@antfu/eslint-config": "^9.0.0",
"@eslint/compat": "^2.1.0",
"@eslint/js": "^10.0.1",
"@lucide/svelte": "^1.17.0",
"@sveltejs/adapter-static": "^3.0.10",
"@sveltejs/kit": "^2.64.0",
"@sveltejs/vite-plugin-svelte": "7.1.2",
"@tailwindcss/vite": "^4.3.0",
"@types/node": "^25.9.2",
"eslint": "^10.4.1",
"eslint-plugin-better-tailwindcss": "^4.6.0",
"eslint-plugin-format": "^2.0.1",
"eslint-plugin-svelte": "^3.17.1",
"globals": "^17.6.0",
"svelte": "^5.56.3",
"svelte-check": "^4.6.0",
"svelte-eslint-parser": "^1.6.1",
"tailwindcss": "^4.3.0",
"type-fest": "^5.7.0",
"typescript": "^6.0.3",
"typescript-eslint": "^8.61.0",
"vite": "^8.0.16"
}
}