-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
90 lines (90 loc) · 2.84 KB
/
Copy pathpackage.json
File metadata and controls
90 lines (90 loc) · 2.84 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
90
{
"name": "glass-garden",
"private": true,
"version": "0.4.3",
"type": "module",
"engines": {
"node": ">=22.12.0"
},
"scripts": {
"vendor": "node scripts/vendor-assets.mjs && node scripts/vendor-aws-region.mjs && node scripts/vendor-aws-cli.mjs && node scripts/vendor-postgres.mjs",
"predev": "npm run vendor",
"dev": "vite dev --port 3000",
"prebuild": "node scripts/check-no-runtime-deps.mjs && npm run vendor",
"build": "vite build",
"preview": "vite preview --host --port 3000",
"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",
"test": "vitest run",
"lint": "prettier --check . && eslint .",
"format": "prettier --write .",
"postinstall": "patch-package"
},
"devDependencies": {
"@aws-sdk/client-dynamodb": "^3.1127.0",
"@aws-sdk/client-lambda": "^3.1128.0",
"@aws-sdk/client-s3": "^3.1127.0",
"@aws-sdk/client-sqs": "^3.1127.0",
"@codemirror/lang-css": "^6.3.1",
"@codemirror/lang-html": "^6.4.12",
"@codemirror/lang-javascript": "^6.2.5",
"@codemirror/lang-json": "^6.0.2",
"@codemirror/state": "^6.7.1",
"@codemirror/view": "^6.43.9",
"@electric-sql/pglite": "^0.5.8",
"@electric-sql/pglite-socket": "^0.2.11",
"@eslint/js": "^10.0.1",
"@fontsource-variable/inter": "^5.3.0",
"@internationalized/date": "^3.12.3",
"@lucide/svelte": "^1.34.0",
"@sveltejs/adapter-cloudflare": "^7.2.9",
"@sveltejs/adapter-node": "^5.5.7",
"@sveltejs/kit": "^2.63.0",
"@sveltejs/vite-plugin-svelte": "^7.1.2",
"@tailwindcss/vite": "^4.3.0",
"@thisux/sveltednd": "^0.7.0",
"@types/node": "^24",
"@uiw/codemirror-theme-dracula": "^4.25.11",
"@vivari/core": "^1.0.1",
"@xterm/addon-fit": "^0.11.0",
"@xterm/addon-web-links": "^0.12.0",
"@xterm/xterm": "^6.0.0",
"@xyflow/svelte": "^1.6.3",
"bits-ui": "^2.18.1",
"clsx": "^2.1.1",
"eslint": "^10.4.1",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-svelte": "^3.19.0",
"formsnap": "^2.0.1",
"globals": "^17.6.0",
"layerchart": "^2.3.1",
"mode-watcher": "^1.1.0",
"nanoid": "^6.0.1",
"paneforge": "^1.0.2",
"patch-package": "^8.0.1",
"pocket-region": "^0.7.2",
"prettier": "^3.8.3",
"prettier-plugin-svelte": "^4.1.0",
"prettier-plugin-tailwindcss": "^0.8.0",
"rolldown": "^1.2.7",
"runed": "^0.37.1",
"shadcn-svelte": "^1.5.0",
"svelte": "^5.56.1",
"svelte-check": "^4.6.0",
"svelte-codemirror-editor": "^2.1.0",
"svelte-sonner": "^1.1.1",
"svelte-toolbelt": "^0.10.6",
"sveltekit-superforms": "^2.30.2",
"tailwind-merge": "^3.6.0",
"tailwind-variants": "^3.3.1",
"tailwindcss": "^4.3.0",
"tw-animate-css": "^1.4.0",
"typescript": "^6.0.3",
"typescript-eslint": "^8.60.1",
"vite": "^8.0.16",
"vitest": "^4.1.11",
"wrangler": "^4.131.0",
"zod": "^4.4.3"
}
}