public-web/package.json
2022-10-20 19:51:21 +02:00

14 lines
354 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": {
"styles:watch": "npx tailwindcss -i ./assets/main.css -o ./assets/style.css --watch"
},
"dependencies": {
"tailwindcss": "^3.2.0"
}
}