Rust implementation of NextGraph, a Decentralized and local-first web 3.0 ecosystem
https://nextgraph.org
byzantine-fault-tolerancecrdtsdappsdecentralizede2eeeventual-consistencyjson-ldlocal-firstmarkdownocapoffline-firstp2pp2p-networkprivacy-protectionrdfrich-text-editorself-hostedsemantic-websparqlweb3collaboration
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
791 B
33 lines
791 B
{
|
|
"name": "example-webapp-vite",
|
|
"version": "0.1.0",
|
|
"description": "Web-based example application for NextGraph (Vite)",
|
|
"scripts": {
|
|
"build": "vite build --base=./",
|
|
"dev": "vite --host"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://git.nextgraph.org/NextGraph/nextgraph-rs.git"
|
|
},
|
|
"keywords": [
|
|
"nextgraph",
|
|
"webapp",
|
|
"framework",
|
|
"frontend",
|
|
"vite"
|
|
],
|
|
"author": "Niko PLP <niko@nextgraph.org>",
|
|
"license": "(MIT OR Apache-2.0)",
|
|
"bugs": {
|
|
"url": "https://git.nextgraph.org/NextGraph/nextgraph-rs/issues"
|
|
},
|
|
"homepage": "https://docs.nextgraph.org",
|
|
"devDependencies": {
|
|
"vite": "^6.2.6"
|
|
},
|
|
"dependencies": {
|
|
"@ldo/connected-nextgraph": "^1.0.0-alpha.8",
|
|
"nextgraphweb": "^0.1.1-alpha.4"
|
|
}
|
|
}
|
|
|