all repos

onasty @ c0b5079

a one-time notes service

onasty/web/package.json(view raw)

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "private": true,
  "scripts": {
    "postinstall": "elm-tooling install"
  },
  "devDependencies": {
    "@tailwindcss/postcss": "^4.1.10",
    "elm-land": "^0.20.1",
    "elm-review": "^2.13.2",
    "elm-tooling": "^1.15.1",
    "postcss": "^8.5.6",
    "postcss-import": "^16.1.1",
    "tailwindcss": "^4.1.10"
  }
}