aboutsummaryrefslogtreecommitdiff
path: root/web/package.json
blob: 811ab8b8f3015813e53077d6d2cc12aec784773a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "name": "aleebot-web",
  "type": "module",
  "version": "0.0.1",
  "scripts": {
    "dev": "astro dev",
    "build": "astro build",
    "preview": "astro preview",
    "astro": "astro"
  },
  "dependencies": {
    "@astrojs/react": "^4.1.3",
    "@types/react": "^19.0.4",
    "@types/react-dom": "^19.0.2",
    "astro": "^5.1.5",
    "react": "^19.0.0",
    "react-dom": "^19.0.0"
  }
}