@humanspeak/svelte-json-view-lite 0.1.1 → 0.1.3
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/README.md +22 -2
- package/package.json +22 -21
package/README.md
CHANGED
|
@@ -252,11 +252,31 @@ pnpm test # vitest + coverage
|
|
|
252
252
|
pnpm build # vite build + svelte-package + publint
|
|
253
253
|
```
|
|
254
254
|
|
|
255
|
+
<!-- docs-kit:ecosystem start -->
|
|
256
|
+
|
|
257
|
+
## Svelte 5 ecosystem
|
|
258
|
+
|
|
259
|
+
Part of the [Humanspeak](https://humanspeak.com) family of runes-native Svelte 5 packages:
|
|
260
|
+
|
|
261
|
+
| Package | Description |
|
|
262
|
+
| --- | --- |
|
|
263
|
+
| [@humanspeak/svelte-markdown](https://markdown.svelte.page) | Runtime markdown renderer for Svelte |
|
|
264
|
+
| [@humanspeak/svelte-virtual-list](https://virtuallist.svelte.page) | Virtual scrolling for Svelte |
|
|
265
|
+
| [@humanspeak/svelte-motion](https://motion.svelte.page) | Framer Motion for Svelte 5 |
|
|
266
|
+
| [@humanspeak/svelte-headless-table](https://table.svelte.page) | Headless data tables for Svelte |
|
|
267
|
+
| [@humanspeak/svelte-diff-match-patch](https://diff.svelte.page) | Diff comparison for Svelte |
|
|
268
|
+
| [@humanspeak/svelte-purify](https://purify.svelte.page) | HTML sanitisation for Svelte |
|
|
269
|
+
| [@humanspeak/svelte-virtual-chat](https://virtualchat.svelte.page) | Virtual chat viewport for Svelte 5 |
|
|
270
|
+
| [@humanspeak/memory-cache](https://memory.svelte.page) | In-memory cache for TypeScript |
|
|
271
|
+
| **[@humanspeak/svelte-json-view-lite](https://jsonview.svelte.page)** — _this package_ | JSON tree viewer for Svelte 5 |
|
|
272
|
+
| [@humanspeak/svelte-scoped-props](https://scoped.svelte.page) | Scoped class props for Svelte |
|
|
273
|
+
|
|
255
274
|
## License
|
|
256
275
|
|
|
257
|
-
MIT © [Humanspeak, Inc.](LICENSE)
|
|
258
|
-
© 2024 AnyRoad.
|
|
276
|
+
MIT © [Humanspeak, Inc.](LICENSE)
|
|
259
277
|
|
|
260
278
|
## Credits
|
|
261
279
|
|
|
262
280
|
Made with ❤️ by [Humanspeak](https://humanspeak.com)
|
|
281
|
+
|
|
282
|
+
<!-- docs-kit:ecosystem end -->
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@humanspeak/svelte-json-view-lite",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.3",
|
|
4
4
|
"description": "Fast, tiny JSON tree viewer for Svelte 5 — port of react-json-view-lite with runes, SSR, snippet overrides, and zero runtime dependencies",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"svelte",
|
|
@@ -55,39 +55,39 @@
|
|
|
55
55
|
}
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
|
-
"@eslint/compat": "^2.0
|
|
58
|
+
"@eslint/compat": "^2.1.0",
|
|
59
59
|
"@eslint/js": "^10.0.1",
|
|
60
|
-
"@playwright/test": "^1.
|
|
60
|
+
"@playwright/test": "^1.60.0",
|
|
61
61
|
"@sveltejs/adapter-auto": "^7.0.1",
|
|
62
|
-
"@sveltejs/kit": "^2.
|
|
62
|
+
"@sveltejs/kit": "^2.61.1",
|
|
63
63
|
"@sveltejs/package": "^2.5.7",
|
|
64
|
-
"@sveltejs/vite-plugin-svelte": "^7.
|
|
64
|
+
"@sveltejs/vite-plugin-svelte": "^7.1.2",
|
|
65
65
|
"@testing-library/jest-dom": "^6.9.1",
|
|
66
66
|
"@testing-library/svelte": "^5.3.1",
|
|
67
67
|
"@testing-library/user-event": "^14.6.1",
|
|
68
|
-
"@types/node": "^25.
|
|
69
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
70
|
-
"@typescript-eslint/parser": "^8.
|
|
71
|
-
"@vitest/coverage-v8": "^4.1.
|
|
72
|
-
"eslint": "^10.
|
|
68
|
+
"@types/node": "^25.9.1",
|
|
69
|
+
"@typescript-eslint/eslint-plugin": "^8.60.0",
|
|
70
|
+
"@typescript-eslint/parser": "^8.60.0",
|
|
71
|
+
"@vitest/coverage-v8": "^4.1.7",
|
|
72
|
+
"eslint": "^10.4.0",
|
|
73
73
|
"eslint-config-prettier": "^10.1.8",
|
|
74
74
|
"eslint-plugin-import": "^2.32.0",
|
|
75
|
-
"eslint-plugin-svelte": "^3.
|
|
75
|
+
"eslint-plugin-svelte": "^3.18.0",
|
|
76
76
|
"eslint-plugin-unused-imports": "^4.4.1",
|
|
77
|
-
"globals": "^17.
|
|
77
|
+
"globals": "^17.6.0",
|
|
78
78
|
"husky": "^9.1.7",
|
|
79
|
-
"jsdom": "^29.
|
|
80
|
-
"mprocs": "^0.9.
|
|
79
|
+
"jsdom": "^29.1.1",
|
|
80
|
+
"mprocs": "^0.9.3",
|
|
81
81
|
"prettier": "^3.8.3",
|
|
82
82
|
"prettier-plugin-organize-imports": "^4.3.0",
|
|
83
|
-
"prettier-plugin-svelte": "^
|
|
84
|
-
"publint": "^0.3.
|
|
85
|
-
"svelte": "^5.55.
|
|
86
|
-
"svelte-check": "^4.4.
|
|
83
|
+
"prettier-plugin-svelte": "^4.0.1",
|
|
84
|
+
"publint": "^0.3.21",
|
|
85
|
+
"svelte": "^5.55.9",
|
|
86
|
+
"svelte-check": "^4.4.8",
|
|
87
87
|
"typescript": "^6.0.3",
|
|
88
|
-
"typescript-eslint": "^8.
|
|
89
|
-
"vite": "^8.0.
|
|
90
|
-
"vitest": "^4.1.
|
|
88
|
+
"typescript-eslint": "^8.60.0",
|
|
89
|
+
"vite": "^8.0.14",
|
|
90
|
+
"vitest": "^4.1.7"
|
|
91
91
|
},
|
|
92
92
|
"peerDependencies": {
|
|
93
93
|
"svelte": "^5.0.0"
|
|
@@ -105,6 +105,7 @@
|
|
|
105
105
|
],
|
|
106
106
|
"scripts": {
|
|
107
107
|
"build": "vite build && npm run package",
|
|
108
|
+
"cf-typegen": "pnpm --filter docs cf-typegen",
|
|
108
109
|
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
|
|
109
110
|
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
|
|
110
111
|
"dev": "vite dev",
|