Spaces:
Sleeping
Sleeping
pdf sender add
Browse files- riskwise-ai/package.json +44 -43
riskwise-ai/package.json
CHANGED
|
@@ -1,43 +1,44 @@
|
|
| 1 |
-
{
|
| 2 |
-
"name": "riskwise-ai",
|
| 3 |
-
"version": "0.1.0",
|
| 4 |
-
"private": true,
|
| 5 |
-
"scripts": {
|
| 6 |
-
"dev": "next dev --webpack",
|
| 7 |
-
"build": "next build",
|
| 8 |
-
"start": "next start",
|
| 9 |
-
"lint": "eslint"
|
| 10 |
-
},
|
| 11 |
-
"dependencies": {
|
| 12 |
-
"@base-ui/react": "^1.4.0",
|
| 13 |
-
"@google/generative-ai": "^0.24.1",
|
| 14 |
-
"@supabase/supabase-js": "^2.103.3",
|
| 15 |
-
"@types/nodemailer": "^8.0.0",
|
| 16 |
-
"class-variance-authority": "^0.7.1",
|
| 17 |
-
"clsx": "^2.1.1",
|
| 18 |
-
"lucide-react": "^1.8.0",
|
| 19 |
-
"next": "16.2.4",
|
| 20 |
-
"nodemailer": "^8.0.5",
|
| 21 |
-
"
|
| 22 |
-
"
|
| 23 |
-
"react
|
| 24 |
-
"react-
|
| 25 |
-
"
|
| 26 |
-
"
|
| 27 |
-
"
|
| 28 |
-
"
|
| 29 |
-
"
|
| 30 |
-
"
|
| 31 |
-
|
| 32 |
-
|
| 33 |
-
|
| 34 |
-
"@
|
| 35 |
-
"@types/
|
| 36 |
-
"@types/
|
| 37 |
-
"@types/react
|
| 38 |
-
"
|
| 39 |
-
"eslint
|
| 40 |
-
"
|
| 41 |
-
"
|
| 42 |
-
|
| 43 |
-
}
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"name": "riskwise-ai",
|
| 3 |
+
"version": "0.1.0",
|
| 4 |
+
"private": true,
|
| 5 |
+
"scripts": {
|
| 6 |
+
"dev": "next dev --webpack",
|
| 7 |
+
"build": "next build",
|
| 8 |
+
"start": "next start",
|
| 9 |
+
"lint": "eslint"
|
| 10 |
+
},
|
| 11 |
+
"dependencies": {
|
| 12 |
+
"@base-ui/react": "^1.4.0",
|
| 13 |
+
"@google/generative-ai": "^0.24.1",
|
| 14 |
+
"@supabase/supabase-js": "^2.103.3",
|
| 15 |
+
"@types/nodemailer": "^8.0.0",
|
| 16 |
+
"class-variance-authority": "^0.7.1",
|
| 17 |
+
"clsx": "^2.1.1",
|
| 18 |
+
"lucide-react": "^1.8.0",
|
| 19 |
+
"next": "16.2.4",
|
| 20 |
+
"nodemailer": "^8.0.5",
|
| 21 |
+
"pdf-lib": "^1.17.1",
|
| 22 |
+
"pdfmake": "^0.3.7",
|
| 23 |
+
"react": "19.2.4",
|
| 24 |
+
"react-dom": "19.2.4",
|
| 25 |
+
"react-markdown": "^10.1.0",
|
| 26 |
+
"recharts": "^3.8.1",
|
| 27 |
+
"remark-gfm": "^4.0.1",
|
| 28 |
+
"shadcn": "^4.3.0",
|
| 29 |
+
"tailwind-merge": "^3.5.0",
|
| 30 |
+
"tw-animate-css": "^1.4.0",
|
| 31 |
+
"twilio": "^6.0.0"
|
| 32 |
+
},
|
| 33 |
+
"devDependencies": {
|
| 34 |
+
"@tailwindcss/postcss": "^4",
|
| 35 |
+
"@types/node": "^20",
|
| 36 |
+
"@types/pdfmake": "^0.3.2",
|
| 37 |
+
"@types/react": "^19",
|
| 38 |
+
"@types/react-dom": "^19",
|
| 39 |
+
"eslint": "^9",
|
| 40 |
+
"eslint-config-next": "16.2.4",
|
| 41 |
+
"tailwindcss": "^4",
|
| 42 |
+
"typescript": "^5"
|
| 43 |
+
}
|
| 44 |
+
}
|