18 lines
422 B
JSON
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.2.1"
|
|
},
|
|
"volta": {
|
|
"node": "18.12.1",
|
|
"yarn": "3.3.0"
|
|
}
|
|
}
|