public-web/package.json

23 lines
533 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",
2023-04-10 12:26:17 +02:00
"@hotwired/turbo": "^7.3.0",
"alpinejs": "^3.10.4",
2023-04-10 11:39:44 +02:00
"tailwindcss": "^3.2.1",
"tippy.js": "^6.3.7"
2022-11-29 12:35:24 +01:00
},
"volta": {
"node": "18.12.1",
"yarn": "3.3.0"
2022-10-20 19:51:21 +02:00
}
}