-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.57 KB
/
Copy pathpackage.json
File metadata and controls
53 lines (53 loc) · 1.57 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": "noctalia-site",
"private": true,
"version": "0.0.1",
"packageManager": "npm@10.9.4",
"type": "module",
"scripts": {
"og": "node scripts/build-og.mjs",
"showcase": "node scripts/build-github-showcase.mjs",
"dev": "node scripts/build-og.mjs && vite dev",
"start": "node scripts/build-og.mjs && vite dev",
"prebuild": "node scripts/build-og.mjs && node scripts/build-github-showcase.mjs",
"build": "vite build",
"prepreview": "node scripts/build-og.mjs && node scripts/build-github-showcase.mjs",
"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"
},
"devDependencies": {
"@fontsource/inter": "^5.2.8",
"@resvg/resvg-js": "^2.6.2",
"@sveltejs/adapter-static": "3.0.10",
"@sveltejs/kit": "^2.70.2",
"@sveltejs/vite-plugin-svelte": "7.0.0",
"@tailwindcss/typography": "0.5.19",
"@tailwindcss/vite": "4.2.4",
"@types/react": "^19.2.14",
"react": "^19.2.5",
"satori": "^0.26.0",
"sharp": "^0.35.3",
"svelte": "5.56.3",
"svelte-check": "4.4.6",
"tailwindcss": "4.2.4",
"tsx": "^4.23.1",
"typescript": "6.0.3",
"vite": "8.1.5"
},
"dependencies": {
"@fontsource-variable/inter": "5.2.8",
"@fontsource-variable/jetbrains-mono": "5.2.8",
"bits-ui": "2.18.0",
"fuse.js": "7.3.0",
"marked": "18.0.2",
"smol-toml": "^1.6.1"
},
"overrides": {
"@sveltejs/vite-plugin-svelte": "7.0.0",
"@tailwindcss/vite": "4.2.4",
"vite": "8.1.5",
"cookie": "^0.7.2"
}
}