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
2022-10-24 02:14:59 +02:00

16 lines
413 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"
}
}