mirror of
https://github.com/harivansh-afk/deskctl.git
synced 2026-04-15 09:01:15 +00:00
24 lines
570 B
JSON
24 lines
570 B
JSON
{
|
|
"name": "deskctl-site",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"check": "astro check",
|
|
"format:check": "prettier --check 'src/**/*.{astro,mdx,css}' astro.config.mjs"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/mdx": "^4.3.14",
|
|
"@astrojs/vercel": "^9.0.5",
|
|
"astro": "^5.18.1"
|
|
},
|
|
"devDependencies": {
|
|
"@astrojs/check": "^0.9.8",
|
|
"prettier": "^3.8.1",
|
|
"prettier-plugin-astro": "^0.14.1",
|
|
"typescript": "^5.9.3"
|
|
}
|
|
}
|