summaryrefslogtreecommitdiff
path: root/assets/package.json
blob: e67429238cabdf4dfed3748c6c243548c8084b8c (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
24
{
  "name": "ircbot",
  "version": "0.0.0",
  "description": "ircbot",
  "devDependencies": {
    "@tailwindcss/aspect-ratio": "^0.2.1",
    "autoprefixer": "^10.2.0",
    "concurrently": "^6.2.1",
    "cssnano": "^5.0.8",
    "esbuild": "^0.12.17",
    "esbuild-plugin-stimulus": "^0.1.0",
    "postcss": "^8.3.5",
    "postcss-import": "^14.0.2",
    "postcss-nested": "^5.0.5",
    "tailwindcss": "^2.2.7",
    "yarn": "^1.22.11"
  },
  "dependencies": {
    "@fortawesome/fontawesome-free": "^5.15.4",
    "@hotwired/turbo": "^7.0.0-rc.1",
    "@tailwindcss/typography": "^0.4.1",
    "stimulus": "^2.0.0"
  }
}