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.
31 lines
850 B
31 lines
850 B
{
|
|
"name": "@ldo/compact",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "pnpm -r --filter '@ldo/*' build"
|
|
},
|
|
"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",
|
|
"prettier": "3.0.3",
|
|
"ts-jest": "^29.3.0",
|
|
"typescript": "^5.2.2",
|
|
"vitest": "^3.1.3"
|
|
},
|
|
"dependencies": {
|
|
"prettier-eslint": "^16.4.2"
|
|
}
|
|
}
|
|
|