-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 2.35 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 2.35 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
{
"name": "website",
"version": "0.0.1",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"postbuild": "svelte-sitemap",
"preview": "pnpm run build && wrangler dev",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "eslint .",
"lint:fix": "eslint --fix .",
"format": "prettier --check .",
"format:fix": "prettier --write .",
"gen": "pnpm run gen:cf-types; pnpm run gen:images",
"gen:cf-types": "wrangler types src/worker-configuration.d.ts",
"gen:images": "tsx ./scripts/gen-images.ts",
"deploy": "pnpm run build && wrangler deploy"
},
"devDependencies": {
"@catppuccin/tailwindcss": "^1.0.0",
"@eslint/compat": "^2.0.5",
"@eslint/js": "^10.0.1",
"@poppanator/sveltekit-svg": "^7.0.0",
"@sveltejs/adapter-cloudflare": "^7.2.6",
"@sveltejs/enhanced-img": "^0.10.3",
"@sveltejs/kit": "^2.43.7",
"@sveltejs/vite-plugin-svelte": "^7.0.0",
"@tailwindcss/typography": "^0.5.16",
"@tailwindcss/vite": "^4.1.13",
"@typescript-eslint/eslint-plugin": "^8.44.0",
"@typescript-eslint/parser": "^8.44.0",
"bits-ui": "^2.9.9",
"eslint": "^10.3.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-perfectionist": "^5.4.0",
"eslint-plugin-svelte": "^3.12.3",
"globals": "^17.3.0",
"lottie-web": "^5.13.0",
"playwright": "1.59.1",
"prettier": "^3.6.2",
"prettier-plugin-svelte": "^3.4.0",
"prettier-plugin-tailwindcss": "^0.7.2",
"sharp": "^0.34.4",
"svelte": "^5.38.10",
"svelte-check": "^4.3.1",
"svelte-meta-tags": "^4.4.1",
"svelte-sitemap": "^3.0.0",
"svgo": "^4.0.0",
"tailwindcss": "^4.1.13",
"tslib": "^2.8.1",
"tsx": "^4.21.0",
"typescript": "^6.0.2",
"typescript-eslint": "^8.44.0",
"vite": "^8.0.3",
"vite-imagetools": "^10.0.0",
"wrangler": "^4.69.0"
},
"type": "module",
"packageManager": "pnpm@10.9.0+sha512.0486e394640d3c1fb3c9d43d49cf92879ff74f8516959c235308f5a8f62e2e19528a65cdc2a3058f587cde71eba3d5b56327c8c33a97e4c4051ca48a10ca2d5f"
}