-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 610 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 610 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
{
"name": "zero-day-codebase",
"version": "1.0.0",
"description": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"packageManager": "[email protected]",
"devDependencies": {
"@types/uuid": "^10.0.0",
"nx": "21.5.2"
},
"dependencies": {
"@tensorflow/tfjs": "^4.22.0",
"chart.js": "^4.5.0",
"framer-motion": "^12.23.12",
"lucide-react": "^0.543.0",
"mammoth": "^1.10.0",
"pdfjs-dist": "^5.4.149",
"react-chartjs-2": "^5.3.0",
"recharts": "^3.2.0",
"uuid": "^13.0.0"
}
}