-
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.98 KB
/
Copy pathpackage.json
File metadata and controls
63 lines (63 loc) · 1.98 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": "web",
"private": true,
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"watch": "vite build --watch",
"preview": "vite preview",
"prepare": "svelte-kit sync || echo ''",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"test": "vitest",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"format": "prettier --write .",
"lint": "prettier --check . && eslint ."
},
"devDependencies": {
"@eslint/compat": "^1.3.1",
"@eslint/js": "^9.30.1",
"@iconify-json/octicon": "^1.2.7",
"@iconify/tailwind4": "^1.0.6",
"@octokit/openapi-types": "^25.1.0",
"@sveltejs/adapter-auto": "^6.0.1",
"@sveltejs/adapter-cloudflare": "^7.0.5",
"@sveltejs/kit": "^2.22.5",
"@sveltejs/vite-plugin-svelte": "^6.0.0",
"@tailwindcss/vite": "^4.1.11",
"@types/chroma-js": "^3.1.1",
"@types/luxon": "^3.6.2",
"@types/wicg-file-system-access": "^2023.10.6",
"eslint": "^9.30.1",
"eslint-config-prettier": "^10.1.5",
"eslint-plugin-svelte": "^3.10.1",
"globals": "^16.3.0",
"prettier": "^3.6.2",
"prettier-plugin-svelte": "^3.4.0",
"prettier-plugin-tailwindcss": "^0.6.14",
"svelte": "^5.35.5",
"svelte-adapter-bun": "^1.0.0",
"svelte-check": "^4.2.2",
"tailwindcss": "^4.1.11",
"typescript": "^5.8.3",
"typescript-eslint": "^8.36.0",
"vite": "^6.3.5",
"vitest": "^3.2.4"
},
"dependencies": {
"bits-ui": "^2.8.10",
"chroma-js": "^3.1.2",
"diff": "^8.0.2",
"luxon": "^3.7.1",
"runed": "^0.31.0",
"shiki": "^3.7.0",
"svelte-toolbelt": "^0.9.3",
"virtua": "^0.41.5"
},
"bunrc": {
"run": {
"bun": true
}
}
}