flow like the river

This commit is contained in:
root 2025-11-07 00:06:12 +01:00
commit 013fe673f3
42435 changed files with 5764238 additions and 0 deletions

27
VISUALIZACION/package.json Executable file
View file

@ -0,0 +1,27 @@
{
"dependencies": {
"@elastic/elasticsearch": "^8.9.0",
"3d-force-graph": "^1.73.3",
"express": "^4.18.2",
"express-graphql": "^0.12.0",
"force-graph": "^1.43.2",
"graphql": "^15.8.0",
"mongod": "^2.0.0",
"mongoose": "^7.3.4",
"three": "^0.168.0",
"tree": "^0.1.3"
},
"name": "flujos",
"version": "1.0.0",
"main": "FLUJOS_APP.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"devDependencies": {
"parcel-bundler": "^1.8.1"
}
}