summaryrefslogtreecommitdiff
path: root/package.json
blob: 29d60734f0496090e90d886e298ac1487d9876e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
  "name": "cidr.xyz",
  "type": "module",
  "version": "3.0.0",
  "private": true,
  "scripts": {
    "dev": "astro dev",
    "build": "astro build",
    "preview": "astro preview",
    "astro": "astro"
  },
  "dependencies": {
    "@astrojs/react": "^4.2.7",
    "@astrojs/sitemap": "^3.4.1",
    "@tailwindcss/vite": "^4.1.5",
    "@types/netmask": "^2.0.5",
    "@types/react": "^19.1.3",
    "@types/react-dom": "^19.1.3",
    "astro": "^5.7.12",
    "netmask": "^2.0.2",
    "react": "^19.1.0",
    "react-dom": "^19.1.0",
    "tailwindcss": "^4.1.5"
  },
  "devDependencies": {
    "@tailwindcss/typography": "^0.5.16"
  }
}