@akshatbuilds/sonix 1.0.2 → 1.0.3
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/next-env.d.ts +1 -1
- package/package.json +2 -37
package/next-env.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="next" />
|
|
2
2
|
/// <reference types="next/image-types/global" />
|
|
3
|
-
import "./.next/
|
|
3
|
+
import "./.next/types/routes.d.ts";
|
|
4
4
|
|
|
5
5
|
// NOTE: This file should not be edited
|
|
6
6
|
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@akshatbuilds/sonix",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.3",
|
|
4
4
|
"description": "Micro UX sound effects for interactive web applications. Zero dependencies, copy-paste ready.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -27,56 +27,21 @@
|
|
|
27
27
|
"lint": "next lint"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@hookform/resolvers": "^3.9.1",
|
|
31
|
-
"@radix-ui/react-accordion": "1.2.2",
|
|
32
|
-
"@radix-ui/react-alert-dialog": "1.1.4",
|
|
33
|
-
"@radix-ui/react-aspect-ratio": "1.1.1",
|
|
34
|
-
"@radix-ui/react-avatar": "1.1.2",
|
|
35
30
|
"@radix-ui/react-checkbox": "1.1.3",
|
|
36
|
-
"@radix-ui/react-collapsible": "1.1.2",
|
|
37
|
-
"@radix-ui/react-context-menu": "2.2.4",
|
|
38
|
-
"@radix-ui/react-dialog": "1.1.4",
|
|
39
|
-
"@radix-ui/react-dropdown-menu": "2.1.4",
|
|
40
|
-
"@radix-ui/react-hover-card": "1.1.4",
|
|
41
|
-
"@radix-ui/react-label": "2.1.1",
|
|
42
|
-
"@radix-ui/react-menubar": "1.1.4",
|
|
43
|
-
"@radix-ui/react-navigation-menu": "1.2.3",
|
|
44
|
-
"@radix-ui/react-popover": "1.1.4",
|
|
45
|
-
"@radix-ui/react-progress": "1.1.1",
|
|
46
|
-
"@radix-ui/react-radio-group": "1.2.2",
|
|
47
|
-
"@radix-ui/react-scroll-area": "1.2.2",
|
|
48
|
-
"@radix-ui/react-select": "2.1.4",
|
|
49
|
-
"@radix-ui/react-separator": "1.1.1",
|
|
50
31
|
"@radix-ui/react-slider": "1.2.2",
|
|
51
32
|
"@radix-ui/react-slot": "1.1.1",
|
|
52
33
|
"@radix-ui/react-switch": "1.1.2",
|
|
53
|
-
"@radix-ui/react-tabs": "1.1.2",
|
|
54
|
-
"@radix-ui/react-toast": "1.2.4",
|
|
55
|
-
"@radix-ui/react-toggle": "1.1.1",
|
|
56
|
-
"@radix-ui/react-toggle-group": "1.1.1",
|
|
57
34
|
"@radix-ui/react-tooltip": "1.1.6",
|
|
58
35
|
"@vercel/analytics": "^1.6.1",
|
|
59
|
-
"autoprefixer": "^10.4.20",
|
|
60
36
|
"class-variance-authority": "^0.7.1",
|
|
61
37
|
"clsx": "^2.1.1",
|
|
62
|
-
"cmdk": "1.1.1",
|
|
63
|
-
"date-fns": "4.1.0",
|
|
64
|
-
"embla-carousel-react": "8.5.1",
|
|
65
|
-
"input-otp": "1.4.1",
|
|
66
38
|
"lucide-react": "^0.544.0",
|
|
67
39
|
"next": "16.1.6",
|
|
68
40
|
"next-themes": "^0.4.6",
|
|
69
41
|
"react": "19.2.3",
|
|
70
|
-
"react-day-picker": "8.10.1",
|
|
71
42
|
"react-dom": "19.2.3",
|
|
72
|
-
"react-hook-form": "^7.54.1",
|
|
73
|
-
"react-resizable-panels": "^2.1.7",
|
|
74
|
-
"recharts": "2.15.0",
|
|
75
|
-
"sonner": "^1.7.1",
|
|
76
43
|
"tailwind-merge": "^2.5.5",
|
|
77
|
-
"tailwindcss-animate": "^1.0.7"
|
|
78
|
-
"vaul": "^1.1.2",
|
|
79
|
-
"zod": "^3.24.1"
|
|
44
|
+
"tailwindcss-animate": "^1.0.7"
|
|
80
45
|
},
|
|
81
46
|
"devDependencies": {
|
|
82
47
|
"@tailwindcss/postcss": "^4.1.13",
|