mirror of
https://github.com/glenndehaan/unifi-voucher-site.git
synced 2026-04-05 00:44:18 -04:00
30 lines
787 B
JSON
30 lines
787 B
JSON
{
|
|
"name": "unifi-voucher-site",
|
|
"version": "0.0.0",
|
|
"description": "NPM packages for unifi-voucher-site",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "node server.js",
|
|
"dev": "nodemon --watch . --ignore db.json --exec 'node server.js'",
|
|
"tailwind": "tailwindcss -i ./css/style.css -o ./public/dist/style.css --watch",
|
|
"build": "tailwindcss -i ./css/style.css -o ./public/dist/style.css --minify"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0"
|
|
},
|
|
"author": "Glenn de Haan",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ejs": "^3.1.8",
|
|
"express": "^4.18.2",
|
|
"multer": "^1.4.5-lts.1",
|
|
"node-unifi": "^2.2.2",
|
|
"tailwindcss": "^3.2.4",
|
|
"tailwindcss-text-fill": "^0.2.0",
|
|
"uuid": "^9.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"nodemon": "^2.0.20"
|
|
}
|
|
}
|