-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 968 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 968 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
39
{
"name": "verity",
"version": "1.0.0",
"description": "Forensic truth verification powered by Gemini 3's reasoning engine",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nife-codes/Verity.git"
},
"author": "",
"license": "MIT",
"dependencies": {
"@google/generative-ai": "^0.21.0",
"@react-three/drei": "^9.114.3",
"@react-three/fiber": "^8.17.10",
"d3": "^7.9.0",
"exifr": "^7.1.3",
"framer-motion": "^12.29.2",
"jspdf": "^4.0.0",
"pdf-lib": "^1.17.1",
"pdfjs-dist": "^5.4.624",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-type-animation": "^3.2.0",
"three": "^0.168.0"
},
"devDependencies": {
"@vitejs/plugin-react": "^4.3.4",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.17",
"vite": "^6.0.5"
}
}