this repo has no description
at main 22 lines 530 B view raw
1{ 2 "name": "web", 3 "version": "1.0.0", 4 "description": "", 5 "main": "index.js", 6 "scripts": { 7 "test": "echo \"Error: no test specified\" && exit 1", 8 "watch": "tailwindcss -i ./web/assets/css/base.css -o ./web/public/css/style.css --watch" 9 }, 10 "keywords": [], 11 "author": "", 12 "license": "ISC", 13 "packageManager": "pnpm@10.16.1", 14 "dependencies": { 15 "@tailwindcss/cli": "^4.2.1", 16 "tailwindcss": "^4.2.1" 17 }, 18 "devDependencies": { 19 "@tailwindcss/typography": "^0.5.19", 20 "daisyui": "^5.5.19" 21 } 22}