-
-
Notifications
You must be signed in to change notification settings - Fork 70
Expand file tree
/
Copy pathpackage.json
More file actions
122 lines (122 loc) · 4.36 KB
/
package.json
File metadata and controls
122 lines (122 loc) · 4.36 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
{
"type": "module",
"name": "pause-ai",
"private": true,
"packageManager": "pnpm@10.29.2",
"scripts": {
"clean": "tsx scripts/clean.ts",
"inlang:settings": "tsx scripts/inlang-settings.ts",
"l10n": "tsx scripts/l10n/run",
"l10n:status": "tsx scripts/l10n/openrouter-status",
"dev": "tsx scripts/l10n/run --dryRun && vite dev --host 0.0.0.0",
"build": "cross-env NODE_ENV=production node scripts/filter-build-log.js \"tsx scripts/l10n/run && vite build --emptyOutDir=false && run-s _postbuild:*\"",
"netlify": "echo '📦 Netlify CLI vs Standard Preview:\n\n• Fast preview (no Netlify features):\n pnpm build && pnpm preview\n\n• Test with Netlify runtime (edge functions, redirects):\n netlify serve (rebuilds first!)\n\n• Development with Netlify features:\n pnpm dev (terminal 1) + netlify dev (terminal 2)\n\nNote: Install with npm install -g netlify-cli'",
"_postbuild:pagefind": "tsx scripts/create-pagefind-index.ts",
"_postbuild:exclude": "tsx scripts/exclude-from-edge-function.ts",
"_postbuild:caching": "tsx scripts/opt-in-to-caching.ts",
"_postbuild:l10ntamer": "tsx scripts/l10ntamer.ts",
"test": "vitest",
"preview": "vite preview",
"check": "run-s _check:*",
"_check:svelte": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"_check:other": "tsc --noEmit -p tsconfig.check.json",
"check:watch": "echo This commands only checks the SvelteKit code, not the build scripts. && svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "run-s _lint:*",
"_lint:knip": "knip",
"_lint:eslint": "eslint . --format gha --max-warnings=47",
"_lint:prettier": "tsx scripts/generate-prettier-ignore.ts && prettier --check .",
"format": "tsx scripts/generate-prettier-ignore.ts && prettier --write --ignore-unknown",
"prepare": "husky",
"sync": "svelte-kit sync"
},
"pnpm": {
"overrides": {
"svelte-toc>svelte": "5"
}
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@eslint/markdown": "^8.0.1",
"@inlang/paraglide-js": "^2.16.0",
"@netlify/edge-functions": "^3.0.6",
"@sveltejs/adapter-netlify": "^5.2.4",
"@sveltejs/kit": "^2.57.1",
"@sveltejs/vite-plugin-svelte": "^7.0.0",
"@types/escape-html": "^1.0.4",
"@types/glidejs__glide": "^3.6.6",
"@types/minimist": "^1.2.5",
"@types/node": "^24.12.2",
"@types/remark-heading-id": "^1.0.0",
"@types/ua-parser-js": "^0.7.39",
"axios-mock-adapter": "^2.1.0",
"axios-retry": "^4.5.0",
"cross-env": "^7.0.3",
"dotenv": "^16.6.1",
"eslint": "^10.2.1",
"eslint-config-flat-gitignore": "^2.3.0",
"eslint-config-prettier": "^10.1.8",
"eslint-formatter-gha": "^2.0.1",
"eslint-plugin-svelte": "^3.17.1",
"globals": "^16.5.0",
"globby": "^16.2.0",
"husky": "^9.1.7",
"knip": "^6.6.1",
"lint-staged": "^15.5.2",
"mdsvex": "^0.12.7",
"minimatch": "^9.0.9",
"minimist": "^1.2.8",
"npm-run-all2": "^8.0.4",
"p-queue": "^8.1.1",
"prettier": "^3.8.3",
"prettier-plugin-svelte": "^3.5.1",
"remark-heading-id": "^1.0.1",
"remove-markdown": "^0.5.5",
"schema-dts": "^1.1.5",
"simple-git": "^3.36.0",
"svelte": "^5.55.4",
"svelte-check": "^4.4.6",
"tsx": "^4.21.0",
"typescript": "^5.9.3",
"typescript-eslint": "^8.59.0",
"vite": "^8.0.8",
"vite-plugin-lucide-preprocess": "^1.4.8",
"vitest": "^4.1.4"
},
"dependencies": {
"@anthropic-ai/sdk": "^0.39.0",
"@fontsource/roboto-slab": "^5.2.8",
"@fontsource/saira-condensed": "^5.2.8",
"@glidejs/glide": "~3.6.2",
"@notionhq/client": "^2.3.0",
"@number-flow/svelte": "^0.3.13",
"@pagefind/component-ui": "^1.5.2",
"@prgm/sveltekit-progress-bar": "^3.0.2",
"@remix-run/headers": "^0.12.0",
"@sentry/deno": "^10.49.0",
"@sentry/svelte": "^10.49.0",
"@sentry/vite-plugin": "^5.2.0",
"@sveltejs/enhanced-img": "^0.10.4",
"@turf/distance": "^7.3.4",
"airtable": "^0.12.2",
"axios": "^1.15.0",
"clipboard-polyfill": "^4.1.1",
"clsx": "^2.1.1",
"escape-html": "^1.0.3",
"github-slugger": "^2.0.0",
"html-to-image": "^1.11.13",
"http-status-codes": "^2.3.0",
"lucide-svelte": "^0.536.0",
"maplibre-gl": "^5.23.0",
"maplibregl-mapbox-request-transformer": "^0.0.2",
"micromark": "^4.0.2",
"pagefind": "^1.5.2",
"pure-rand": "^8.4.0",
"rehype-slug": "^5.1.0",
"remark-toc": "^9.0.0",
"remark-unwrap-images": "^3.0.1",
"snakecase-keys": "^8.1.0",
"svelte-french-toast": "^1.2.0",
"svelte-toc": "^0.5.9",
"ua-parser-js": "^1.0.41"
}
}