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