aboutsummaryrefslogtreecommitdiff
path: root/examples/with-tailwindcss/package.json
blob: 4928707f6e4b06354789fa44919ebe029896510a (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": {
    "start": "astro dev",
    "build": "astro build"
  },
  "devDependencies": {
    "tailwindcss": "^2.1.2",
    "astro": "^0.18.0-next.7"
  },
  "snowpack": {
    "workspaceRoot": "../.."
  }
}