2025-05-03 20:18:33 +02:00
|
|
|
{
|
|
|
|
|
"name": "prometheus-next",
|
|
|
|
|
"version": "0.1.0",
|
|
|
|
|
"private": true,
|
2025-05-09 07:52:50 +02:00
|
|
|
"type": "module",
|
2025-05-03 20:18:33 +02:00
|
|
|
"scripts": {
|
|
|
|
|
"dev": "next dev --turbopack",
|
2025-05-09 07:52:50 +02:00
|
|
|
"fetch-repo-docs": "tsx scripts/fetch-repo-docs.ts",
|
2025-05-12 14:03:08 +02:00
|
|
|
"fetch-downloads-info": "tsx scripts/fetch-downloads-info.ts",
|
2025-05-09 07:52:50 +02:00
|
|
|
"clean": "rm -rf generated out .next",
|
2025-05-03 20:18:33 +02:00
|
|
|
"build": "next build",
|
2025-05-20 22:20:19 +02:00
|
|
|
"postbuild": "pagefind --site out",
|
|
|
|
|
"build-all": "npm run clean && npm run fetch-repo-docs && npm run fetch-downloads-info && npm run build",
|
2025-05-03 20:18:33 +02:00
|
|
|
"start": "next start",
|
|
|
|
|
"lint": "next lint"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2025-05-27 16:21:50 +02:00
|
|
|
"@mantine/code-highlight": "^8.0.2",
|
|
|
|
|
"@mantine/core": "^8.0.2",
|
|
|
|
|
"@mantine/hooks": "^8.0.2",
|
|
|
|
|
"@mantine/spotlight": "^8.0.2",
|
2025-05-28 19:58:03 +02:00
|
|
|
"@next/third-parties": "^15.3.2",
|
2025-05-09 07:52:50 +02:00
|
|
|
"@tabler/icons-react": "^3.31.0",
|
2025-05-12 14:03:08 +02:00
|
|
|
"@types/semver": "^7.7.0",
|
2025-05-15 18:15:03 +02:00
|
|
|
"dayjs": "^1.11.13",
|
2025-05-20 21:58:33 +02:00
|
|
|
"feed": "^5.0.1",
|
2025-05-09 07:52:50 +02:00
|
|
|
"gray-matter": "^4.0.3",
|
|
|
|
|
"hast-util-from-html": "^2.0.3",
|
|
|
|
|
"hast-util-select": "^6.0.4",
|
|
|
|
|
"hastscript": "^9.0.1",
|
2025-05-20 22:03:11 +02:00
|
|
|
"html-entities": "^2.6.0",
|
2025-12-12 01:52:57 +00:00
|
|
|
"next": "15.5.9",
|
2025-05-09 07:52:50 +02:00
|
|
|
"octokit": "^4.1.3",
|
2025-05-03 20:18:33 +02:00
|
|
|
"react": "^19.0.0",
|
|
|
|
|
"react-dom": "^19.0.0",
|
2025-05-09 07:52:50 +02:00
|
|
|
"react-markdown": "^10.1.0",
|
|
|
|
|
"rehype-autolink-headings": "^7.1.0",
|
2025-05-14 09:43:26 +02:00
|
|
|
"rehype-raw": "^7.0.0",
|
2025-05-09 07:52:50 +02:00
|
|
|
"rehype-slug": "^6.0.0",
|
2025-06-03 22:07:07 -04:00
|
|
|
"rehype-stringify": "^10.0.1",
|
2025-05-09 07:52:50 +02:00
|
|
|
"remark-frontmatter": "^5.0.0",
|
|
|
|
|
"remark-gfm": "^4.0.1",
|
2025-05-12 14:03:08 +02:00
|
|
|
"semver": "^7.7.1",
|
2025-05-09 07:52:50 +02:00
|
|
|
"shiki": "^3.4.0"
|
2025-05-03 20:18:33 +02:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2025-05-09 07:52:50 +02:00
|
|
|
"@eslint/eslintrc": "^3",
|
|
|
|
|
"@shikijs/rehype": "^3.4.0",
|
2025-05-03 20:18:33 +02:00
|
|
|
"@types/node": "^20",
|
|
|
|
|
"@types/react": "^19",
|
|
|
|
|
"@types/react-dom": "^19",
|
2025-05-09 07:52:50 +02:00
|
|
|
"dotenv": "^16.5.0",
|
2025-05-03 20:18:33 +02:00
|
|
|
"eslint": "^9",
|
|
|
|
|
"eslint-config-next": "15.3.1",
|
2025-05-20 22:20:19 +02:00
|
|
|
"pagefind": "^1.3.0",
|
2025-05-09 07:52:50 +02:00
|
|
|
"postcss": "^8.5.3",
|
|
|
|
|
"postcss-preset-mantine": "^1.17.0",
|
|
|
|
|
"postcss-simple-vars": "^7.0.1",
|
|
|
|
|
"tsx": "^4.19.4",
|
|
|
|
|
"typescript": "^5"
|
2025-05-03 20:18:33 +02:00
|
|
|
}
|
|
|
|
|
}
|