nixie-ci/nixie-server/package-lock.json
Marcel Müller 7a5233e385 Add working password update
Signed-off-by: Marcel Müller <neikos@neikos.email>
2026-01-25 18:03:39 +01:00

18 lines
469 B
JSON

{
"name": "nixie-server",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"dependencies": {
"tailwindcss": "^4.1.18"
}
},
"node_modules/tailwindcss": {
"version": "4.1.18",
"resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.1.18.tgz",
"integrity": "sha512-4+Z+0yiYyEtUVCScyfHCxOYP06L5Ne+JiHhY2IjR2KWMIWhJOYZKLSGZaP5HkZ8+bY0cxfzwDE5uOmzFXyIwxw==",
"license": "MIT"
}
}
}