summaryrefslogtreecommitdiff
path: root/examples/with-tailwindcss/package.json
blob: 8c8def64982b9c04968ba682f49c620fed3d802e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  "name": "@example/with-tailwindcss",
  "type": "module",
  "version": "0.0.1",
  "private": true,
  "scripts": {
    "dev": "astro dev",
    "start": "astro dev",
    "build": "astro build",
    "preview": "astro preview",
    "astro": "astro"
  },
  "dependencies": {
    "@astrojs/mdx": "^1.0.0",
    "@astrojs/tailwind": "^5.0.0",
    "@types/canvas-confetti": "^1.6.0",
    "astro": "^3.0.2",
    "autoprefixer": "^10.4.15",
    "canvas-confetti": "^1.6.0",
    "postcss": "^8.4.28",
    "tailwindcss": "^3.3.3"
  }
}