This repository has been archived on 2022-12-03. You can view files and clone it, but cannot push or open issues or pull requests.
public-web/package.json

17 lines
413 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": {
"styles:watch": "tailwindcss -i ./assets/main.css -o ./assets/style.css --watch"
2022-10-20 19:51:21 +02:00
},
"dependencies": {
"@alpinejs/persist": "^3.10.4",
"alpinejs": "^3.10.4",
2022-10-24 02:14:59 +02:00
"tailwindcss": "^3.2.1"
2022-10-20 19:51:21 +02:00
}
}