-
Notifications
You must be signed in to change notification settings - Fork 103
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.71 KB
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 1.71 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
{
"name": "@stackoverflow/stacks-docs-next",
"private": true,
"type": "module",
"scripts": {
"dev": "vite dev",
"prebuild": "npm run build -w @stackoverflow/stacks && npm run build -w @stackoverflow/stacks-svelte",
"build": "bash netlify-setup.sh && npm run init-private-content && 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",
"lint": "eslint .",
"format": "prettier --write .",
"init-private-content": "GIT_SSH_COMMAND=\"ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no\" git submodule update --init --remote --checkout"
},
"devDependencies": {
"@eslint/compat": "^2.0.4",
"@sveltejs/adapter-netlify": "^5.0.0",
"@sveltejs/kit": "^2.22.0",
"@sveltejs/vite-plugin-svelte": "^6.0.0",
"mdsvex": "^0.12.3",
"vite": "^7.0.4"
},
"dependencies": {
"@docsearch/css": "^4.3.2",
"@docsearch/js": "^4.3.2",
"@hbsnow/rehype-sectionize": "^1.0.7",
"@stackoverflow/stacks": "*",
"@stackoverflow/stacks-editor": "*",
"@stackoverflow/stacks-icons": "*",
"@stackoverflow/stacks-icons-legacy": "*",
"@stackoverflow/stacks-svelte": "*",
"@stefanprobst/rehype-extract-toc": "^3.0.0",
"better-auth": "^1.4.7",
"modern-normalize": "^3.0.1",
"rehype-autolink-headings": "^7.1.0",
"rehype-slug": "^6.0.0",
"turndown": "^7.2.2",
"unist-util-visit": "^5.0.0",
"yaml": "^2.8.1"
}
}