-
-
Notifications
You must be signed in to change notification settings - Fork 240
Expand file tree
/
Copy pathpackage.json
More file actions
89 lines (89 loc) · 2.68 KB
/
package.json
File metadata and controls
89 lines (89 loc) · 2.68 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"name": "svelte.dev",
"private": true,
"version": "1.0.0",
"description": "The Svelte site",
"type": "module",
"scripts": {
"dev": "node scripts/update.js && node scripts/create-tutorial-zip/index.js && vite dev",
"build": "node scripts/update.js && node scripts/create-tutorial-zip/index.js && vite build",
"update": "node scripts/update.js --force=true && node scripts/create-tutorial-zip/index.js --force=true",
"preview": "vite preview",
"start": "node build",
"check": "node scripts/update.js && svelte-kit sync && svelte-check",
"format": "prettier --write .",
"lint": "prettier --check .",
"sync-docs": "tsx scripts/sync-docs/index.ts"
},
"dependencies": {
"@jridgewell/sourcemap-codec": "^1.4.15",
"@lezer/common": "^1.0.4",
"@lezer/javascript": "^1.4.7",
"@lezer/lr": "^1.3.10",
"@rich_harris/svelte-split-pane": "^2.0.0",
"@sveltejs/amp": "^1.1.4",
"@sveltejs/repl": "workspace:*",
"@testing-library/dom": "^10.4.0",
"@testing-library/svelte": "^5.2.3",
"@testing-library/user-event": "^14.5.2",
"@types/d3-geo": "^3.1.0",
"@vercel/analytics": "^1.3.2",
"@vercel/speed-insights": "^1.1.0",
"@webcontainer/api": "^1.1.5",
"adm-zip": "^0.5.10",
"ansi-to-html": "^0.7.2",
"base64-js": "^1.5.1",
"cookie": "^0.7.0",
"d3-geo": "^3.1.0",
"d3-geo-projection": "^4.0.0",
"do-not-zip": "^1.0.0",
"flexsearch": "^0.7.43",
"flru": "^1.0.2",
"icons": "workspace:*",
"port-authority": "^2.0.1",
"topojson-client": "^3.1.0",
"vitest": "^2.1.9",
"ws": "^8.18.0",
"yootils": "^0.3.1"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20250620.0",
"@resvg/resvg-js": "^2.6.2",
"@supabase/supabase-js": "^2.43.4",
"@sveltejs/adapter-cloudflare": "^7.0.4",
"@sveltejs/adapter-netlify": "^5.0.2",
"@sveltejs/adapter-node": "^5.2.12",
"@sveltejs/adapter-static": "^3.0.8",
"@sveltejs/adapter-vercel": "^5.7.0",
"@sveltejs/enhanced-img": "^0.4.3",
"@sveltejs/kit": "^2.20.0",
"@sveltejs/site-kit": "workspace:*",
"@sveltejs/vite-plugin-svelte": "4.0.3",
"@types/cookie": "^0.6.0",
"@types/express": "^5.0.3",
"@types/node": "^20.14.2",
"browserslist": "^4.24.2",
"chokidar": "^4.0.1",
"degit": "^2.8.4",
"dotenv": "^16.4.7",
"esbuild": "^0.21.5",
"jimp": "^1.1.1",
"lightningcss": "^1.25.1",
"magic-string": "^0.30.11",
"marked": "^14.1.2",
"minimatch": "^10.0.1",
"prettier": "^3.3.2",
"prettier-plugin-svelte": "^3.3.2",
"satori": "^0.10.13",
"satori-html": "^0.3.2",
"sv": "^0.6.8",
"svelte": "^5.33.0",
"svelte-check": "^4.1.1",
"svelte-preprocess": "^6.0.3",
"tiny-glob": "^0.2.9",
"tsx": "^4.19.0",
"typescript": "^5.5.4",
"vite": "^5.4.11",
"vite-imagetools": "^7.0.4"
}
}