fubi
Version:
A lightweight, universal in-page feedback and collaboration tool for web applications.
65 lines (64 loc) • 1.55 kB
JSON
{
"name": "fubi",
"description": "A lightweight, universal in-page feedback and collaboration tool for web applications. ",
"author": "Wonder Makers",
"version": "0.4.4",
"homepage": "https://fubi.dev",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"prepare": "tw-patch install",
"preview": "vite preview",
"watch": "vite build --watch",
"pub": "bun run publish.js"
},
"files": [
"src/dist"
],
"main": "./src/dist/fubi.js",
"module": "./src/dist/fubi.js",
"exports": {
".": "./src/dist/fubi.js"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^5.0.3",
"postcss-import": "^16.1.0",
"prettier-plugin-tailwindcss": "^0.6.11",
"svelte": "^5.20.2",
"tailwindcss-patch": "^7.1.1",
"terser": "^5.39.0",
"unplugin-tailwindcss-mangle": "^4.1.1",
"vite": "^6.2.0"
},
"dependencies": {
"@floating-ui/dom": "^1.7.0",
"@fontsource/inter": "^5.2.5",
"@svelte-put/clickoutside": "^4.0.0",
"@tailwindcss/postcss": "^4.1.3",
"fubi": "0.2.0-beta.2",
"html-to-image": "^1.11.13",
"lenis": "v1.1.19-dev.3",
"melt": "^0.30.1",
"pocketbase": "^0.25.2",
"prettier": "^3.5.3",
"rollup-plugin-postcss": "^4.0.2",
"swiper": "^11.2.10",
"tailwind": "^4.0.0",
"tailwindcss": "^4.1.3",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-css-injected-by-js": "^3.5.2"
},
"keywords": [
"feedback",
"collaboration",
"comments",
"annotation",
"ui-feedback",
"web-comments",
"feedback-tool",
"in-page-feedback",
"element-comments",
"realtime"
]
}