|
1 | 1 | {
|
2 | 2 | "name": "remote",
|
3 |
| - "description": "Barebones starter for authenticated apps with persistent edge state - SvelteKit + Better Auth + Durable Objects", |
4 | 3 | "version": "1.0.0",
|
5 |
| - "type": "module", |
6 |
| - "keywords": ["sveltekit", "better-auth", "cloudflare", "durable-objects", "alchemy", "remote-functions", "typescript"], |
7 | 4 | "repository": {
|
8 | 5 | "type": "git",
|
9 | 6 | "url": "https://github.com/acoyfellow/remote"
|
10 | 7 | },
|
11 |
| - "scripts": { |
12 |
| - "dev": "alchemy dev", |
13 |
| - "deploy": "alchemy deploy", |
14 |
| - "destroy": "alchemy destroy", |
15 |
| - "build": "vite build", |
16 |
| - "preview": "vite preview", |
17 |
| - "prepare": "svelte-kit sync || echo ''", |
18 |
| - "check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json", |
19 |
| - "check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch", |
20 |
| - "db:better-auth": "bunx @better-auth/cli generate", |
21 |
| - "db:generate": "drizzle-kit generate", |
22 |
| - "db:migrate": "drizzle-kit migrate", |
23 |
| - "db:studio": "drizzle-kit studio", |
24 |
| - "db:local": "wrangler d1 migrations apply remote-db --local", |
25 |
| - "db:remote": "wrangler d1 migrations apply remote-db --remote" |
26 |
| - }, |
27 | 8 | "devDependencies": {
|
28 | 9 | "@sveltejs/adapter-cloudflare": "^7.1.3",
|
29 | 10 | "@sveltejs/kit": "^2.27.3",
|
|
39 | 20 | "svelte-check": "^4.3.1",
|
40 | 21 | "tailwindcss": "^4.1.11",
|
41 | 22 | "typescript": "^5.9.2",
|
42 |
| - "vite": "^7.1.1" |
43 |
| - }, |
44 |
| - "dependencies": { |
| 23 | + "vite": "^7.1.1", |
45 | 24 | "wrangler": "^4.28.1"
|
46 |
| - } |
| 25 | + }, |
| 26 | + "description": "Barebones starter for authenticated apps with persistent edge state - SvelteKit + Better Auth + Durable Objects", |
| 27 | + "keywords": ["sveltekit", "better-auth", "cloudflare", "durable-objects", "alchemy", "remote-functions", "typescript"], |
| 28 | + "scripts": { |
| 29 | + "dev": "alchemy dev", |
| 30 | + "deploy": "alchemy deploy", |
| 31 | + "destroy": "alchemy destroy", |
| 32 | + "build": "vite build", |
| 33 | + "preview": "vite preview", |
| 34 | + "prepare": "svelte-kit sync || echo ''", |
| 35 | + "check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json", |
| 36 | + "check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch", |
| 37 | + "db:better-auth": "bunx @better-auth/cli generate", |
| 38 | + "db:generate": "drizzle-kit generate", |
| 39 | + "db:migrate": "drizzle-kit migrate", |
| 40 | + "db:studio": "drizzle-kit studio", |
| 41 | + "db:local": "wrangler d1 migrations apply remote-db --local", |
| 42 | + "db:remote": "wrangler d1 migrations apply remote-db --remote" |
| 43 | + }, |
| 44 | + "type": "module" |
47 | 45 | }
|
0 commit comments