summaryrefslogtreecommitdiff
path: root/examples/with-tailwindcss/package.json
blob: 9af770dcaaf26f93d5fd4099db24c12df0f32e5d (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.21.4",
    "autoprefixer": "^10.4.0",
    "tailwindcss": "^2.2.19"
  }
}