organify-ui 0.3.30 → 0.3.32
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 +9 -10
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "organify-ui",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.32",
|
|
4
4
|
"description": "Organify Design System — Liquid Glass UI components with glassmorphism, branded icons, i18n, and theme system for React",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Organify <dev@organify.studio>",
|
|
@@ -76,14 +76,6 @@
|
|
|
76
76
|
"dist",
|
|
77
77
|
"src/globals.css"
|
|
78
78
|
],
|
|
79
|
-
"scripts": {
|
|
80
|
-
"build": "tsup",
|
|
81
|
-
"dev": "tsup --watch",
|
|
82
|
-
"typecheck": "tsc --noEmit",
|
|
83
|
-
"lint": "eslint src/",
|
|
84
|
-
"clean": "rm -rf dist .turbo",
|
|
85
|
-
"prepublishOnly": "npm run build"
|
|
86
|
-
},
|
|
87
79
|
"dependencies": {
|
|
88
80
|
"@radix-ui/react-avatar": "^1.1.3",
|
|
89
81
|
"@radix-ui/react-checkbox": "^1.3.3",
|
|
@@ -124,5 +116,12 @@
|
|
|
124
116
|
"react": "^18.0.0 || ^19.0.0",
|
|
125
117
|
"react-dom": "^18.0.0 || ^19.0.0",
|
|
126
118
|
"tailwindcss": "^4.0.0"
|
|
119
|
+
},
|
|
120
|
+
"scripts": {
|
|
121
|
+
"build": "tsup",
|
|
122
|
+
"dev": "tsup --watch",
|
|
123
|
+
"typecheck": "tsc --noEmit",
|
|
124
|
+
"lint": "eslint src/",
|
|
125
|
+
"clean": "rm -rf dist .turbo"
|
|
127
126
|
}
|
|
128
|
-
}
|
|
127
|
+
}
|