your personal website on atproto - mirror
blento.app
1{
2 "name": "blento",
3 "private": true,
4 "version": "0.2.0",
5 "type": "module",
6 "scripts": {
7 "dev": "vite dev",
8 "build": "NODE_OPTIONS='--max-old-space-size=4096' vite build",
9 "preview": "pnpm run build && wrangler dev",
10 "prepare": "svelte-kit sync || echo ''",
11 "check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
12 "check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
13 "lint": "prettier --check . && eslint .",
14 "format": "eslint --fix . && prettier --write .",
15 "test": "vitest run",
16 "deploy": "pnpm run build && wrangler deploy",
17 "cf-typegen": "wrangler types ./src/worker-configuration.d.ts"
18 },
19 "devDependencies": {
20 "@eslint/compat": "^2.0.3",
21 "@eslint/js": "^10.0.1",
22 "@sveltejs/adapter-cloudflare": "^7.2.8",
23 "@sveltejs/kit": "^2.55.0",
24 "@sveltejs/vite-plugin-svelte": "^7.0.0",
25 "@tailwindcss/forms": "^0.5.11",
26 "@tailwindcss/vite": "^4.2.1",
27 "@types/turndown": "^5.0.6",
28 "eslint": "^10.0.3",
29 "eslint-config-prettier": "^10.1.8",
30 "eslint-plugin-svelte": "^3.15.2",
31 "globals": "^17.4.0",
32 "prettier": "^3.8.1",
33 "prettier-plugin-svelte": "^3.5.1",
34 "prettier-plugin-tailwindcss": "^0.7.2",
35 "svelte": "^5.53.11",
36 "svelte-check": "^4.4.5",
37 "svelte-maplibre-gl": "^1.0.3",
38 "tailwindcss": "^4.2.1",
39 "typescript": "^5.9.3",
40 "typescript-eslint": "^8.57.0",
41 "valibot": "^1.3.1",
42 "vite": "^8.0.0",
43 "vitest": "^4.1.4"
44 },
45 "dependencies": {
46 "@atcute/atproto": "^3.1.10",
47 "@atcute/bluesky": "^3.3.0",
48 "@atcute/bluesky-richtext-parser": "^2.1.1",
49 "@atcute/bluesky-richtext-segmenter": "^3.0.0",
50 "@atcute/client": "^4.2.1",
51 "@atcute/identity-resolver": "^1.2.2",
52 "@atcute/lexicons": "^1.2.9",
53 "@atcute/oauth-browser-client": "^3.0.0",
54 "@atcute/standard-site": "^1.0.1",
55 "@atcute/tid": "^1.1.2",
56 "@cloudflare/workers-types": "^4.20260313.1",
57 "@ethercorps/sveltekit-og": "^4.2.1",
58 "@floating-ui/dom": "^1.7.6",
59 "@foxui/3d": "^0.8.0",
60 "@foxui/colors": "^0.8.0",
61 "@foxui/core": "^0.8.0",
62 "@foxui/social": "^0.8.0",
63 "@foxui/time": "^0.8.0",
64 "@foxui/visual": "^0.8.0",
65 "@internationalized/date": "^3.12.0",
66 "@number-flow/svelte": "^0.4.0",
67 "@tailwindcss/typography": "^0.5.19",
68 "@threlte/core": "^8.4.1",
69 "@threlte/extras": "^9.8.1",
70 "@tiptap/core": "^3.20.1",
71 "@tiptap/extension-bubble-menu": "^3.20.1",
72 "@tiptap/extension-code-block-lowlight": "^3.20.1",
73 "@tiptap/extension-document": "^3.20.1",
74 "@tiptap/extension-image": "^3.20.1",
75 "@tiptap/extension-link": "^3.20.1",
76 "@tiptap/extension-paragraph": "^3.20.1",
77 "@tiptap/extension-placeholder": "^3.20.1",
78 "@tiptap/extension-text": "^3.20.1",
79 "@tiptap/extension-typography": "^3.20.1",
80 "@tiptap/extension-underline": "^3.20.1",
81 "@tiptap/markdown": "^3.20.1",
82 "@tiptap/pm": "^3.20.1",
83 "@tiptap/starter-kit": "^3.20.1",
84 "@tiptap/suggestion": "^3.20.1",
85 "@types/three": "^0.183.1",
86 "bits-ui": "^2.16.3",
87 "clsx": "^2.1.1",
88 "dompurify": "^3.3.3",
89 "gsap": "^3.14.2",
90 "hls.js": "^1.6.15",
91 "leaflet": "^1.9.4",
92 "link-preview-js": "^4.0.0",
93 "lowlight": "^3.3.0",
94 "maplibre-gl": "^5.20.0",
95 "marked": "^17.0.4",
96 "perfect-freehand": "^1.2.3",
97 "plyr": "^3.8.4",
98 "qr-code-styling": "^1.9.2",
99 "react-grid-layout": "^2.2.2",
100 "simple-icons": "^16.11.0",
101 "svelte-boring-avatars": "^1.2.6",
102 "svelte-sonner": "^1.1.0",
103 "svelte-tiptap": "^3.0.1",
104 "tailwind-merge": "^3.5.0",
105 "tailwind-variants": "^3.2.2",
106 "tailwindcss-animate": "^1.0.7",
107 "three": "^0.183.2",
108 "turndown": "^7.2.2",
109 "wrangler": "^4.73.0"
110 },
111 "packageManager": "pnpm@9.15.0",
112 "license": "MIT"
113}