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

68 lines
1.8 KiB

{
"name": "@nextgraph-monorepo/common",
"private": true,
"version": "0.1.1-alpha",
"type": "module",
"scripts": {
"dev": "vite",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json"
},
"main": "src/main.ts",
"exports": {
".": "./src/main.ts",
"./store": "./src/store.ts",
"./api": "./src/api.ts",
"./routes": "./src/routes/index.ts",
"./lib": "./src/lib/index.ts",
"./lang": "./src/lang.ts",
"./components": "./src/lib/component.ts"
},
"dependencies": {
"@sindresorhus/is": "4.6.0",
"@tailwindcss/typography": "^0.5.13",
"async-proxy": "^0.4.1",
"char-regex": "1.0.2",
"classnames": "^2.3.2",
"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",
"lodash.debounce": "4.0.8",
"skin-tone": "2.0.0",
"style-mod": "^4.1.2",
"svelte-i18n": "^4.0.0",
"svelte-inview": "^4.0.2",
"svelte-spa-router": "^3.3.0",
"vite-plugin-top-level-await": "1.3.1",
"xml-beautifier": "^0.5.0"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "2.0.0",
"@swc/core": "~1.6.0",
"@tsconfig/svelte": "^3.0.0",
"@types/node": "^18.7.10",
"autoprefixer": "^10.4.14",
"dayjs": "^1.11.10",
"internal-ip": "^7.0.0",
"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-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-svelte-svg": "2.2.1",
"vite-plugin-wasm": "3.2.2"
}
}