26 lines
540 B
JSON
26 lines
540 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/starlight": "^0.36.0",
|
|
"@types/markdown-it": "^14.1.2",
|
|
"astro": "^5.6.1",
|
|
"markdown-it": "^14.1.0",
|
|
"markdown-it-mark": "^4.0.0",
|
|
"sharp": "^0.34.2",
|
|
"yaml": "^2.8.1"
|
|
},
|
|
"devDependencies": {
|
|
"prettier": "^3.6.2",
|
|
"prettier-plugin-astro": "^0.14.1"
|
|
}
|
|
}
|