mirror of
https://github.com/jimeh/commonflow.org.git
synced 2026-02-19 05:46:40 +00:00
50 lines
1.4 KiB
JSON
50 lines
1.4 KiB
JSON
{
|
|
"name": "commonflow-org",
|
|
"type": "module",
|
|
"version": "2.0.0",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"check": "astro check",
|
|
"lint": "eslint .",
|
|
"format": "prettier --write .",
|
|
"format:check": "prettier --check .",
|
|
"update-specs": "tsx scripts/update-specs.ts",
|
|
"astro": "astro"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/sitemap": "^3.6.1",
|
|
"@fontsource-variable/bricolage-grotesque": "^5.2.10",
|
|
"@fontsource-variable/dm-sans": "^5.2.8",
|
|
"@fontsource-variable/jetbrains-mono": "^5.2.8",
|
|
"@iconify-json/heroicons": "^1.2.3",
|
|
"@iconify-json/simple-icons": "^1.2.65",
|
|
"astro": "^5.16.8",
|
|
"astro-icon": "^1.1.5",
|
|
"rehype-autolink-headings": "^7.1.0",
|
|
"rehype-slug": "^6.0.0",
|
|
"rehype-stringify": "^10.0.1",
|
|
"remark-parse": "^11.0.0",
|
|
"remark-rehype": "^11.1.2",
|
|
"semver": "^7.7.3",
|
|
"unified": "^11.0.5"
|
|
},
|
|
"devDependencies": {
|
|
"@astrojs/check": "^0.9.6",
|
|
"@eslint/js": "^9.39.2",
|
|
"@tailwindcss/typography": "^0.5.19",
|
|
"@tailwindcss/vite": "^4.1.18",
|
|
"@types/semver": "^7.7.1",
|
|
"eslint": "^9.39.2",
|
|
"eslint-plugin-astro": "^1.5.0",
|
|
"prettier": "^3.7.4",
|
|
"prettier-plugin-astro": "^0.14.1",
|
|
"svgo": "^4.0.0",
|
|
"tailwindcss": "^4.1.18",
|
|
"tsx": "^4.21.0",
|
|
"typescript": "^5.9.3",
|
|
"typescript-eslint": "^8.52.0"
|
|
}
|
|
}
|