Files
yugioh-inventory/package.json
Matthew Kaminski 4674289473 Pull in code from pool_elo
need to re-integrate yugioh code
2024-09-03 01:52:20 -04:00

18 lines
422 B
JSON

{
"name": "yugioh-inv",
"version": "1.0.0",
"description": "yugioh-inv",
"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.1"
}
}