n8n anonyme

This commit is contained in:
nBiqoz
2025-06-12 23:17:56 +02:00
parent 07bce46fd7
commit 00ad46a1a6
29 changed files with 8458 additions and 1 deletions

40
package.json Normal file
View File

@@ -0,0 +1,40 @@
{
"name": "anonyme",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@radix-ui/react-progress": "^1.1.7",
"@radix-ui/react-separator": "^1.1.7",
"@radix-ui/react-slot": "^1.2.3",
"@shadcn/ui": "^0.0.4",
"@ungap/with-resolvers": "^0.1.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^0.514.0",
"mammoth": "^1.9.1",
"next": "15.3.3",
"pdfjs-dist": "^5.3.31",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"tailwind-merge": "^3.3.1"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/pdfjs-dist": "^2.10.377",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "15.3.3",
"tailwindcss": "^4",
"tw-animate-css": "^1.3.4",
"typescript": "^5"
}
}