-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.64 KB
/
Copy pathpackage.json
File metadata and controls
60 lines (60 loc) · 1.64 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "tender-automation-panel",
"version": "1.0.0",
"description": "Professional Tender Automation Panel - Local-first with Firebase-like architecture",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"type-check": "tsc --noEmit",
"test": "vitest",
"test:ui": "vitest --ui"
},
"dependencies": {
"@google/generative-ai": "^0.24.1",
"@hookform/resolvers": "^3.3.4",
"@serwist/next": "^9.5.12",
"@tiptap/extension-text-align": "^2.1.12",
"@tiptap/pm": "^2.1.12",
"@tiptap/react": "^2.1.12",
"@tiptap/starter-kit": "^2.1.12",
"clsx": "^2.0.0",
"date-fns": "^3.0.0",
"firebase": "^11.0.1",
"groq-sdk": "^1.2.1",
"html2canvas": "^1.4.1",
"idb": "^8.0.3",
"jspdf": "^4.2.1",
"lucide-react": "^0.575.0",
"next": "^15.1.3",
"openai": "^6.39.1",
"react": "^18.3.0",
"react-dom": "^18.3.0",
"react-hook-form": "^7.50.0",
"serwist": "^9.5.12",
"tailwind-merge": "^2.3.0",
"tailwindcss-animate": "^1.0.7",
"uuid": "^9.0.1",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/node": "^20.10.6",
"@types/react": "^18.2.45",
"@types/react-dom": "^18.2.18",
"@types/uuid": "^9.0.7",
"@typescript-eslint/eslint-plugin": "^6.16.0",
"@typescript-eslint/parser": "^6.16.0",
"@vitest/ui": "^4.1.7",
"autoprefixer": "^10.4.16",
"eslint": "^8.56.0",
"eslint-config-next": "^15.1.3",
"fast-check": "^4.8.0",
"jsdom": "^29.1.1",
"postcss": "^8.4.32",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3",
"vitest": "^4.1.7"
}
}