nextgraph-react

master
Niko PLP 2 weeks ago
parent 4d52d957f6
commit c32c64abc8
  1. 15
      ng-sdk-js/example-webapp-react-socialquery/package-lock.json
  2. 1
      ng-sdk-js/example-webapp-react-socialquery/package.json

@ -14,6 +14,7 @@
"@ldo/react": "^1.0.0-alpha.15",
"@rdfjs/data-model": "^1.2.0",
"@rdfjs/types": "^1.0.1",
"nextgraph-react": "^0.1.1-alpha.1",
"nextgraphweb": "^0.1.1-alpha.4",
"react": "^19.0.0",
"react-dom": "^19.0.0",
@ -4410,6 +4411,20 @@
"dev": true,
"license": "MIT"
},
"node_modules/nextgraph-react": {
"version": "0.1.1-alpha.1",
"resolved": "https://registry.npmjs.org/nextgraph-react/-/nextgraph-react-0.1.1-alpha.1.tgz",
"integrity": "sha512-YcN4II0Xs25DuUWxli5a70TcVjLNNfpgyUS3N+aGwontVjihg1E7Nxpq/6lLvrazuwJfbvt63NHIlrbZ+5LSRg==",
"license": "MIT/Apache-2.0",
"dependencies": {
"@ldo/connected": "^1.0.0-alpha.15",
"@ldo/connected-nextgraph": "^1.0.0-alpha.15",
"@ldo/react": "^1.0.0-alpha.15",
"@rdfjs/data-model": "^1.2.0",
"cross-fetch": "^3.1.6",
"nextgraphweb": "^0.1.1-alpha.4"
}
},
"node_modules/nextgraphweb": {
"version": "0.1.1-alpha.4",
"resolved": "https://registry.npmjs.org/nextgraphweb/-/nextgraphweb-0.1.1-alpha.4.tgz",

@ -18,6 +18,7 @@
"@rdfjs/data-model": "^1.2.0",
"@rdfjs/types": "^1.0.1",
"nextgraphweb": "^0.1.1-alpha.4",
"nextgraph-react": "^0.1.1-alpha.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-router": "^7.6.0"

Loading…
Cancel
Save