-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.33 KB
/
Copy pathpackage.json
File metadata and controls
52 lines (52 loc) · 1.33 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
{
"name": "libwisee",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint",
"postinstall": "prisma generate",
"test": "vitest",
"test:e2e": "playwright test",
"prepare": "husky || true"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.1018.0",
"@aws-sdk/s3-request-presigner": "^3.1022.0",
"@clerk/nextjs": "^7.0.7",
"@prisma/adapter-pg": "^7.6.0",
"@prisma/client": "^7.5.0",
"clsx": "^2.1.1",
"framer-motion": "^12.38.0",
"inngest": "^4.1.0",
"lucide-react": "^1.7.0",
"next": "16.2.1",
"pdf-lib": "^1.17.1",
"pdfjs-dist": "^5.5.207",
"pg": "^8.20.0",
"react": "19.2.4",
"react-dom": "19.2.4",
"tailwind-merge": "^3.5.0"
},
"devDependencies": {
"@playwright/test": "^1.58.2",
"@tailwindcss/postcss": "^4",
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@types/node": "^20",
"@types/pg": "^8.20.0",
"@types/react": "^19",
"@types/react-dom": "^19",
"@vitejs/plugin-react": "^6.0.1",
"eslint": "^9",
"eslint-config-next": "16.2.1",
"jsdom": "^29.0.1",
"prisma": "^7.5.0",
"tailwindcss": "^4",
"typescript": "^5",
"vitest": "^4.1.2"
}
}