-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 976 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 976 Bytes
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
{
"name": "threadline",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint",
"build-data": "node scripts/build-breach-data.js && node scripts/build-breach-catalog.js",
"build-catalog": "node scripts/build-breach-catalog.js"
},
"dependencies": {
"@radix-ui/react-progress": "^1.1.8",
"clsx": "^2.1.1",
"d3": "^7.9.0",
"d3-force": "^3.0.0",
"framer-motion": "^12.38.0",
"html2canvas": "^1.4.1",
"jspdf": "^4.2.1",
"lucide-react": "*",
"next": "16.2.3",
"playwright": "^1.59.1",
"react": "19.2.4",
"react-dom": "19.2.4",
"sharp": "^0.34.5",
"tailwind-merge": "^3.5.0",
"tesseract.js": "^7.0.0",
"whoiser": "^2.0.0-beta.10"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"eslint": "^9",
"eslint-config-next": "16.2.3",
"tailwindcss": "^4",
"typescript": "^6.0.2"
}
}