We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dde72a commit 44b0f40Copy full SHA for 44b0f40
packages/ui-variants/package.json
@@ -0,0 +1,31 @@
1
+{
2
+ "name": "@skyroc-ui/variants",
3
+ "version": "0.0.2-beta.5",
4
+ "publishConfig": {
5
+ "registry": "https://registry.npmjs.org/"
6
+ },
7
+ "sideEffects": false,
8
+ "exports": {
9
+ ".": {
10
+ "types": "./dist/index.d.ts",
11
+ "import": "./dist/index.mjs"
12
+ }
13
14
+ "main": "./dist/index.mjs",
15
+ "module": "./dist/index.mjs",
16
17
+ "typings": "./dist/index.d.ts",
18
+ "files": ["./dist"],
19
+ "scripts": {
20
+ "build": "vite build"
21
22
+ "dependencies": {
23
+ "clsx": "2.1.1",
24
+ "tailwind-merge": "3.3.0",
25
+ "class-variance-authority": "0.7.1"
26
27
+ "devDependencies": {
28
+ "vite": "6.3.5",
29
+ "vite-plugin-dts": "4.5.4"
30
31
+}
0 commit comments