@vkzstudio/muza-ui 1.0.30 → 1.0.31

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 +164 -164
package/package.json CHANGED
@@ -1,164 +1,164 @@
1
- {
2
- "name": "@vkzstudio/muza-ui",
3
- "version": "1.0.30",
4
- "description": "React component library built with Vite, shadcn/ui, and Tailwind CSS",
5
- "type": "module",
6
- "main": "./dist/index.js",
7
- "module": "./dist/index.js",
8
- "types": "./dist/index.d.ts",
9
- "exports": {
10
- ".": {
11
- "import": "./dist/index.js",
12
- "types": "./dist/index.d.ts"
13
- },
14
- "./styles": "./dist/muza-ui.css",
15
- "./components/*": {
16
- "import": "./dist/components/*/index.js",
17
- "types": "./dist/components/*/index.d.ts"
18
- },
19
- "./utils": {
20
- "import": "./dist/utils/index.js",
21
- "types": "./dist/utils/index.d.ts"
22
- },
23
- "./utils/*": {
24
- "import": "./dist/utils/*.js",
25
- "types": "./dist/utils/*.d.ts"
26
- },
27
- "./styles/*": "./dist/styles/*",
28
- "./globals.css": "./dist/globals.css",
29
- "./3rd-parties.css": "./dist/styles/3rd-parties.css",
30
- "./models/*": "./dist/models/*"
31
- },
32
- "sideEffects": [
33
- "**/*.css"
34
- ],
35
- "files": [
36
- "dist",
37
- "llms-full.md",
38
- "llms.txt"
39
- ],
40
- "scripts": {
41
- "dev": "storybook dev -p 6006",
42
- "build": "tsc && vite build",
43
- "build-storybook": "storybook build",
44
- "preview": "vite preview",
45
- "typecheck": "tsc --noEmit",
46
- "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
47
- "lint:fix": "eslint . --ext ts,tsx --fix",
48
- "add-component": "chmod +x scripts/add-component.sh && ./scripts/add-component.sh",
49
- "add-component:win": "powershell -ExecutionPolicy Bypass -File scripts/add-component.ps1",
50
- "format": "prettier --write .",
51
- "chromatic": "npx chromatic --project-token=chpt_23ce248b589dbff",
52
- "local-publish": "npm run build && npx shx rm -rf ../internal-benefits-frontend/node_modules/@vkzstudio/muza-ui/dist && npx shx cp -r dist ../internal-benefits-frontend/node_modules/@vkzstudio/muza-ui/dist && npx shx cp llms.txt llms-full.md ../internal-benefits-frontend/node_modules/@vkzstudio/muza-ui/"
53
- },
54
- "dependencies": {
55
- "react-day-picker": "^9.9.0",
56
- "react-imask": "^7.6.1"
57
- },
58
- "peerDependencies": {
59
- "@radix-ui/react-accordion": "^1.2.12",
60
- "@radix-ui/react-avatar": "^1.1.10",
61
- "@radix-ui/react-checkbox": "^1.3.3",
62
- "@radix-ui/react-dialog": "^1.1.15",
63
- "@radix-ui/react-dropdown-menu": "^2.1.16",
64
- "@radix-ui/react-popover": "^1.1.15",
65
- "@radix-ui/react-radio-group": "^1.3.8",
66
- "@radix-ui/react-slot": "^1.2.3",
67
- "@radix-ui/react-switch": "^1.2.6",
68
- "@radix-ui/react-toggle": "^1.1.10",
69
- "@radix-ui/react-toggle-group": "^1.1.11",
70
- "@radix-ui/react-tooltip": "^1.2.8",
71
- "@react-three/drei": "^8.20.2",
72
- "@react-three/fiber": "^8.18.0",
73
- "@solar-icons/react-perf": "^1.0.0",
74
- "@storybook/addon-designs": "^10.0.2",
75
- "@tiptap/extension-link": "^2.22.0",
76
- "@tiptap/extension-mention": "^2.22.0",
77
- "@tiptap/extension-placeholder": "^2.22.0",
78
- "@tiptap/pm": "^2.22.0",
79
- "@tiptap/react": "^2.22.0",
80
- "@tiptap/starter-kit": "^2.22.0",
81
- "@tiptap/suggestion": "^2.22.0",
82
- "class-variance-authority": "^0.7.0",
83
- "clsx": "^2.1.0",
84
- "color": "^5.0.2",
85
- "date-fns": "^4.1.0",
86
- "embla-carousel-react": "^8.6.0",
87
- "motion": "^12.29.0",
88
- "next-themes": "^0.4.6",
89
- "photoswipe": "^5.4.4",
90
- "react": "^18.3.1",
91
- "react-dom": "^18.3.1",
92
- "react-dropzone": "^14.3.8",
93
- "react-photoswipe-gallery": "^4.0.0",
94
- "sonner": "^2.0.7",
95
- "tailwind-merge": "^3.3.1",
96
- "three": "^0.151.3",
97
- "tw-animate-css": "^1.3.7"
98
- },
99
- "peerDependenciesMeta": {
100
- "next-themes": {
101
- "optional": true
102
- },
103
- "@tiptap/extension-mention": {
104
- "optional": true
105
- },
106
- "@tiptap/suggestion": {
107
- "optional": true
108
- }
109
- },
110
- "devDependencies": {
111
- "@storybook/addon-designs": "^10.0.2",
112
- "@storybook/addon-docs": "^9.1.8",
113
- "@storybook/addon-links": "^9.1.8",
114
- "@storybook/addon-onboarding": "^9.1.8",
115
- "@storybook/react-vite": "^9.1.8",
116
- "@storybook/testing-library": "^0.2.2",
117
- "@tailwindcss/vite": "^4.1.11",
118
- "@tiptap/extension-mention": "^2.27.2",
119
- "@tiptap/suggestion": "^2.27.2",
120
- "@trivago/prettier-plugin-sort-imports": "^5.2.2",
121
- "@types/node": "^25.5.0",
122
- "@types/react": "^18.3.23",
123
- "@types/react-dom": "^18.3.7",
124
- "@types/three": "^0.180.0",
125
- "@typescript-eslint/eslint-plugin": "^8.39.0",
126
- "@typescript-eslint/parser": "^8.39.0",
127
- "@vitejs/plugin-react": "^4.2.1",
128
- "chromatic": "^13.3.3",
129
- "eslint": "^9.33.0",
130
- "eslint-config-prettier": "^10.1.8",
131
- "eslint-plugin-prettier": "^5.5.4",
132
- "eslint-plugin-react": "^7.37.5",
133
- "eslint-plugin-react-hooks": "^5.2.0",
134
- "eslint-plugin-react-refresh": "^0.4.5",
135
- "eslint-plugin-storybook": "^9.1.8",
136
- "prettier": "3.6.2",
137
- "prettier-plugin-tailwindcss": "^0.6.14",
138
- "react-imask": "^7.6.1",
139
- "storybook": "^9.1.8",
140
- "tailwindcss": "^4.1.11",
141
- "tippy.js": "^6.3.7",
142
- "typescript": "^5.2.2",
143
- "typescript-eslint": "^8.39.1",
144
- "vite": "^6.3.5",
145
- "vite-plugin-dts": "^4.5.4",
146
- "vite-plugin-static-copy": "^3.1.2",
147
- "vite-tsconfig-paths": "^5.1.4"
148
- },
149
- "engines": {
150
- "node": ">=22.0.0"
151
- },
152
- "keywords": [
153
- "react",
154
- "components",
155
- "ui",
156
- "tailwind",
157
- "shadcn",
158
- "vite",
159
- "storybook"
160
- ],
161
- "author": "",
162
- "license": "MIT",
163
- "packageManager": "pnpm@10.14.0+sha512.ad27a79641b49c3e481a16a805baa71817a04bbe06a38d17e60e2eaee83f6a146c6a688125f5792e48dd5ba30e7da52a5cda4c3992b9ccf333f9ce223af84748"
164
- }
1
+ {
2
+ "name": "@vkzstudio/muza-ui",
3
+ "version": "1.0.31",
4
+ "description": "React component library built with Vite, shadcn/ui, and Tailwind CSS",
5
+ "type": "module",
6
+ "main": "./dist/index.js",
7
+ "module": "./dist/index.js",
8
+ "types": "./dist/index.d.ts",
9
+ "exports": {
10
+ ".": {
11
+ "import": "./dist/index.js",
12
+ "types": "./dist/index.d.ts"
13
+ },
14
+ "./styles": "./dist/muza-ui.css",
15
+ "./components/*": {
16
+ "import": "./dist/components/*/index.js",
17
+ "types": "./dist/components/*/index.d.ts"
18
+ },
19
+ "./utils": {
20
+ "import": "./dist/utils/index.js",
21
+ "types": "./dist/utils/index.d.ts"
22
+ },
23
+ "./utils/*": {
24
+ "import": "./dist/utils/*.js",
25
+ "types": "./dist/utils/*.d.ts"
26
+ },
27
+ "./styles/*": "./dist/styles/*",
28
+ "./globals.css": "./dist/globals.css",
29
+ "./3rd-parties.css": "./dist/styles/3rd-parties.css",
30
+ "./models/*": "./dist/models/*"
31
+ },
32
+ "sideEffects": [
33
+ "**/*.css"
34
+ ],
35
+ "files": [
36
+ "dist",
37
+ "llms-full.md",
38
+ "llms.txt"
39
+ ],
40
+ "scripts": {
41
+ "dev": "storybook dev -p 6006",
42
+ "build": "tsc && vite build",
43
+ "build-storybook": "storybook build",
44
+ "preview": "vite preview",
45
+ "typecheck": "tsc --noEmit",
46
+ "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
47
+ "lint:fix": "eslint . --ext ts,tsx --fix",
48
+ "add-component": "chmod +x scripts/add-component.sh && ./scripts/add-component.sh",
49
+ "add-component:win": "powershell -ExecutionPolicy Bypass -File scripts/add-component.ps1",
50
+ "format": "prettier --write .",
51
+ "chromatic": "npx chromatic --project-token=chpt_23ce248b589dbff",
52
+ "local-publish": "npm run build && npx shx rm -rf ../internal-benefits-frontend/node_modules/@vkzstudio/muza-ui/dist && npx shx cp -r dist ../internal-benefits-frontend/node_modules/@vkzstudio/muza-ui/dist && npx shx cp llms.txt llms-full.md ../internal-benefits-frontend/node_modules/@vkzstudio/muza-ui/"
53
+ },
54
+ "dependencies": {
55
+ "react-day-picker": "^9.9.0",
56
+ "react-imask": "^7.6.1"
57
+ },
58
+ "peerDependencies": {
59
+ "@radix-ui/react-accordion": "^1.2.12",
60
+ "@radix-ui/react-avatar": "^1.1.10",
61
+ "@radix-ui/react-checkbox": "^1.3.3",
62
+ "@radix-ui/react-dialog": "^1.1.15",
63
+ "@radix-ui/react-dropdown-menu": "^2.1.16",
64
+ "@radix-ui/react-popover": "^1.1.15",
65
+ "@radix-ui/react-radio-group": "^1.3.8",
66
+ "@radix-ui/react-slot": "^1.2.3",
67
+ "@radix-ui/react-switch": "^1.2.6",
68
+ "@radix-ui/react-toggle": "^1.1.10",
69
+ "@radix-ui/react-toggle-group": "^1.1.11",
70
+ "@radix-ui/react-tooltip": "^1.2.8",
71
+ "@react-three/drei": "^8.20.2",
72
+ "@react-three/fiber": "^8.18.0",
73
+ "@solar-icons/react-perf": "^1.0.0",
74
+ "@storybook/addon-designs": "^10.0.2",
75
+ "@tiptap/extension-link": "^2.22.0",
76
+ "@tiptap/extension-mention": "^2.22.0",
77
+ "@tiptap/extension-placeholder": "^2.22.0",
78
+ "@tiptap/pm": "^2.22.0",
79
+ "@tiptap/react": "^2.22.0",
80
+ "@tiptap/starter-kit": "^2.22.0",
81
+ "@tiptap/suggestion": "^2.22.0",
82
+ "class-variance-authority": "^0.7.0",
83
+ "clsx": "^2.1.0",
84
+ "color": "^5.0.2",
85
+ "date-fns": "^4.1.0",
86
+ "embla-carousel-react": "^8.6.0",
87
+ "motion": "^12.29.0",
88
+ "next-themes": "^0.4.6",
89
+ "photoswipe": "^5.4.4",
90
+ "react": "^18.3.1",
91
+ "react-dom": "^18.3.1",
92
+ "react-dropzone": "^14.3.8",
93
+ "react-photoswipe-gallery": "^4.0.0",
94
+ "sonner": "^2.0.7",
95
+ "tailwind-merge": "^3.3.1",
96
+ "three": "^0.151.3",
97
+ "tw-animate-css": "^1.3.7"
98
+ },
99
+ "peerDependenciesMeta": {
100
+ "next-themes": {
101
+ "optional": true
102
+ },
103
+ "@tiptap/extension-mention": {
104
+ "optional": true
105
+ },
106
+ "@tiptap/suggestion": {
107
+ "optional": true
108
+ }
109
+ },
110
+ "devDependencies": {
111
+ "@storybook/addon-designs": "^10.0.2",
112
+ "@storybook/addon-docs": "^9.1.8",
113
+ "@storybook/addon-links": "^9.1.8",
114
+ "@storybook/addon-onboarding": "^9.1.8",
115
+ "@storybook/react-vite": "^9.1.8",
116
+ "@storybook/testing-library": "^0.2.2",
117
+ "@tailwindcss/vite": "^4.1.11",
118
+ "@tiptap/extension-mention": "^2.27.2",
119
+ "@tiptap/suggestion": "^2.27.2",
120
+ "@trivago/prettier-plugin-sort-imports": "^5.2.2",
121
+ "@types/node": "^25.5.0",
122
+ "@types/react": "^18.3.23",
123
+ "@types/react-dom": "^18.3.7",
124
+ "@types/three": "^0.180.0",
125
+ "@typescript-eslint/eslint-plugin": "^8.39.0",
126
+ "@typescript-eslint/parser": "^8.39.0",
127
+ "@vitejs/plugin-react": "^4.2.1",
128
+ "chromatic": "^13.3.3",
129
+ "eslint": "^9.33.0",
130
+ "eslint-config-prettier": "^10.1.8",
131
+ "eslint-plugin-prettier": "^5.5.4",
132
+ "eslint-plugin-react": "^7.37.5",
133
+ "eslint-plugin-react-hooks": "^5.2.0",
134
+ "eslint-plugin-react-refresh": "^0.4.5",
135
+ "eslint-plugin-storybook": "^9.1.8",
136
+ "prettier": "3.6.2",
137
+ "prettier-plugin-tailwindcss": "^0.6.14",
138
+ "react-imask": "^7.6.1",
139
+ "storybook": "^9.1.8",
140
+ "tailwindcss": "^4.1.11",
141
+ "tippy.js": "^6.3.7",
142
+ "typescript": "^5.2.2",
143
+ "typescript-eslint": "^8.39.1",
144
+ "vite": "^6.3.5",
145
+ "vite-plugin-dts": "^4.5.4",
146
+ "vite-plugin-static-copy": "^3.1.2",
147
+ "vite-tsconfig-paths": "^5.1.4"
148
+ },
149
+ "engines": {
150
+ "node": ">=22.0.0"
151
+ },
152
+ "keywords": [
153
+ "react",
154
+ "components",
155
+ "ui",
156
+ "tailwind",
157
+ "shadcn",
158
+ "vite",
159
+ "storybook"
160
+ ],
161
+ "author": "",
162
+ "license": "MIT",
163
+ "packageManager": "pnpm@10.14.0+sha512.ad27a79641b49c3e481a16a805baa71817a04bbe06a38d17e60e2eaee83f6a146c6a688125f5792e48dd5ba30e7da52a5cda4c3992b9ccf333f9ce223af84748"
164
+ }