govote/package.json

15 lines
315 B
JSON
Raw Permalink Normal View History

2024-05-12 22:47:24 +00:00
{
"name": "govote",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"build": "tailwindcss build -o static/css/tailwind.css",
"watch": "tailwindcss build -o static/css/tailwind.css --watch"
},
"dependencies": {
"flowbite": "^2.3.0",
"tailwindcss": "^3.4.3"
}
}