hindki/hindki/package.json
ryan 7be83f5167
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 4s
Astro deploy using node
2025-09-24 13:40:06 -07:00

30 lines
667 B
JSON

{
"name": "hindki",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/node": "^9.4.4",
"@astrojs/react": "^4.3.1",
"@astrojs/starlight": "^0.36.0",
"@types/markdown-it": "^14.1.2",
"astro": "^5.6.1",
"astro-code-editor": "^0.1.1",
"markdown-it": "^14.1.0",
"markdown-it-mark": "^4.0.0",
"monaco-yaml": "^5.4.0",
"sharp": "^0.34.2",
"yaml": "^2.8.1"
},
"devDependencies": {
"prettier": "^3.6.2",
"prettier-plugin-astro": "^0.14.1"
}
}