onasty/web/package.json (view raw)
Smirnov Oleksandr
Smirnov Oleksandr
ss2316544@gmail.com web: switch to tailwind (#141)..., 11 months ago
ss2316544@gmail.com web: switch to tailwind (#141)..., 11 months ago
| 1 | { |
| 2 | "private": true, |
| 3 | "scripts": { |
| 4 | "postinstall": "elm-tooling install" |
| 5 | }, |
| 6 | "devDependencies": { |
| 7 | "@tailwindcss/postcss": "^4.1.10", |
| 8 | "elm-land": "^0.20.1", |
| 9 | "elm-review": "^2.13.2", |
| 10 | "elm-tooling": "^1.15.1", |
| 11 | "postcss": "^8.5.6", |
| 12 | "postcss-import": "^16.1.1", |
| 13 | "tailwindcss": "^4.1.10" |
| 14 | } |
| 15 | } |