|
1 | 1 | { |
2 | 2 | "name": "@wedevs/tail-react", |
3 | | - "version": "0.5.1", |
| 3 | + "version": "1.0.0", |
4 | 4 | "description": "A React UI component library based on Tailwind CSS", |
5 | 5 | "author": "Tareq Hasan", |
6 | 6 | "license": "MIT", |
|
35 | 35 | "scripts": { |
36 | 36 | "dev": "vite", |
37 | 37 | "build": "tsc && vite build", |
38 | | - "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0", |
39 | 38 | "preview": "vite preview", |
40 | 39 | "storybook": "storybook dev -p 6006", |
41 | | - "build-storybook": "storybook build", |
42 | | - "test": "echo \"Error: no test specified\" && exit 0" |
| 40 | + "build-storybook": "storybook build" |
43 | 41 | }, |
44 | 42 | "dependencies": { |
45 | | - "@headlessui/react": "^1.7.16", |
46 | | - "@headlessui/tailwindcss": "^0.2.0", |
47 | | - "@heroicons/react": "^2.0.18", |
48 | | - "@radix-ui/react-popover": "^1.0.7", |
49 | | - "@radix-ui/react-tooltip": "^1.0.7", |
50 | | - "classnames": "^2.3.2", |
51 | | - "react": "^18.2.0", |
52 | | - "react-dom": "^18.2.0", |
53 | | - "tailwind-merge": "^1.14.0" |
| 43 | + "@headlessui/react": "^2.2.0", |
| 44 | + "@heroicons/react": "^2.2.0", |
| 45 | + "@radix-ui/react-popover": "^1.1.6", |
| 46 | + "@radix-ui/react-tooltip": "^1.1.8", |
| 47 | + "classnames": "^2.5.1", |
| 48 | + "react": "^19.0.0", |
| 49 | + "react-dom": "^19.0.0", |
| 50 | + "tailwind-merge": "^3.0.1" |
54 | 51 | }, |
55 | 52 | "devDependencies": { |
56 | | - "@storybook/addon-essentials": "^7.6.14", |
57 | | - "@storybook/addon-interactions": "^7.6.14", |
58 | | - "@storybook/addon-links": "^7.6.14", |
59 | | - "@storybook/addon-onboarding": "^1.0.8", |
60 | | - "@storybook/blocks": "^7.6.14", |
61 | | - "@storybook/manager-api": "^7.6.14", |
62 | | - "@storybook/react": "^7.6.14", |
63 | | - "@storybook/react-vite": "^7.6.14", |
64 | | - "@storybook/testing-library": "^0.2.0", |
65 | | - "@storybook/theming": "^7.6.14", |
66 | | - "@tailwindcss/forms": "^0.5.4", |
67 | | - "@types/node": "^20.4.7", |
68 | | - "@types/react": "^18.2.15", |
69 | | - "@types/react-dom": "^18.2.7", |
70 | | - "@typescript-eslint/eslint-plugin": "^6.0.0", |
71 | | - "@typescript-eslint/parser": "^6.0.0", |
72 | | - "@vitejs/plugin-react": "^4.0.3", |
73 | | - "autoprefixer": "^10.4.14", |
74 | | - "eslint": "^8.45.0", |
75 | | - "eslint-plugin-react-hooks": "^4.6.0", |
76 | | - "eslint-plugin-react-refresh": "^0.4.3", |
77 | | - "eslint-plugin-storybook": "^0.6.13", |
| 53 | + "@chromatic-com/storybook": "^3", |
| 54 | + "@storybook/addon-essentials": "^8.5.8", |
| 55 | + "@storybook/addon-interactions": "^8.5.8", |
| 56 | + "@storybook/addon-links": "^8.5.8", |
| 57 | + "@storybook/addon-mdx-gfm": "^8.5.8", |
| 58 | + "@storybook/addon-onboarding": "^8.5.8", |
| 59 | + "@storybook/blocks": "^8.5.8", |
| 60 | + "@storybook/manager-api": "^8.5.8", |
| 61 | + "@storybook/react": "^8.5.8", |
| 62 | + "@storybook/react-vite": "^8.5.8", |
| 63 | + "@storybook/test": "^8.5.8", |
| 64 | + "@storybook/theming": "^8.5.8", |
| 65 | + "@tailwindcss/forms": "^0.5.10", |
| 66 | + "@tailwindcss/vite": "^4.0.7", |
| 67 | + "@types/node": "^22.13.4", |
| 68 | + "@types/react": "^19.0.10", |
| 69 | + "@types/react-dom": "^19.0.4", |
| 70 | + "@vitejs/plugin-react": "^4.3.4", |
78 | 71 | "path": "^0.12.7", |
79 | | - "postcss": "^8.4.27", |
80 | | - "storybook": "^7.6.14", |
81 | | - "storybook-dark-mode": "^3.0.3", |
82 | | - "tailwindcss": "^3.3.3", |
83 | | - "typescript": "^5.0.2", |
84 | | - "vite": "^4.4.5", |
85 | | - "vite-plugin-dts": "^3.4.0" |
86 | | - }, |
87 | | - "packageManager": "yarn@4.1.0" |
| 72 | + "postcss": "^8.5.3", |
| 73 | + "prettier": "^3.5.3", |
| 74 | + "prettier-plugin-tailwindcss": "^0.6.11", |
| 75 | + "storybook": "^8.5.8", |
| 76 | + "storybook-dark-mode": "^4.0.2", |
| 77 | + "tailwindcss": "^4.0.7", |
| 78 | + "typescript": "^5.7.3", |
| 79 | + "vite": "^6.1.1", |
| 80 | + "vite-plugin-dts": "^4.5.0" |
| 81 | + } |
88 | 82 | } |
0 commit comments