-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 1002 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 1002 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
{
"name": "ahtapot-extension",
"version": "3.0.0",
"description": "AI-powered Chrome extension for IOC threat intelligence. Analyze IPs, domains, URLs, hashes with Claude, Gemini, GPT-4o and 10 security providers.",
"homepage": "https://chromewebstore.google.com/detail/ahtapot-ioc-analysis-tool/gmekhigahdiddngdhfdkeefcomcankpg",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"type-check": "tsc --noEmit"
},
"dependencies": {
"html2canvas": "^1.4.1",
"i18next": "^23.15.0",
"i18next-browser-languagedetector": "^8.0.0",
"lucide-react": "^0.462.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-i18next": "^15.0.0"
},
"devDependencies": {
"@types/chrome": "^0.0.275",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.3",
"typescript": "^5.6.3",
"vite": "^5.4.11",
"vite-plugin-web-extension": "^4.1.6"
}
}