summaryrefslogtreecommitdiff
path: root/examples/with-tailwindcss/package.json
blob: f352d93b5fced2a6c94bbae56d4c6d380508f3bb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "name": "@example/with-tailwindcss",
  "version": "0.0.1",
  "private": true,
  "scripts": {
    "dev": "astro dev",
    "start": "astro dev",
    "build": "astro build",
    "preview": "astro preview"
  },
  "devDependencies": {
    "astro": "^0.22.13",
    "autoprefixer": "^10.4.0",
    "tailwindcss": "^3.0.5"
  }
}