This repository has been archived on 2026-04-11. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
dashboard/package.json
renovate 0d536238ec
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
Build Docker Image / Build-Docker-Image (push) Successful in 45s
chore(deps): update tailwindcss monorepo to v4.2.2
2026-03-21 17:01:13 +00:00

19 lines
508 B
JSON

{
"name": "dashboard",
"version": "1.0.0",
"description": "",
"license": "ISC",
"author": "",
"type": "commonjs",
"scripts": {
"watch": "npx @tailwindcss/cli -i ./input.css -o ./src/main/resources/static/styles.css --watch",
"build": "npx @tailwindcss/cli -i ./input.css -o ./src/main/resources/static/styles.css --minify"
},
"devDependencies": {
"@tailwindcss/cli": "4.2.2",
"prettier": "3.8.1",
"prettier-plugin-tailwindcss": "0.7.2",
"tailwindcss": "4.2.2"
}
}