Files
papra/apps/docs/package.json
T
2025-01-10 20:31:50 +01:00

30 lines
681 B
JSON

{
"name": "docs",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"lint": "eslint .",
"lint:fix": "eslint --fix .",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@astrojs/starlight": "^0.30.5",
"astro": "^5.0.2",
"sharp": "^0.32.5",
"starlight-theme-rapide": "^0.3.0"
},
"devDependencies": {
"@antfu/eslint-config": "^3.13.0",
"@iconify-json/tabler": "^1.1.120",
"@unocss/reset": "^0.64.0",
"eslint": "^9.17.0",
"eslint-plugin-astro": "^1.3.1",
"typescript": "^5.7.3"
}
}