|
1 | 1 | {
|
2 | 2 | "name": "gitcoin-ui",
|
3 |
| - "version": "0.0.0", |
| 3 | + "version": "0.0.10", |
4 | 4 | "type": "module",
|
5 | 5 | "types": "./dist/index.d.ts",
|
6 |
| - "main": "./dist/index.cjs", |
7 |
| - "module": "./dist/index.mjs", |
| 6 | + "main": "./dist/index.js", |
| 7 | + "module": "./dist/index.js", |
8 | 8 | "files": [
|
9 | 9 | "dist"
|
10 | 10 | ],
|
11 | 11 | "exports": {
|
12 | 12 | ".": {
|
13 | 13 | "types": "./dist/index.d.ts",
|
14 |
| - "import": "./dist/index.mjs", |
15 |
| - "require": "./dist/index.cjs" |
16 |
| - } |
| 14 | + "import": "./dist/index.js", |
| 15 | + "require": "./dist/index.js" |
| 16 | + }, |
| 17 | + "./style.css": "./dist/style.css", |
| 18 | + "./handlers": "./dist/mocks/handlers.js" |
17 | 19 | },
|
18 | 20 | "scripts": {
|
19 | 21 | "dev": "pnpm storybook",
|
|
28 | 30 | "chromatic": "chromatic"
|
29 | 31 | },
|
30 | 32 | "devDependencies": {
|
31 |
| - "@chromatic-com/storybook": "^2.0.2", |
| 33 | + "@chromatic-com/storybook": "^3.2.2", |
32 | 34 | "@eslint/js": "^9.11.1",
|
33 |
| - "@storybook/addon-a11y": "8.3.5", |
34 |
| - "@storybook/addon-essentials": "8.3.5", |
35 |
| - "@storybook/addon-interactions": "8.3.5", |
36 |
| - "@storybook/addon-links": "8.3.5", |
37 |
| - "@storybook/addon-themes": "8.3.5", |
38 |
| - "@storybook/blocks": "8.3.5", |
39 |
| - "@storybook/builder-vite": "8.3.5", |
40 |
| - "@storybook/manager-api": "^8.4.3", |
41 |
| - "@storybook/react": "8.3.5", |
42 |
| - "@storybook/react-vite": "8.3.5", |
43 |
| - "@storybook/test": "8.3.5", |
| 35 | + "@storybook/addon-a11y": "^8.4.4", |
| 36 | + "@storybook/addon-essentials": "^8.4.4", |
| 37 | + "@storybook/addon-interactions": "^8.4.4", |
| 38 | + "@storybook/addon-links": "^8.4.4", |
| 39 | + "@storybook/addon-themes": "^8.4.4", |
| 40 | + "@storybook/blocks": "^8.4.4", |
| 41 | + "@storybook/builder-vite": "^8.4.4", |
| 42 | + "@storybook/manager-api": "^8.4.4", |
| 43 | + "@storybook/react": "^8.4.4", |
| 44 | + "@storybook/react-vite": "^8.4.4", |
| 45 | + "@storybook/test": "^8.4.4", |
44 | 46 | "@storybook/test-runner": "^0.19.1",
|
45 |
| - "@storybook/theming": "^8.4.3", |
| 47 | + "@storybook/theming": "^8.4.4", |
46 | 48 | "@trivago/prettier-plugin-sort-imports": "^4.3.0",
|
47 | 49 | "@types/react": "^18.3.10",
|
48 | 50 | "@types/react-dom": "^18.3.0",
|
|
64 | 66 | "lint-staged": "^15.2.10",
|
65 | 67 | "lucide-react": "^0.453.0",
|
66 | 68 | "msw": "^2.4.11",
|
67 |
| - "msw-storybook-addon": "^2.0.3", |
| 69 | + "msw-storybook-addon": "^2.0.4", |
68 | 70 | "playwright": "^1.48.1",
|
69 | 71 | "postcss": "^8.4.47",
|
70 | 72 | "prettier": "3.1.0",
|
71 | 73 | "prettier-plugin-tailwindcss": "0.5.7",
|
72 |
| - "react": "^18.3.1", |
73 |
| - "react-dom": "^18.3.1", |
74 |
| - "storybook": "8.3.5", |
| 74 | + "react": "18.3.1", |
| 75 | + "react-dom": "18.3.1", |
| 76 | + "semantic-release": "^24.2.0", |
| 77 | + "storybook": "^8.4.4", |
75 | 78 | "tailwind-merge": "^2.5.4",
|
76 | 79 | "tailwindcss": "^3.4.14",
|
77 | 80 | "tailwindcss-animate": "^1.0.7",
|
|
83 | 86 | "vitest": "^2.1.3",
|
84 | 87 | "wait-on": "^8.0.1"
|
85 | 88 | },
|
| 89 | + "peerDependencies": { |
| 90 | + "react": "18.3.1", |
| 91 | + "react-dom": "18.3.1" |
| 92 | + }, |
86 | 93 | "eslintConfig": {
|
87 | 94 | "extends": [
|
88 | 95 | "plugin:storybook/recommended"
|
|
129 | 136 | "@tanstack/react-query": "^5.59.15",
|
130 | 137 | "@uiw/react-markdown-preview": "^5.1.3",
|
131 | 138 | "cmdk": "1.0.0",
|
132 |
| - "date-fns": "^4.1.0", |
133 | 139 | "embla-carousel-react": "^8.3.0",
|
134 | 140 | "graphql-request": "^7.1.0",
|
135 | 141 | "input-otp": "^1.2.4",
|
136 | 142 | "moment": "^2.30.1",
|
137 | 143 | "next-themes": "^0.3.0",
|
138 |
| - "react-day-picker": "8.10.1", |
| 144 | + "react-day-picker": "9.3.2", |
139 | 145 | "react-hook-form": "^7.53.0",
|
140 | 146 | "react-markdown": "^9.0.1",
|
141 | 147 | "react-resizable-panels": "^2.1.4",
|
|
0 commit comments