forked from ewanc26/website
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.59 KB
/
Copy pathpackage.json
File metadata and controls
53 lines (53 loc) · 1.59 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
{
"name": "website",
"private": true,
"version": "12.10.0",
"type": "module",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"prepare": "svelte-kit sync || echo ''",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"test:site-info": "node --experimental-strip-types --test src/lib/services/atproto/siteInfo.test.ts"
},
"devDependencies": {
"@lucide/svelte": "^1.21.0",
"@sveltejs/adapter-auto": "^7.0.1",
"@sveltejs/adapter-vercel": "^6.3.4",
"@sveltejs/kit": "^2.67.0",
"@sveltejs/vite-plugin-svelte": "^7.1.2",
"@tailwindcss/vite": "^4.3.1",
"@types/chroma-js": "^3.1.2",
"@types/mdast": "^4.0.4",
"@types/node": "^26.0.0",
"prettier": "3.8.3",
"svelte": "^5.56.3",
"svelte-check": "^4.6.0",
"tailwindcss": "^4.3.1",
"typescript": "^6.0.3",
"vite": "^8.1.0"
},
"dependencies": {
"@atproto/lex": "^0.1.4",
"@ewanc26/atproto": "^0.2.12",
"@ewanc26/supporters": "^0.3.0",
"@resvg/resvg-wasm": "^2.6.2",
"atmentions": "github:pixeline/atmentions",
"chroma-js": "^3.2.0",
"dompurify": "^3.4.11",
"marked": "^18.0.5",
"qrcode-generator": "^2.0.4",
"rehype-raw": "^7.0.0",
"rehype-sanitize": "^6.0.0",
"rehype-slug": "^6.0.0",
"rehype-stringify": "^10.0.1",
"remark": "^15.0.1",
"remark-gfm": "^4.0.1",
"remark-html": "^16.0.1",
"remark-rehype": "^11.1.2",
"satori": "^0.26.0",
"unified": "^11.0.5"
}
}