-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.27 KB
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 1.27 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
{
"name": "imagio",
"version": "0.0.2",
"private": true,
"scripts": {
"dev": "vite dev",
"build": "vite build",
"build:cf": "vite build",
"dev:cf": "vite build && wrangler dev --config wrangler.local.toml --local --ip 127.0.0.1 --port 8788 --log-level debug",
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20250918.0",
"@sveltejs/adapter-cloudflare": "^7.2.3",
"@sveltejs/kit": "^2.57.1",
"@sveltejs/vite-plugin-svelte": "^6.2.0",
"autoprefixer": "^10.4.21",
"postcss": "^8.5.6",
"postcss-load-config": "^4.0.2",
"svelte": "^5.39.1",
"svelte-check": "^4.3.1",
"tailwindcss": "^3.4.17",
"tslib": "^2.8.1",
"typescript": "^5.9.2",
"vite": "^7.1.5",
"wrangler": "^4.120.0"
},
"type": "module",
"dependencies": {
"@cloudflare/pages-plugin-cloudflare-access": "^1.0.5",
"exifr": "^7.1.3",
"flowbite": "^2.5.2",
"flowbite-svelte": "^0.46.23",
"nanoid": "^5.1.5",
"radix-icons-svelte": "^1.2.1",
"svelte-i18n": "^4.0.1",
"svelte-tags-input": "^6.0.2",
"uuid": "^13.0.0"
}
}