Files
github-website/package.json

26 lines
570 B
JSON

{
"name": "",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^3.1.9",
"@astrojs/tailwind": "^5.1.2",
"@expressive-code/plugin-line-numbers": "^0.38.3",
"astro": "^4.16.10",
"astro-expressive-code": "^0.38.3",
"tailwindcss": "^3.4.14"
},
"devDependencies": {
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.14.1",
"typescript": "^5.6.3"
}
}