[READ-ONLY] Mirror of https://github.com/flo-bit/youtube-party-dj. democratic youtube player, everyone can vote and add songs, uni project, made with uix
470 B
18 lines
1{
2 "scripts": {
3 "dev": "concurrently \"uix --reload -l\" \"npx tailwindcss -i ./frontend/main.css -o ./frontend/entrypoint.css --watch\""
4 },
5 "devDependencies": {
6 "@tailwindcss/forms": "^0.5.7",
7 "autoprefixer": "^10.4.19",
8 "concurrently": "^8.2.2",
9 "postcss": "^8.4.38",
10 "tailwindcss": "^3.4.3"
11 },
12 "dependencies": {
13 "node": "^20.14.0",
14 "tailwind-scrollbar": "^3.1.0",
15 "tailwindcss": "^3.4.3",
16 "typescript": "^5.4.5"
17 }
18}