public-web/package.json
ondrej a2e450f193
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Add turbo
2023-04-10 12:26:17 +02:00

22 lines
533 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",
"@hotwired/turbo": "^7.3.0",
"alpinejs": "^3.10.4",
"tailwindcss": "^3.2.1",
"tippy.js": "^6.3.7"
},
"volta": {
"node": "18.12.1",
"yarn": "3.3.0"
}
}