diff options
| author | Leo Goetz <dev@leogtz.de> | 2026-05-08 15:43:50 +0200 |
|---|---|---|
| committer | Leo Goetz <dev@leogtz.de> | 2026-05-08 15:43:50 +0200 |
| commit | b2bd3587bfd42ec8efdab12f090996f600720c0d (patch) | |
| tree | fbb55b716b592032ebbdb5448bfba0b49a609d17 /package.json | |
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/package.json b/package.json new file mode 100644 index 0000000..68e9538 --- /dev/null +++ b/package.json @@ -0,0 +1,39 @@ +{ + "name": "leos-vcard-generator", + "version": "0.1.0", + "private": true, + "scripts": { + "dev": "next dev --turbopack", + "build": "next build", + "start": "node .next/standalone/server.js", + "lint": "next lint" + }, + "dependencies": { + "@radix-ui/react-checkbox": "^1.3.2", + "@radix-ui/react-dropdown-menu": "^2.1.15", + "@radix-ui/react-slot": "^1.2.3", + "class-variance-authority": "^0.7.1", + "clsx": "^2.1.1", + "lucide-react": "^0.511.0", + "motion": "^12.15.0", + "next": "^16.1.6", + "next-plausible": "^3.12.4", + "qrcode": "^1.5.4", + "react": "^19.0.0", + "react-dom": "^19.0.0", + "tailwind-merge": "^3.3.0" + }, + "devDependencies": { + "@eslint/eslintrc": "^3", + "@tailwindcss/postcss": "^4", + "@types/node": "^20", + "@types/qrcode": "^1.5.5", + "@types/react": "^19", + "@types/react-dom": "^19", + "eslint": "^9", + "eslint-config-next": "15.3.2", + "tailwindcss": "^4", + "tw-animate-css": "^1.3.0", + "typescript": "^5" + } +} |
