@logixode/force-graph-lib 0.1.4 → 0.1.5
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/package.json +6 -6
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@logixode/force-graph-lib",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.5",
|
|
5
5
|
"description": "Force-directed graph visualization library.",
|
|
6
6
|
"author": "Rohmad Kurniadi",
|
|
7
7
|
"license": "MIT",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"build": "bunx --bun vite build && npx tsc --project tsconfig.lib.json --noEmit",
|
|
39
39
|
"preview": "bunx --bun vite preview",
|
|
40
40
|
"docs:dev": "bunx --bun vitepress dev",
|
|
41
|
-
"docs:build": "
|
|
41
|
+
"docs:build": "vitepress build",
|
|
42
42
|
"docs:preview": "bunx --bun vitepress preview"
|
|
43
43
|
},
|
|
44
44
|
"dependencies": {
|
|
@@ -54,12 +54,13 @@
|
|
|
54
54
|
"tailwind-merge": "^3.3.1",
|
|
55
55
|
"tw-animate-css": "^1.3.8",
|
|
56
56
|
"vite-plugin-dts": "^4.5.4",
|
|
57
|
-
"vue-sonner": "^2.0.8"
|
|
57
|
+
"vue-sonner": "^2.0.8",
|
|
58
|
+
"vitepress": "^2.0.0-alpha.12"
|
|
58
59
|
},
|
|
59
60
|
"peerDependencies": {
|
|
60
61
|
"d3": "^7.9.0",
|
|
61
62
|
"d3-force-clustering": "^1.0.0",
|
|
62
|
-
"force-graph": "^1.
|
|
63
|
+
"force-graph": "^1.50.1"
|
|
63
64
|
},
|
|
64
65
|
"devDependencies": {
|
|
65
66
|
"@types/d3": "^7.4.3",
|
|
@@ -67,7 +68,6 @@
|
|
|
67
68
|
"postcss": "^8.5.6",
|
|
68
69
|
"tailwindcss": "3",
|
|
69
70
|
"typescript": "~5.8.3",
|
|
70
|
-
"vite": "^7.1.2"
|
|
71
|
-
"vitepress": "^2.0.0-alpha.12"
|
|
71
|
+
"vite": "^7.1.2"
|
|
72
72
|
}
|
|
73
73
|
}
|