@omnibase/shadcn 0.1.0 → 0.1.2

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.
Files changed (1) hide show
  1. package/package.json +10 -13
package/package.json CHANGED
@@ -1,42 +1,39 @@
1
1
  {
2
2
  "name": "@omnibase/shadcn",
3
- "version": "0.1.0",
3
+ "version": "0.1.2",
4
4
  "description": "OmniBase ShadCN UI Package",
5
5
  "type": "module",
6
- "main": "dist/index.js",
7
- "module": "dist/index.js",
8
- "types": "dist/index.d.ts",
9
6
  "exports": {
10
7
  ".": {
11
- "types": "./dist/index.d.ts",
12
- "import": "./dist/index.js"
8
+ "import": "./dist/index.js",
9
+ "require": "./dist/index.cjs",
10
+ "types": "./dist/index.d.ts"
13
11
  },
14
- "./styles.css": "./dist/styles.css"
12
+ "./index.css": "./dist/index.css"
15
13
  },
16
14
  "files": [
17
15
  "dist"
18
16
  ],
19
17
  "scripts": {
20
18
  "build": "tsup src/index.ts --format cjs,esm --dts",
21
- "dev": "vite dev",
22
19
  "lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
23
- "prepublishOnly": "npm run build",
20
+ "prepublishOnly": "bun run build",
24
21
  "storybook": "storybook dev -p 6006",
25
22
  "build-storybook": "storybook build"
26
23
  },
27
24
  "keywords": [
28
- "react",
25
+ "omnibase",
29
26
  "ui",
30
27
  "components",
31
28
  "tailwind",
32
29
  "shadcn",
33
30
  "radix"
34
31
  ],
35
- "author": "Your Name",
32
+ "author": "Phoenix Baker Van Urk",
36
33
  "license": "MIT",
37
34
  "peerDependencies": {
38
- "react": "^19.1.1",
39
- "react-dom": "^19.1.1"
35
+ "react": "^19.1.0",
36
+ "react-dom": "^19.1.0"
40
37
  },
41
38
  "dependencies": {
42
39
  "@radix-ui/react-label": "^2.1.7",