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.
121 lines
4.5 KiB
121 lines
4.5 KiB
{
|
|
"name": "ng-app",
|
|
"private": true,
|
|
"version": "0.1.0-preview.7",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "shx cp index-native.html index.html && vite",
|
|
"webdev": "shx cp index-web.html index.html && cross-env NG_APP_WEB=1 TAURI_DEBUG=1 vite",
|
|
"webbuild": "shx cp index-web.html index.html && cross-env NG_APP_WEB=1 vite build && rm -f ./dist-web/assets/*.svg && tar --exclude .DS_Store -zcvf dist-web.tar.gz dist-web",
|
|
"webfilebuild": "shx cp index-web.html index.html && cross-env NG_APP_WEB=1 NG_APP_FILE=1 vite build && node prepare-app-file.cjs && rm -rf ./dist-file/assets && tar --exclude .DS_Store -zcvf dist-file.tar.gz dist-file",
|
|
"webfilebuilddebug": "shx cp index-web.html index.html && cross-env NG_APP_WEB=1 NG_APP_FILE=1 TAURI_DEBUG=1 vite build -m debug",
|
|
"build": "shx cp index-native.html index.html && vite build && shx rm -f ./dist/assets/*.svg",
|
|
"buildfile": "shx cp index-native.html index.html && cross-env NG_APP_FILE=1 vite build && rm -rf ./dist/assets && tar --exclude .DS_Store -zcvf dist.tar.gz dist",
|
|
"preview": "vite preview",
|
|
"check": "svelte-check --tsconfig ./tsconfig.json",
|
|
"tauri": "tauri"
|
|
},
|
|
"dependencies": {
|
|
"@automerge/automerge": "^2.2.8",
|
|
"@codemirror/autocomplete": "^6.17.0",
|
|
"@codemirror/commands": "^6.6.0",
|
|
"@codemirror/lang-css": "^6.0.1",
|
|
"@codemirror/lang-html": "^6.2.0",
|
|
"@codemirror/lang-javascript": "^6.2.2",
|
|
"@codemirror/lang-rust": "^6.0.1",
|
|
"@codemirror/language": "^6.10.2",
|
|
"@codemirror/legacy-modes": "^6.4.0",
|
|
"@codemirror/lint": "^6.8.1",
|
|
"@codemirror/search": "^6.5.6",
|
|
"@codemirror/state": "^6.4.1",
|
|
"@codemirror/view": "^6.29.1",
|
|
"@lezer/common": "^1.0.0",
|
|
"@lezer/highlight": "^1.0.0",
|
|
"@lezer/javascript": "^1.2.0",
|
|
"@lezer/lr": "^1.0.0",
|
|
"@milkdown-lab/plugin-split-editing": "^1.3.1",
|
|
"@milkdown/core": "^7.4.0",
|
|
"@milkdown/ctx": "^7.2.0",
|
|
"@milkdown/plugin-collab": "^7.4.0",
|
|
"@milkdown/plugin-emoji": "^7.4.0",
|
|
"@milkdown/plugin-indent": "^7.4.0",
|
|
"@milkdown/plugin-math": "^7.4.0",
|
|
"@milkdown/plugin-prism": "^7.4.0",
|
|
"@milkdown/plugin-slash": "^7.4.0",
|
|
"@milkdown/preset-commonmark": "^7.4.0",
|
|
"@milkdown/preset-gfm": "^7.4.0",
|
|
"@milkdown/prose": "^7.2.0",
|
|
"@milkdown/theme-nord": "^7.4.0",
|
|
"@milkdown/transformer": "^7.2.0",
|
|
"@milkdown/utils": "^7.4.0",
|
|
"@popperjs/core": "^2.11.8",
|
|
"@replit/codemirror-lang-svelte": "^6.0.0",
|
|
"@sindresorhus/is": "4.6.0",
|
|
"@tailwindcss/typography": "^0.5.13",
|
|
"@tauri-apps/api": "2.0.0-alpha.8",
|
|
"@tauri-apps/plugin-barcode-scanner": "2.0.0-alpha.0",
|
|
"@tauri-apps/plugin-window": "2.0.0-alpha.1",
|
|
"async-proxy": "^0.4.1",
|
|
"char-regex": "1.0.2",
|
|
"classnames": "^2.3.2",
|
|
"codemirror": "^6.0.1",
|
|
"debug": "^4.3.6",
|
|
"emojilib": "2.4.0",
|
|
"extend": "3.0.2",
|
|
"flowbite": "^1.6.5",
|
|
"flowbite-svelte": "^0.43.3",
|
|
"html5-qrcode": "^2.3.8",
|
|
"immutable-json-patch": "^6.0.1",
|
|
"katex": "^0.16.11",
|
|
"lodash.debounce": "4.0.8",
|
|
"ng-sdk-js": "workspace:^0.1.0-preview.7",
|
|
"prism-themes": "^1.9.0",
|
|
"prosemirror-model": "^1.7.1",
|
|
"prosemirror-state": "^1.2.3",
|
|
"prosemirror-svelte": "^0.2.4",
|
|
"prosemirror-view": "^1.9.10",
|
|
"skin-tone": "2.0.0",
|
|
"style-mod": "^4.1.2",
|
|
"svelte-codemirror-editor": "^1.4.0",
|
|
"svelte-i18n": "^4.0.0",
|
|
"svelte-inview": "^4.0.2",
|
|
"svelte-jsoneditor": "^0.23.8",
|
|
"svelte-spa-router": "^3.3.0",
|
|
"vite-plugin-top-level-await": "^1.3.1",
|
|
"xml-beautifier": "^0.5.0",
|
|
"y-codemirror.next": "^0.3.5",
|
|
"y-prosemirror": "^1.2.10",
|
|
"y-protocols": "^1.0.1",
|
|
"yjs": "^13.6.18"
|
|
},
|
|
"devDependencies": {
|
|
"@sveltejs/vite-plugin-svelte": "^2.0.0",
|
|
"@tauri-apps/cli": "2.0.0-alpha.14",
|
|
"@tsconfig/svelte": "^3.0.0",
|
|
"@types/node": "^18.7.10",
|
|
"autoprefixer": "^10.4.14",
|
|
"cross-env": "^7.0.3",
|
|
"dayjs": "^1.11.10",
|
|
"highlight.js": "^11.10.0",
|
|
"internal-ip": "^7.0.0",
|
|
"node-gzip": "^1.1.2",
|
|
"postcss": "^8.4.23",
|
|
"postcss-load-config": "^4.0.1",
|
|
"prettier": "^3.3.2",
|
|
"prettier-plugin-svelte": "^3.2.5",
|
|
"shx": "^0.3.4",
|
|
"svelte": "^3.54.0",
|
|
"svelte-check": "^3.0.0",
|
|
"svelte-heros-v2": "^0.10.12",
|
|
"svelte-highlight": "^7.7.0",
|
|
"svelte-preprocess": "^5.0.3",
|
|
"svelte-time": "^0.8.0",
|
|
"tailwindcss": "^3.3.1",
|
|
"tslib": "^2.4.1",
|
|
"typescript": "^4.9.5",
|
|
"vite": "^4.2.1",
|
|
"vite-plugin-singlefile": "^0.13.5",
|
|
"vite-plugin-svelte-svg": "^2.2.1",
|
|
"vite-plugin-wasm": "^3.2.2"
|
|
}
|
|
}
|
|
|