-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
42 lines (42 loc) · 1.01 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "smartsign-gpt",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@react-pdf/renderer": "^4.1.5",
"bcryptjs": "^2.4.3",
"file-saver": "^2.0.5",
"framer-motion": "^11.13.1",
"jose": "^5.9.6",
"jsonwebtoken": "^9.0.2",
"langchain": "^0.3.6",
"lucide-react": "^0.461.0",
"mongodb": "^6.11.0",
"next": "^15.0.3",
"openai": "^4.73.1",
"pdf-lib": "^1.17.1",
"pdf-parse": "^1.1.1",
"pdfjs-dist": "^3.11.174",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-dropzone": "^14.3.5",
"react-markdown": "^9.0.1",
"react-pdf": "^7.7.0",
"react-signature-canvas": "^1.0.6",
"react-tooltip": "^5.28.0"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.15",
"autoprefixer": "^10.4.20",
"eslint": "^8",
"eslint-config-next": "14.2.16",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.16"
}
}