aboutsummaryrefslogtreecommitdiff
path: root/cmd/hdrwtch/package.json
blob: a2e0cf1ce8a88e87f2d7578c7042c5cc77a74899 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "hdrwtch",
  "version": "1.0.0",
  "main": "tailwind.config.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "",
  "license": "ISC",
  "description": "",
  "dependencies": {
    "@tailwindcss/forms": "^0.5.7",
    "@tailwindcss/typography": "^0.5.14"
  },
  "devDependencies": {
    "@flydotio/dockerfile": "^0.5.8"
  }
}