-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
78 lines (78 loc) · 2.12 KB
/
Copy pathpackage.json
File metadata and controls
78 lines (78 loc) · 2.12 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "plothole",
"version": "2.0.0",
"private": true,
"description": "AI-powered narrative architecture tool",
"type": "module",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "tsc --noEmit",
"analyze": "ANALYZE=true next build"
},
"dependencies": {
"@alittler/creatures": "github:alittler/euro-bestiary",
"@auth0/auth0-react": "^2.16.1",
"@aws-sdk/client-s3": "^3.1024.0",
"@aws-sdk/lib-storage": "^3.1024.0",
"@aws-sdk/s3-request-presigner": "^3.1024.0",
"@flaticon/flaticon-uicons": "^3.3.1",
"@google/genai": "^1.29.0",
"@markdoc/markdoc": "^0.5.7",
"@tiptap/react": "^3.20.6",
"@tiptap/starter-kit": "^3.20.6",
"@uppy/core": "^5.2.0",
"@uppy/dashboard": "^5.1.1",
"@uppy/dropbox": "^5.1.0",
"@uppy/google-drive": "^5.1.0",
"@uppy/react": "^5.2.0",
"@uppy/xhr-upload": "^5.2.0",
"@vercel/blob": "^2.4.0",
"@xyflow/react": "^12.10.1",
"cors": "^2.8.6",
"diff": "^8.0.4",
"docx": "^9.6.1",
"dompurify": "^3.3.3",
"dotenv": "^17.2.3",
"file-saver": "^2.0.5",
"fuse.js": "^7.1.0",
"js-yaml": "^4.1.1",
"jszip": "^3.10.1",
"leaflet": "^1.9.4",
"leaflet.markercluster": "^1.5.3",
"llm-splitter": "^0.2.0",
"lucide-react": "^0.546.0",
"motion": "^12.23.24",
"next": "^16.2.3",
"papaparse": "^5.5.3",
"pdf-parse": "^2.4.5",
"pdfjs-dist": "^5.5.207",
"pg": "^8.21.0",
"react": "^19.2.5",
"react-dom": "^19.2.5",
"react-markdown": "^10.1.0",
"react-router-dom": "^7.13.1",
"recharts": "^3.8.1",
"rehype-raw": "^7.0.0",
"remark-gfm": "^4.0.1",
"resend": "^6.9.3",
"suncalc": "^1.9.0",
"tesseract.js": "^7.0.0",
"uppy": "^5.2.4",
"yaml": "^2.9.0",
"zod": "^4.3.6"
},
"devDependencies": {
"@jest/globals": "^29.7.0",
"@next/bundle-analyzer": "^16.2.6",
"@tailwindcss/postcss": "^4.2.2",
"@types/node": "^22.14.0",
"@types/pg": "^8.20.0",
"autoprefixer": "^10.4.27",
"postcss": "^8.5.9",
"tailwindcss": "^4.2.2",
"tsx": "^4.21.0",
"typescript": "~5.8.2"
}
}