Barebone Baseline

This commit is contained in:
2026-02-19 14:10:37 +01:00
parent c48218e225
commit 857467409d
35 changed files with 6879 additions and 141 deletions

View File

@@ -9,14 +9,18 @@
},
"dependencies": {
"@astrojs/markdoc": "^0.12.9",
"@astrojs/node": "^9.5.4",
"@astrojs/react": "^4.2.0",
"@fontsource-variable/geist": "^5.2.8",
"@fontsource-variable/geist-mono": "^5.2.7",
"@fontsource/blaka": "^5.2.7",
"@keystatic/astro": "^5.0.6",
"@keystatic/core": "^0.5.48",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"astro": "^5.2.5",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"@keystatic/astro": "^5.0.6",
"@keystatic/core": "^0.5.48"
"react-dom": "^19.0.0"
},
"scripts": {
"dev": "astro dev",
@@ -24,5 +28,19 @@
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"devDependencies": {
"@csstools/postcss-global-data": "^4.0.0",
"@typescript-eslint/eslint-plugin": "^8.56.0",
"@typescript-eslint/parser": "^8.56.0",
"eslint": "^10.0.0",
"eslint-plugin-astro": "^1.6.0",
"postcss-import": "^16.1.1",
"postcss-preset-env": "^11.1.3",
"prettier": "^3.8.1",
"prettier-plugin-astro": "^0.14.1",
"stylelint": "^17.3.0",
"stylelint-config-standard": "^40.0.0",
"stylelint-order": "^7.0.1"
}
}
}