Brijesh's Git Server — sys-observe-landing-page @ be44e88ad1e3534cffe092164cd1cc7e12960aad

Landing page for SysObserve

package.json (view raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
{
  "name": "sys-observe-landing-page",
  "type": "module",
  "version": "0.0.1",
  "scripts": {
    "dev": "astro dev",
    "start": "astro dev",
    "build": "astro check && astro build",
    "preview": "astro preview",
    "astro": "astro"
  },
  "dependencies": {
    "@astrojs/starlight": "^0.26.1",
    "astro": "^4.10.2",
    "sharp": "^0.32.5",
    "@astrojs/check": "^0.9.3",
    "typescript": "^5.5.4"
  }
}