sssx
Version:
Fast Svelte Static Site X – SSG/SSR focused on SEO for multi-million pages websites
88 lines (87 loc) • 2.25 kB
JSON
{
"name": "sssx",
"version": "0.2.3",
"description": "Fast Svelte Static Site X – SSG/SSR focused on SEO for multi-million pages websites",
"engines": {
"node": "^23.x"
},
"keywords": [
"SSG",
"SSR",
"Svelte",
"SEO",
"Hydration",
"Performance",
"JAM",
"JAMstack",
"static site generator",
"server side rendering"
],
"author": "Eugene Hauptmann <eugene@sssx.dev>",
"license": "MIT",
"main": "src/index.ts",
"type": "module",
"scripts": {
"dev": "npx tsx ./src/cli.ts",
"prepublishOnly": "cp ../../README.md README.md"
},
"bin": {
"sssx": "./src/cli.ts"
},
"repository": {
"type": "git",
"url": "https://github.com/sssx-dev/sssx"
},
"bugs": {
"url": "https://github.com/sssx-dev/sssx/issues"
},
"devDependencies": {
"@tsconfig/node22": "^22.0.0",
"@tsconfig/strictest": "^2.0.3",
"@types/cli-progress": "^3.11.5",
"@types/connect-livereload": "^0.6.3",
"@types/express": "5.0.0",
"@types/fs-extra": "^11.0.4",
"@types/intl": "^1.2.2",
"@types/livereload": "^0.9.5",
"@types/node": "22.9.0",
"@types/pretty": "^2.0.3",
"ansi-colors": "^4.1.3",
"bcp-47": "^2.1.0",
"chalk": "^5.3.0",
"cli-progress": "^3.12.0",
"connect-livereload": "^0.6.1",
"dayjs": "^1.11.10",
"esbuild": "^0.24.0",
"esbuild-style-plugin": "^1.6.3",
"esbuild-svelte5": "0.8.5",
"express": "^5.0.1",
"front-matter": "^4.0.2",
"fs-extra": "^11.2.0",
"globby": "^14.0.0",
"hasha": "^6.0.0",
"intl": "^1.2.5",
"iso-639-1": "^3.1.0",
"livereload": "^0.9.3",
"node-watch": "^0.7.4",
"open": "^10.0.3",
"pretty": "^2.0.0",
"rehype-document": "^7.0.3",
"rehype-format": "^5.0.0",
"rehype-stringify": "^10.0.0",
"remark": "^15.0.1",
"remark-frontmatter": "^5.0.0",
"remark-html": "^16.0.1",
"remark-preset-lint-markdown-style-guide": "6.0.0",
"remark-rehype": "^11.1.0",
"remark-toc": "^9.0.0",
"svelte": "5.1.12",
"svelte-preprocess": "6.0.3",
"ts-node": "^10.9.2",
"tsx": "^4.7.0",
"typescript": "^5.3.3",
"unified": "^11.0.4",
"unified-stream": "^3.0.0",
"vfile-reporter": "^8.1.0"
}
}