Files
elo/package.json
Matthew Kaminski 82648cfbae
Some checks failed
Build Crate / build (push) Failing after 1m45s
Add initial daisy ui
2024-08-29 23:29:28 -04:00

18 lines
419 B
JSON

{
"name": "pool-elo",
"version": "1.0.0",
"description": "pool-elo",
"main": "index.js",
"scripts": {
"build": "npx tailwindcss -i ./style/tailwind.css -o ./static/style.css",
"watch": "npx tailwindcss -i ./style/tailwind.css -o ./static/style.css --watch"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"daisyui": "^4.12.10",
"tailwindcss": "^3.4.10"
}
}