aboutsummaryrefslogtreecommitdiff
path: root/web/package.json
blob: 8400a6bc6b5613cc076bee0076eb5d49e7d406b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "",
  "type": "module",
  "version": "0.0.1",
  "scripts": {
    "dev": "astro dev",
    "start": "astro dev",
    "build": "astro check && astro build",
    "preview": "astro preview",
    "astro": "astro"
  },
  "dependencies": {
    "astro": "^4.16.13",
    "@astrojs/check": "^0.9.4",
    "typescript": "^5.6.3"
  }
}