docthub-core-components 1.0.12 → 1.0.13

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 +102 -102
package/package.json CHANGED
@@ -1,102 +1,102 @@
1
- {
2
- "name": "docthub-core-components",
3
- "version": "1.0.12",
4
- "main": "dist/index.cjs.js",
5
- "module": "dist/index.esm.js",
6
- "types": "dist/index.d.ts",
7
- "files": [
8
- "dist"
9
- ],
10
- "exports": {
11
- ".": {
12
- "types": "./dist/index.d.ts",
13
- "import": "./dist/index.esm.js",
14
- "require": "./dist/index.cjs.js"
15
- }
16
- },
17
- "sideEffects": false,
18
- "peerDependencies": {
19
- "react": "^18.0.0",
20
- "react-dom": "^18.0.0"
21
- },
22
- "scripts": {
23
- "dev": "vite",
24
- "build": "vite build",
25
- "lint": "eslint .",
26
- "preview": "vite preview",
27
- "storybook": "storybook dev -p 6006",
28
- "build-storybook": "storybook build",
29
- "test": "vitest"
30
- },
31
- "dependencies": {
32
- "@radix-ui/react-avatar": "^1.1.10",
33
- "@radix-ui/react-checkbox": "^1.3.2",
34
- "@radix-ui/react-collapsible": "^1.1.11",
35
- "@radix-ui/react-dialog": "^1.1.14",
36
- "@radix-ui/react-dropdown-menu": "^2.1.15",
37
- "@radix-ui/react-label": "^2.1.7",
38
- "@radix-ui/react-popover": "^1.1.14",
39
- "@radix-ui/react-progress": "^1.1.7",
40
- "@radix-ui/react-radio-group": "^1.3.7",
41
- "@radix-ui/react-select": "^2.2.5",
42
- "@radix-ui/react-slot": "^1.2.3",
43
- "@radix-ui/react-tabs": "^1.1.12",
44
- "@radix-ui/react-tooltip": "^1.2.7",
45
- "class-variance-authority": "^0.7.1",
46
- "clsx": "^2.1.1",
47
- "cmdk": "^1.1.1",
48
- "dayjs": "1.11.13",
49
- "lucide-react": "^0.474.0",
50
- "react-day-picker": "^9.7.0",
51
- "react-hook-form": "^7.58.1",
52
- "shadcn": "^2.7.0",
53
- "sonner": "^2.0.5",
54
- "tailwind-merge": "^3.0.1",
55
- "tailwindcss-animate": "^1.0.7",
56
- "vaul": "^1.1.2",
57
- "style": "dist/style.css"
58
- },
59
- "devDependencies": {
60
- "@chromatic-com/storybook": "3.2.4",
61
- "@eslint/js": "^9.17.0",
62
- "@storybook/addon-essentials": "^8.6.14",
63
- "@storybook/addon-interactions": "^8.6.14",
64
- "@storybook/addon-onboarding": "^8.6.14",
65
- "@storybook/blocks": "^8.6.14",
66
- "@storybook/react": "^8.6.14",
67
- "@storybook/react-vite": "^8.6.14",
68
- "@storybook/test": "^8.6.14",
69
- "@testing-library/jest-dom": "^6.6.3",
70
- "@testing-library/react": "^16.3.0",
71
- "@testing-library/user-event": "^14.6.1",
72
- "@types/estree": "1.0.0",
73
- "@types/node": "^22.13.1",
74
- "@types/react": "^18.3.18",
75
- "@types/react-dom": "^18.3.5",
76
- "@vitejs/plugin-react": "^4.3.4",
77
- "ajv": "^8.17.1",
78
- "autoprefixer": "^10.4.20",
79
- "eslint": "^9.17.0",
80
- "eslint-plugin-react-hooks": "^5.0.0",
81
- "eslint-plugin-react-refresh": "^0.4.16",
82
- "eslint-plugin-storybook": "^0.11.2",
83
- "globals": "^15.14.0",
84
- "jsdom": "^26.1.0",
85
- "postcss": "^8.5.1",
86
- "react": "^18.3.1",
87
- "react-dom": "^18.3.1",
88
- "storybook": "^8.6.14",
89
- "tailwindcss": "^3.3.4",
90
- "typescript": "~5.6.2",
91
- "typescript-eslint": "^8.18.2",
92
- "vite": "^6.0.5",
93
- "vite-plugin-dts": "^4.5.4",
94
- "vite-tsconfig-paths": "^5.1.4",
95
- "vitest": "^3.2.4"
96
- },
97
- "eslintConfig": {
98
- "extends": [
99
- "plugin:storybook/recommended"
100
- ]
101
- }
102
- }
1
+ {
2
+ "name": "docthub-core-components",
3
+ "version": "1.0.13",
4
+ "main": "dist/index.cjs.js",
5
+ "module": "dist/index.esm.js",
6
+ "types": "dist/index.d.ts",
7
+ "style": "dist/docthub-core-components.css",
8
+ "files": [
9
+ "dist"
10
+ ],
11
+ "exports": {
12
+ ".": {
13
+ "types": "./dist/index.d.ts",
14
+ "import": "./dist/index.esm.js",
15
+ "require": "./dist/index.cjs.js"
16
+ }
17
+ },
18
+ "sideEffects": false,
19
+ "peerDependencies": {
20
+ "react": "^18.0.0",
21
+ "react-dom": "^18.0.0"
22
+ },
23
+ "scripts": {
24
+ "dev": "vite",
25
+ "build": "vite build",
26
+ "lint": "eslint .",
27
+ "preview": "vite preview",
28
+ "storybook": "storybook dev -p 6006",
29
+ "build-storybook": "storybook build",
30
+ "test": "vitest"
31
+ },
32
+ "dependencies": {
33
+ "@radix-ui/react-avatar": "^1.1.10",
34
+ "@radix-ui/react-checkbox": "^1.3.2",
35
+ "@radix-ui/react-collapsible": "^1.1.11",
36
+ "@radix-ui/react-dialog": "^1.1.14",
37
+ "@radix-ui/react-dropdown-menu": "^2.1.15",
38
+ "@radix-ui/react-label": "^2.1.7",
39
+ "@radix-ui/react-popover": "^1.1.14",
40
+ "@radix-ui/react-progress": "^1.1.7",
41
+ "@radix-ui/react-radio-group": "^1.3.7",
42
+ "@radix-ui/react-select": "^2.2.5",
43
+ "@radix-ui/react-slot": "^1.2.3",
44
+ "@radix-ui/react-tabs": "^1.1.12",
45
+ "@radix-ui/react-tooltip": "^1.2.7",
46
+ "class-variance-authority": "^0.7.1",
47
+ "clsx": "^2.1.1",
48
+ "cmdk": "^1.1.1",
49
+ "dayjs": "1.11.13",
50
+ "lucide-react": "^0.474.0",
51
+ "react-day-picker": "^9.7.0",
52
+ "react-hook-form": "^7.58.1",
53
+ "shadcn": "^2.7.0",
54
+ "sonner": "^2.0.5",
55
+ "tailwind-merge": "^3.0.1",
56
+ "tailwindcss-animate": "^1.0.7",
57
+ "vaul": "^1.1.2"
58
+ },
59
+ "devDependencies": {
60
+ "@chromatic-com/storybook": "3.2.4",
61
+ "@eslint/js": "^9.17.0",
62
+ "@storybook/addon-essentials": "^8.6.14",
63
+ "@storybook/addon-interactions": "^8.6.14",
64
+ "@storybook/addon-onboarding": "^8.6.14",
65
+ "@storybook/blocks": "^8.6.14",
66
+ "@storybook/react": "^8.6.14",
67
+ "@storybook/react-vite": "^8.6.14",
68
+ "@storybook/test": "^8.6.14",
69
+ "@testing-library/jest-dom": "^6.6.3",
70
+ "@testing-library/react": "^16.3.0",
71
+ "@testing-library/user-event": "^14.6.1",
72
+ "@types/estree": "1.0.0",
73
+ "@types/node": "^22.13.1",
74
+ "@types/react": "^18.3.18",
75
+ "@types/react-dom": "^18.3.5",
76
+ "@vitejs/plugin-react": "^4.3.4",
77
+ "ajv": "^8.17.1",
78
+ "autoprefixer": "^10.4.20",
79
+ "eslint": "^9.17.0",
80
+ "eslint-plugin-react-hooks": "^5.0.0",
81
+ "eslint-plugin-react-refresh": "^0.4.16",
82
+ "eslint-plugin-storybook": "^0.11.2",
83
+ "globals": "^15.14.0",
84
+ "jsdom": "^26.1.0",
85
+ "postcss": "^8.5.1",
86
+ "react": "^18.3.1",
87
+ "react-dom": "^18.3.1",
88
+ "storybook": "^8.6.14",
89
+ "tailwindcss": "^3.3.4",
90
+ "typescript": "~5.6.2",
91
+ "typescript-eslint": "^8.18.2",
92
+ "vite": "^6.0.5",
93
+ "vite-plugin-dts": "^4.5.4",
94
+ "vite-tsconfig-paths": "^5.1.4",
95
+ "vitest": "^3.2.4"
96
+ },
97
+ "eslintConfig": {
98
+ "extends": [
99
+ "plugin:storybook/recommended"
100
+ ]
101
+ }
102
+ }