tclip/package.json

15 lines
387 B
JSON
Raw Normal View History

2023-08-22 17:43:17 +01:00
{
"name": "tclip",
"version": "0.1.0",
"description": "tclip, the pastebin for tailscale",
"scripts": {
"start:css": "tailwindcss --watch -o cmd/tclipd/static/css/base.css",
"build:css": "tailwindcss -o cmd/tclipd/static/css/base.css"
2023-08-22 17:43:17 +01:00
},
"dependencies": {
"@tailwindcss/forms": "^0.5.4",
"@tailwindcss/typography": "^0.5.9",
"tailwindcss": "^3.3.3"
}
}