fubi 0.4.8 → 1.0.0-beta.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.es.js +27013 -0
- package/dist/index.iife.js +5 -0
- package/package.json +42 -37
- package/dist/fonts/inter-latin-400-normal.woff2 +0 -0
- package/dist/fonts/inter-latin-500-normal.woff2 +0 -0
- package/dist/fonts/inter-latin-600-normal.woff2 +0 -0
- package/dist/fonts/inter-latin-700-normal.woff2 +0 -0
- package/dist/fubi.iife.js +0 -108
- package/dist/fubi.js +0 -9802
package/package.json
CHANGED
|
@@ -1,53 +1,58 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "fubi",
|
|
3
|
-
"description": "A lightweight, universal in-page feedback and collaboration tool for web applications.
|
|
3
|
+
"description": "A lightweight, universal in-page feedback and collaboration tool for web applications.",
|
|
4
4
|
"author": "Wonder Makers",
|
|
5
|
-
"version": "0.
|
|
5
|
+
"version": "1.0.0-beta.10",
|
|
6
6
|
"homepage": "https://fubi.dev",
|
|
7
7
|
"type": "module",
|
|
8
|
-
"
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
"
|
|
13
|
-
|
|
14
|
-
|
|
8
|
+
"types": "./dist/index.d.ts",
|
|
9
|
+
"main": "./dist/index.es.js",
|
|
10
|
+
"module": "./dist/index.es.js",
|
|
11
|
+
"exports": {
|
|
12
|
+
".": {
|
|
13
|
+
"types": "./dist/index.d.ts",
|
|
14
|
+
"import": "./dist/index.es.js"
|
|
15
|
+
}
|
|
15
16
|
},
|
|
16
17
|
"files": [
|
|
17
18
|
"dist"
|
|
18
19
|
],
|
|
19
|
-
"
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
"
|
|
20
|
+
"scripts": {
|
|
21
|
+
"dev": "concurrently \"vite dev\" \"wait-on dist/index.es.js && vite --host\"",
|
|
22
|
+
"prod": "concurrently \"vite build --watch\" \"wait-on dist/index.es.js && cd demo && vite --host\"",
|
|
23
|
+
"build": "tsc && vite build",
|
|
24
|
+
"typecheck": "tsc --noEmit",
|
|
25
|
+
"pub": "bun run publish.js"
|
|
23
26
|
},
|
|
24
27
|
"devDependencies": {
|
|
25
|
-
"@
|
|
26
|
-
"
|
|
27
|
-
"
|
|
28
|
-
"svelte": "^
|
|
29
|
-
"tailwindcss
|
|
30
|
-
"
|
|
31
|
-
"
|
|
32
|
-
"
|
|
28
|
+
"@hugeicons-pro/core-solid-rounded": "^3.1.0",
|
|
29
|
+
"@hugeicons-pro/core-stroke-standard": "^1.2.1",
|
|
30
|
+
"@hugeicons/svelte": "^1.0.3",
|
|
31
|
+
"@sveltejs/vite-plugin-svelte": "^4.0.4",
|
|
32
|
+
"@tailwindcss/vite": "^4.1.18",
|
|
33
|
+
"@types/node": "^20.19.28",
|
|
34
|
+
"astro": "^4.16.19",
|
|
35
|
+
"bits-ui": "^2.15.4",
|
|
36
|
+
"concurrently": "^9.2.1",
|
|
37
|
+
"lightningcss": "^1.30.2",
|
|
38
|
+
"pocketbase": "^0.26.5",
|
|
39
|
+
"prettier": "^3.7.4",
|
|
40
|
+
"prettier-plugin-svelte": "^3.4.1",
|
|
41
|
+
"runed": "^0.34.0",
|
|
42
|
+
"svelte": "5.41.2",
|
|
43
|
+
"tailwindcss": "^4.1.18",
|
|
44
|
+
"terser": "^5.44.1",
|
|
45
|
+
"typescript": "^5.9.3",
|
|
46
|
+
"vite": "^5.4.21",
|
|
47
|
+
"wait-on": "^8.0.5"
|
|
33
48
|
},
|
|
34
49
|
"dependencies": {
|
|
35
|
-
"@
|
|
36
|
-
"@
|
|
37
|
-
"@
|
|
38
|
-
"@
|
|
39
|
-
"
|
|
40
|
-
"
|
|
41
|
-
"lenis": "v1.1.19-dev.3",
|
|
42
|
-
"melt": "^0.30.1",
|
|
43
|
-
"pocketbase": "^0.25.2",
|
|
44
|
-
"prettier": "^3.5.3",
|
|
45
|
-
"rollup-plugin-postcss": "^4.0.2",
|
|
46
|
-
"swiper": "^11.2.10",
|
|
47
|
-
"tailwind": "^4.0.0",
|
|
48
|
-
"tailwindcss": "^4.1.3",
|
|
49
|
-
"vite-plugin-compression": "^0.5.1",
|
|
50
|
-
"vite-plugin-css-injected-by-js": "^3.5.2"
|
|
50
|
+
"@hugeicons-pro/core-bulk-rounded": "^3.1.0",
|
|
51
|
+
"@hugeicons-pro/core-duotone-rounded": "^3.1.0",
|
|
52
|
+
"@hugeicons-pro/core-solid-standard": "^3.1.0",
|
|
53
|
+
"@hugeicons-pro/core-stroke-rounded": "^3.1.0",
|
|
54
|
+
"prettier-plugin-astro": "^0.14.1",
|
|
55
|
+
"tailwindcss-animate": "^1.0.7"
|
|
51
56
|
},
|
|
52
57
|
"keywords": [
|
|
53
58
|
"feedback",
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|