Rust implementation of NextGraph, a Decentralized and local-first web 3.0 ecosystem https://nextgraph.org
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.
 
 
 
 
 
 
nextgraph-rs/ng-sdk-js/example-webapp-vite/package.json

32 lines
753 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.6"
}
}