public-web/package.json
2024-07-16 03:19:06 +02:00

18 lines
422 B
JSON

{
"name": "nolog-web",
"version": "1.0.0",
"main": "index.js",
"repository": "https://git.nolog.cz/NoLog.cz/public-web.git",
"author": "ondrej <ondrej@nyv.lt>",
"license": "MIT",
"scripts": {
"dev": "hugo server -D & tailwindcss -i ./assets/main.css -o ./assets/style.css --watch"
},
"devDependencies": {
"tailwindcss": "^3.4.5"
},
"volta": {
"node": "18.12.1",
"yarn": "3.3.0"
}
}