-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.13 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.13 KB
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
43
44
{
"name": "contract-debugger",
"version": "1.0.0",
"description": "AI Contract Debugger - Analyze legal documents for loopholes and risks",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint",
"type-check": "tsc --noEmit"
},
"dependencies": {
"next": "^15.1.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"dexie": "^4.0.10",
"dexie-react-hooks": "^1.1.7",
"zustand": "^5.0.2",
"@tanstack/react-query": "^5.62.0",
"openai": "^4.77.0",
"pdf-parse": "^1.1.1",
"mammoth": "^1.8.0",
"jspdf": "^2.5.2",
"docx": "^9.0.2",
"framer-motion": "^11.15.0",
"lucide-react": "^0.469.0",
"clsx": "^2.1.1",
"tailwind-merge": "^2.6.0",
"date-fns": "^4.1.0"
},
"devDependencies": {
"@types/node": "^22.10.0",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"typescript": "^5.7.2",
"tailwindcss": "^3.4.17",
"postcss": "^8.4.49",
"autoprefixer": "^10.4.20",
"eslint": "^9.17.0",
"eslint-config-next": "^15.1.0",
"@eslint/eslintrc": "^3.2.0"
}
}