20 lines
474 B
JSON
20 lines
474 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": "tailwindcss -i ./assets/main.css -o ./assets/style.css --watch"
|
|
},
|
|
"dependencies": {
|
|
"@alpinejs/persist": "^3.10.4",
|
|
"alpinejs": "^3.10.4",
|
|
"tailwindcss": "^3.2.1"
|
|
},
|
|
"volta": {
|
|
"node": "18.12.1",
|
|
"yarn": "3.3.0"
|
|
}
|
|
}
|