-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.36 KB
/
Copy pathpackage.json
File metadata and controls
57 lines (57 loc) · 1.36 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
{
"name": "kept",
"version": "0.1.0",
"private": true,
"scripts": {
"predev": "node scripts/copy-pdf-worker.mjs",
"dev": "next dev",
"prebuild": "node scripts/copy-pdf-worker.mjs",
"build": "next build",
"start": "next start",
"test": "vitest run"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.1069.0",
"@tailwindcss/typography": "^0.5.19",
"@vercel/blob": "^2.6.1",
"fuse.js": "^7.3.0",
"geist": "^1.7.1",
"idb": "^8.0.3",
"jspdf": "^4.2.1",
"jszip": "^3.10.1",
"marked": "^18.0.5",
"next": "^16.2.10",
"next-auth": "^5.0.0-beta.31",
"pdfjs-dist": "^6.0.227",
"pg": "^8.21.0",
"react": "^19.2.7",
"react-dom": "^19.2.7",
"react-markdown": "^10.1.0",
"remark-gfm": "^4.0.1",
"shiki": "^4.1.0"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@types/node": "^22.9.0",
"@types/pg": "^8.20.0",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"autoprefixer": "^10.4.20",
"fake-indexeddb": "^6.2.5",
"jsdom": "^29.1.1",
"playwright-core": "^1.61.0",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.14",
"typescript": "^5.6.3",
"vitest": "^4.1.7"
},
"overrides": {
"@vercel/blob": {
"undici": "6.28.0"
},
"jsdom": {
"undici": "7.29.0"
}
}
}