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/sdk/ng-sdk-js/examples/multi-framework-signals/package.json

48 lines
1.3 KiB

{
"name": "multi-framework-signals",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"test": "vitest",
"test:e2e": "playwright test",
"build:shapes": "ldo build --input ./src/shapes/shex --output ./src/shapes/ldo"
},
"dependencies": {
"@nextgraph-monorepo/ng-signals": "workspace:*",
"@astrojs/react": "4.3.0",
"@astrojs/svelte": "7.1.0",
"@astrojs/vue": "^5.1.0",
"@gn8/alien-signals-react": "^0.1.1",
"@gn8/alien-signals-solid": "^0.1.1",
"@gn8/alien-signals-svelte": "^0.1.1",
"@gn8/alien-signals-vue": "^0.1.1",
"@nextgraph-monorepo/ng-alien-deepsignals": "workspace:*",
"@nextgraph-monorepo/ng-shex-orm": "workspace:*",
"@types/react": "19.1.10",
"@types/react-dom": "19.1.7",
"@types/shexj": "^2.1.7",
"alien-signals": "^2.0.7",
"astro": "5.13.2",
"install": "^0.13.0",
"npm": "^11.5.2",
"prettier-eslint": "^16.4.2",
"react": "19.1.1",
"react-dom": "19.1.1",
"svelte": "5.38.2",
"vue": "3.5.19"
},
"devDependencies": {
"@playwright/test": "^1.55.0",
"@types/node": "24.3.0",
"@types/react": "19.1.10",
"@types/react-dom": "19.1.7",
"vite": "7.1.3",
"vitest": "^3.2.4"
}
}