|
5 | 5 | "scripts": { |
6 | 6 | "dev": "vite dev", |
7 | 7 | "build": "vite build", |
8 | | - "build:sitemap": "node create_sitemap.js", |
9 | | - "postbuild": "pnpm build:sitemap", |
10 | 8 | "preview": "vite preview", |
11 | 9 | "test": "npm run test:integration && npm run test:unit", |
12 | 10 | "check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json", |
|
24 | 22 | "@sveltejs/adapter-node": "^1.3.1", |
25 | 23 | "@sveltejs/adapter-static": "^2.0.3", |
26 | 24 | "@sveltejs/kit": "^1.24.1", |
| 25 | + "@types/compression": "^1.7.3", |
27 | 26 | "@types/markdown-it": "^13.0.1", |
| 27 | + "@types/morgan": "^1.9.6", |
28 | 28 | "@typescript-eslint/eslint-plugin": "^5.62.0", |
29 | 29 | "@typescript-eslint/parser": "^5.62.0", |
30 | 30 | "eslint": "^8.49.0", |
|
54 | 54 | "@appwrite.io/pink-icons": "0.1.0-next.9", |
55 | 55 | "@appwrite.io/repo": "github:appwrite/appwrite", |
56 | 56 | "@splinetool/viewer": "0.9.455", |
| 57 | + "compression": "^1.7.4", |
| 58 | + "express": "^4.18.2", |
57 | 59 | "highlight.js": "^11.8.0", |
58 | 60 | "markdown-it": "^13.0.1", |
59 | 61 | "meilisearch": "^0.35.0", |
|
0 commit comments