-
Notifications
You must be signed in to change notification settings - Fork 234
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.28 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.28 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
{
"name": "globalthreatmap",
"version": "1.0.0",
"description": "Global Threat & Event Intelligence Map - Real-time situational awareness platform",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"keywords": [
"threat-intelligence",
"osint",
"geopolitical",
"mapbox",
"valyu"
],
"author": "",
"license": "ISC",
"dependencies": {
"@mapbox/mapbox-gl-geocoder": "^5.1.2",
"@tailwindcss/postcss": "^4.1.18",
"@types/node": "^25.0.10",
"@types/react": "^19.2.9",
"@types/react-dom": "^19.2.3",
"autoprefixer": "^10.4.23",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"eslint": "^9.39.2",
"eslint-config-next": "^16.1.4",
"geist": "^1.5.1",
"lucide-react": "^0.562.0",
"mapbox-gl": "^3.18.0",
"next": "^16.1.4",
"openai": "^6.16.0",
"postcss": "^8.5.6",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"react-map-gl": "^8.1.0",
"react-markdown": "^10.1.0",
"remark-gfm": "^4.0.1",
"streamdown": "^2.1.0",
"tailwind-merge": "^3.4.0",
"tailwindcss": "^4.1.18",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.9.3",
"valyu-js": "^2.5.2",
"zod": "^4.3.5",
"zustand": "^5.0.10"
}
}