summaryrefslogtreecommitdiff
path: root/frontend/package.json
blob: 09d1c05ea062a2dcc77548a392dd7d3730a4066c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "type": "module",
  "private": "true",
  "scripts": {
    "dev": "astro dev",
    "start": "astro dev",
    "build": "astro build",
    "preview": "astro preview",
    "astro": "astro",
    "lint": "eslint .",
    "format": "prettier ./**/* --check",
    "format--write": "prettier ./**/* --write"
  },
  "dependencies": {
    "astro": "^2.9.7"
  }
}