@arolariu/components 0.0.0

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 (2) hide show
  1. package/package.json +113 -0
  2. package/readme.md +0 -0
package/package.json ADDED
@@ -0,0 +1,113 @@
1
+ {
2
+ "name": "@arolariu/components",
3
+ "displayName": "@arolariu/components",
4
+ "version": "0.0.0",
5
+ "description": "A collection of reusable components for React applications.",
6
+ "homepage": "https://arolariu.ro",
7
+ "repository": "github:arolariu/arolariu.ro",
8
+ "author": {
9
+ "name": "Alexandru-Razvan Olariu",
10
+ "email": "admin@arolariu.ro",
11
+ "url": "https://arolariu.ro"
12
+ },
13
+ "license": "MIT",
14
+ "type": "module",
15
+ "files": [
16
+ "dist"
17
+ ],
18
+ "engines": {
19
+ "node": ">=22",
20
+ "yarn": ">=4.5"
21
+ },
22
+ "keywords": [
23
+ "ReactJS",
24
+ "TailwindCSS"
25
+ ],
26
+ "bugs": {
27
+ "url": "https://github.com/arolariu/arolariu.ro/issues",
28
+ "email": "admin@arolariu.ro"
29
+ },
30
+ "packageManager": "yarn@4.6.0+sha512.5383cc12567a95f1d668fbe762dfe0075c595b4bfff433be478dbbe24e05251a8e8c3eb992a986667c1d53b6c3a9c85b8398c35a960587fbd9fa3a0915406728",
31
+ "scripts": {
32
+ "build": "tsc && vite build && npm run build:styles",
33
+ "build:styles": "postcss ./src/index.css -o ./dist/index.css",
34
+ "dev": "vite",
35
+ "preview": "vite preview",
36
+ "storybook": "storybook dev -p 6006",
37
+ "build-storybook": "storybook build"
38
+ },
39
+ "dependencies": {
40
+ "@hookform/resolvers": "^4.1.2",
41
+ "@radix-ui/react-accordion": "^1.2.3",
42
+ "@radix-ui/react-alert-dialog": "^1.1.6",
43
+ "@radix-ui/react-aspect-ratio": "^1.1.2",
44
+ "@radix-ui/react-avatar": "^1.1.3",
45
+ "@radix-ui/react-checkbox": "^1.1.4",
46
+ "@radix-ui/react-collapsible": "^1.1.3",
47
+ "@radix-ui/react-context-menu": "^2.2.6",
48
+ "@radix-ui/react-dialog": "^1.1.6",
49
+ "@radix-ui/react-dropdown-menu": "^2.1.6",
50
+ "@radix-ui/react-hover-card": "^1.1.6",
51
+ "@radix-ui/react-label": "^2.1.2",
52
+ "@radix-ui/react-menubar": "^1.1.6",
53
+ "@radix-ui/react-navigation-menu": "^1.2.5",
54
+ "@radix-ui/react-popover": "^1.1.6",
55
+ "@radix-ui/react-progress": "^1.1.2",
56
+ "@radix-ui/react-radio-group": "^1.2.3",
57
+ "@radix-ui/react-scroll-area": "^1.2.3",
58
+ "@radix-ui/react-select": "^2.1.6",
59
+ "@radix-ui/react-separator": "^1.1.2",
60
+ "@radix-ui/react-slider": "^1.2.3",
61
+ "@radix-ui/react-slot": "^1.1.2",
62
+ "@radix-ui/react-switch": "^1.1.3",
63
+ "@radix-ui/react-tabs": "^1.1.3",
64
+ "@radix-ui/react-toggle": "^1.1.2",
65
+ "@radix-ui/react-toggle-group": "^1.1.2",
66
+ "@radix-ui/react-tooltip": "^1.1.8",
67
+ "class-variance-authority": "^0.7.1",
68
+ "clsx": "2.1.1",
69
+ "cmdk": "1.0.0",
70
+ "date-fns": "^4.1.0",
71
+ "embla-carousel-react": "^8.5.2",
72
+ "input-otp": "^1.4.2",
73
+ "lucide-react": "^0.476.0",
74
+ "next-themes": "^0.4.4",
75
+ "react": "19.0.0",
76
+ "react-day-picker": "8.10.1",
77
+ "react-dom": "19.0.0",
78
+ "react-hook-form": "^7.54.2",
79
+ "react-resizable-panels": "^2.1.7",
80
+ "recharts": "^2.15.1",
81
+ "sonner": "^2.0.1",
82
+ "tailwind-merge": "3.0.2",
83
+ "tailwindcss-animate": "1.0.7",
84
+ "vaul": "^1.1.2",
85
+ "zod": "^3.24.2"
86
+ },
87
+ "devDependencies": {
88
+ "@chromatic-com/storybook": "3.2.5",
89
+ "@storybook/addon-essentials": "8.6.2",
90
+ "@storybook/addon-onboarding": "8.6.2",
91
+ "@storybook/blocks": "8.6.2",
92
+ "@storybook/builder-vite": "8.6.2",
93
+ "@storybook/experimental-addon-test": "8.6.2",
94
+ "@storybook/react": "8.6.2",
95
+ "@storybook/react-vite": "8.6.2",
96
+ "@storybook/test": "8.6.2",
97
+ "@types/node": "22.13.5",
98
+ "@types/react": "19.0.10",
99
+ "@types/react-dom": "19.0.4",
100
+ "@vitejs/plugin-react": "4.3.4",
101
+ "@vitest/browser": "^3.0.7",
102
+ "@vitest/coverage-v8": "^3.0.7",
103
+ "autoprefixer": "10.4.20",
104
+ "daisyui": "4.12.24",
105
+ "playwright": "^1.50.1",
106
+ "postcss": "8.5.3",
107
+ "storybook": "8.6.2",
108
+ "tailwindcss": "3",
109
+ "typescript": "5.7.3",
110
+ "vite": "6.2.0",
111
+ "vitest": "^3.0.7"
112
+ }
113
+ }
package/readme.md ADDED
File without changes