Nfident-kiosk/package.json

18 lines
345 B
JSON

{
"name": "nfident-kiosk",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@tailwindcss/vite": "^4.1.12",
"astro": "^5.13.5",
"socket.io-client": "^4.8.1",
"tailwindcss": "^4.1.12"
}
}