json-schema-builder-react 0.0.5 → 0.0.7

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "json-schema-builder-react",
3
- "version": "0.0.5",
3
+ "version": "0.0.7",
4
4
  "description": "A React component library for building and editing JSON schemas visually",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -53,9 +53,20 @@
53
53
  },
54
54
  "peerDependencies": {
55
55
  "react": "^18.0.0",
56
- "react-dom": "^18.0.0"
56
+ "react-dom": "^18.0.0",
57
+ "@radix-ui/react-checkbox": "^1.0.0",
58
+ "@radix-ui/react-dialog": "^1.0.0",
59
+ "@radix-ui/react-label": "^2.0.0",
60
+ "@radix-ui/react-select": "^2.0.0",
61
+ "@radix-ui/react-slot": "^1.0.0",
62
+ "@radix-ui/react-tooltip": "^1.0.0",
63
+ "class-variance-authority": "^0.7.0",
64
+ "clsx": "^2.0.0",
65
+ "lucide-react": "^0.507.0",
66
+ "tailwind-merge": "^3.4.0"
57
67
  },
58
- "dependencies": {
68
+ "dependencies": {},
69
+ "devDependencies": {
59
70
  "@radix-ui/react-checkbox": "^1.3.3",
60
71
  "@radix-ui/react-dialog": "^1.1.15",
61
72
  "@radix-ui/react-label": "^2.1.8",
@@ -66,9 +77,7 @@
66
77
  "clsx": "^2.1.1",
67
78
  "lucide-react": "^0.453.0",
68
79
  "tailwind-merge": "^2.6.0",
69
- "tailwindcss-animate": "^1.0.7"
70
- },
71
- "devDependencies": {
80
+ "tailwindcss-animate": "^1.0.7",
72
81
  "@tailwindcss/typography": "^0.5.15",
73
82
  "@tailwindcss/vite": "^4.1.3",
74
83
  "@types/json-schema": "^7.0.15",
@@ -1,6 +0,0 @@
1
- This favicon was generated using the following font:
2
-
3
- - Font Title: Lato
4
- - Font Author: undefined
5
- - Font Source: https://fonts.gstatic.com/s/lato/v24/S6u9w4BMUTPHh50Xew-FGC_p9dw.ttf
6
- - Font License: undefined)
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
@@ -1 +0,0 @@
1
- {"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"}