forked from NoLog.cz/public-web
14 lines
354 B
JSON
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"
|
|
}
|
|
}
|