Files
minne/html-router/package.json
Per Stark 5bc48fb30b refactor: better separation of dependencies to crates
node stuff to html crate only
2025-04-04 12:50:38 +02:00

17 lines
389 B
JSON

{
"name": "html-router",
"version": "1.0.0",
"main": "tailwind.config.js",
"scripts": {
"tailwind": "npx @tailwindcss/cli -i app.css -o assets/style.css -w -m"
},
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"@tailwindcss/cli": "^4.1.2",
"@tailwindcss/typography": "^0.5.16",
"daisyui": "^5.0.12",
"tailwindcss": "^4.1.2"
}
}