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-react/package.json

40 lines
1.1 KiB

{
"name": "example-webapp-react",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc --noEmit && vite build",
"lint": "eslint .",
"preview": "vite preview",
"build:ldo": "ldo build --input src/.shapes --output src/.ldo"
},
"dependencies": {
"@ldo/connected-nextgraph": "^1.0.0-alpha.7",
"@ldo/ldo": "^1.0.0-alpha.3",
"@ldo/react": "^1.0.0-alpha.3",
"nextgraphweb": "^0.1.1-alpha.3",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@eslint/js": "^9.22.0",
"@ldo/cli": "^1.0.0-alpha.3",
"@types/jsonld": "^1.5.15",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"@types/shexj": "^2.1.7",
"@vitejs/plugin-react": "^4.3.4",
"autoprefixer": "^10.4.21",
"eslint": "^9.22.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.19",
"globals": "^16.0.0",
"postcss": "^8.5.3",
"tailwindcss": "^3.4.17",
"typescript": "~5.7.2",
"typescript-eslint": "^8.26.1",
"vite": "^6.3.1"
}
}