public-web/package.json

19 lines
422 B
JSON
Raw Normal View History

2022-10-20 19:51:21 +02:00
{
"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": {
2023-08-30 21:30:27 +02:00
"dev": "hugo server -D & tailwindcss -i ./assets/main.css -o ./assets/style.css --watch"
2022-10-20 19:51:21 +02:00
},
2023-08-30 21:30:27 +02:00
"devDependencies": {
"tailwindcss": "^3.2.1"
2022-11-29 12:35:24 +01:00
},
"volta": {
"node": "18.12.1",
"yarn": "3.3.0"
2022-10-20 19:51:21 +02:00
}
}