infoalloggi-monorepo/apps/infoalloggi/package.json

166 lines
4.8 KiB
JSON

{
"name": "infoalloggi",
"private": true,
"scripts": {
"build": "next build",
"d": "npm run-p dev stripe-dev -cl",
"dev": "next dev --turbopack",
"dev-https": "cross-env NEXT_PUBLIC_BASE_URL='https://localhost:3000' INTERNAL_BASE_URL='https://localhost:3000' BASE_URL='https://localhost:3000' next dev --experimental-https --turbopack",
"email": "cross-env NEXT_PUBLIC_BASE_URL='https://localhost:3000' BASE_URL='https://localhost:3000' SKIP_ENV_VALIDATION='1' email dev --port 3500",
"idev": "cross-env NODE_OPTIONS='--inspect' next dev --turbopack",
"knip": "knip --no-exit-code --no-config-hints",
"lint": "biome lint",
"format": "biome format --write",
"pg-typegen": "npx kanel",
"start": "next start",
"stripe-dev": "stripe listen --forward-to https://localhost:3000/api/stripe-webhook",
"test": " npm run lint && npm run types ",
"types": "tsc --noEmit",
"analyze": "next experimental-analyze",
"vitest": "vitest run",
"flow": "ts-node flow-gen.ts",
"unused-trpc": "ts-node check-unused-trpc.ts"
},
"version": "0.1.0",
"dependencies": {
"@date-fns/tz": "^1.4.1",
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@fattureincloud/fattureincloud-ts-sdk": "^2.1.3",
"@hookform/resolvers": "^5.2.2",
"@next/bundle-analyzer": "^16.2.6",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-popover": "^1.1.14",
"@radix-ui/react-scroll-area": "^1.2.10",
"@radix-ui/react-slot": "^1.2.3",
"@radix-ui/react-toggle-group": "^1.1.10",
"@radix-ui/react-tooltip": "^1.2.8",
"@stripe/react-stripe-js": "^6.3.0",
"@stripe/stripe-js": "^9.5.0",
"@t3-oss/env-nextjs": "^0.13.11",
"@tailwindcss/forms": "^0.5.11",
"@tailwindcss/postcss": "^4.3.0",
"@tailwindcss/typography": "^0.5.19",
"@tanstack/react-query": "^5.100.11",
"@tanstack/react-table": "^8.21.3",
"@tanstack/react-virtual": "^3.13.23",
"@tiptap/core": "^3.22.3",
"@tiptap/extension-link": "^3.22.3",
"@tiptap/extension-underline": "^3.22.3",
"@tiptap/pm": "^3.23.4",
"@tiptap/react": "^3.22.3",
"@tiptap/starter-kit": "^3.22.3",
"@trpc/client": "^11.1.0",
"@trpc/next": "^11.17.0",
"@trpc/react-query": "^11.1.0",
"@trpc/server": "^11.1.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"cookies-next": "^6.1.1",
"date-fns": "^4.1.0",
"embla-carousel-react": "^8.6.0",
"formidable": "^3.5.4",
"framer-motion": "^12.38.0",
"frimousse": "^0.3.0",
"jose": "^6.2.3",
"kysely": "^0.29.0",
"leaflet": "^1.9.4",
"leaflet-defaulticon-compatibility": "^0.1.2",
"lucide-react": "^1.14.0",
"next": "^16.2.6",
"next-themes": "^0.4.6",
"nextjs-progressbar": "^0.0.16",
"nodemailer": "^8.0.7",
"nodemailer-html-to-text": "^3.2.0",
"nuqs": "^2.8.9",
"papaparse": "^5.5.3",
"pdf-lib": "^1.17.1",
"pg": "^8.20.0",
"postcss": "^8.5.14",
"radix-ui": "^1.4.3",
"react": "^19.2.6",
"react-colorful": "^5.6.1",
"react-dom": "^19.2.6",
"react-email": "^6.1.5",
"react-hook-form": "^7.76.0",
"react-hot-toast": "^2.5.2",
"react-is": "^19.2.5",
"react-leaflet": "^5.0.0",
"react-number-format": "^5.4.5",
"react-pdf": "^10.4.1",
"react-phone-number-input": "^3.4.16",
"react-reverse-portal": "^2.3.0",
"react-select": "^5.10.2",
"react-use": "^17.6.0",
"stripe": "^22.1.1",
"superjson": "^2.2.6",
"tailwind-merge": "^3.6.0",
"tailwind-scrollbar": "^4.0.2",
"tailwindcss": "^4.2.2",
"tunnel-rat": "^0.1.2",
"turndown": "^7.2.4",
"tw-animate-css": "^1.4.0",
"type-fest": "^5.6.0",
"vaul": "^1.1.2",
"zod": "^4.4.3"
},
"devDependencies": {
"@biomejs/biome": "^2.4.15",
"@hookform/devtools": "^4.4.0",
"@react-email/ui": "^6.1.5",
"@total-typescript/ts-reset": "^0.6.1",
"@types/formidable": "^3.5.1",
"@types/leaflet": "^1.9.21",
"@types/node": "^25.9.0",
"@types/nodemailer": "^8.0.0",
"@types/nodemailer-html-to-text": "^3.1.3",
"@types/papaparse": "^5.5.2",
"@types/pg": "^8.20.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@types/react-is": "^19.2.0",
"@types/turndown": "^5.0.6",
"@vitejs/plugin-react": "^6.0.1",
"cross-env": "^10.1.0",
"dotenv": "^17.3.1",
"jiti": "^2.7.0",
"jsdom": "^29.1.1",
"kanel": "^4.0.2",
"kanel-kysely": "^4.0.0",
"kanel-zod": "^4.0.0",
"knip": "^6.4.1",
"npm-run-all": "^4.1.5",
"typescript": "^6.0.3",
"vite-tsconfig-paths": "^6.1.1",
"vitest": "^4.1.5"
},
"ct3aMetadata": {
"initVersion": "7.9.0"
},
"overrides": {
"react-email": {
"socket.io": {
"socket.io-parser": "^4.2.6"
},
"conf": {
"ajv": {
"fast-uri": "^3.1.2"
}
}
},
"@hookform/devtools": {
"lodash": "^4.18.1"
},
"@tiptap/pm": {
"prosemirror-markdown": {
"markdown-it": "^14.1.1",
"@types/markdown-it": "^14.1.1"
}
},
"@fattureincloud/fattureincloud-ts-sdk": {
"axios": "^1.16.0"
}
}
}