Files
2026-04-28 23:36:40 +01:00

30 lines
714 B
JSON

{
"name": "llms-for-disinformation-analysis-graphviz",
"private": true,
"version": "0.0.3",
"source": "src/index.html",
"scripts": {
"start": "parcel",
"build": "parcel build"
},
"dependencies": {
"@tailwindcss/postcss": "^4.2.4",
"react": "^19.2.5",
"react-dom": "^19.2.5",
"react-force-graph-2d": "^1.29.1",
"react-force-graph-3d": "^1.29.1",
"tailwindcss": "^4.2.4",
"three": "^0.184.0",
"three-spritetext": "^1.10.0"
},
"devDependencies": {
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"parcel": "^2.14.0",
"parcel-reporter-static-files-copy": "^1.5.3"
},
"@parcel/resolver-default": {
"packageExports": true
}
}