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.
39 lines
1.1 KiB
39 lines
1.1 KiB
{
|
|
"name": "@nextgraph-monorepo/ng-ldo-compact",
|
|
"private": true,
|
|
"workspaces": [
|
|
"packages/*"
|
|
],
|
|
"scripts": {
|
|
"test": "lerna run test",
|
|
"build": "lerna run build",
|
|
"lint": "lerna run lint",
|
|
"clean": "lerna clean --yes && lerna run remove-dist && rimraf node_modules",
|
|
"publish": "lerna publish --no-private"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/preset-env": "^7.26.9",
|
|
"@testing-library/react": "^16.3.0",
|
|
"@testing-library/user-event": "^14.6.1",
|
|
"@types/jest": "^27.5.2",
|
|
"@types/node": "^20.5.7",
|
|
"@typescript-eslint/eslint-plugin": "^6.5.0",
|
|
"@typescript-eslint/parser": "^6.5.0",
|
|
"@vitejs/plugin-react": "^4.4.1",
|
|
"@vitest/coverage-istanbul": "^3.2.3",
|
|
"eslint": "^8.48.0",
|
|
"eslint-config-prettier": "^9.0.0",
|
|
"eslint-plugin-prettier": "^5.0.0",
|
|
"eslint-plugin-react": "^7.33.2",
|
|
"jest": "^29.7.0",
|
|
"jsdom": "^26.1.0",
|
|
"lerna": "^7.2.0",
|
|
"prettier": "3.0.3",
|
|
"ts-jest": "^29.3.0",
|
|
"typescript": "^5.2.2",
|
|
"vitest": "^3.1.3"
|
|
},
|
|
"dependencies": {
|
|
"prettier-eslint": "^16.4.2"
|
|
}
|
|
}
|
|
|