aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
blob: 7d4481fb5e3f2004d9dd59fedac3dbdec4fc1d21 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "pale-point",
  "type": "module",
  "version": "0.0.1",
  "scripts": {
    "dev": "astro dev",
    "start": "astro dev",
    "build": "astro build",
    "preview": "astro preview",
    "astro": "astro"
  },
  "dependencies": {
    "@astrojs/netlify": "^5.5.1",
    "@astrojs/starlight": "^0.21.3",
    "astro": "^4.3.5",
    "sharp": "^0.32.5"
  }
}