summaryrefslogtreecommitdiff
path: root/examples/with-tailwindcss/package.json
blob: 7a81f6c20ff9b56ff4221d166352c0ee6db0c5da (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "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/tailwind": "^4.0.0",
    "@types/canvas-confetti": "^1.6.0",
    "astro": "^2.10.11",
    "autoprefixer": "^10.4.14",
    "canvas-confetti": "^1.6.0",
    "postcss": "^8.4.24",
    "tailwindcss": "^3.3.2"
  }
}