|
1 | 1 | { |
2 | 2 | "name": "fresco", |
3 | | - "version": "2.1.9", |
| 3 | + "version": "2.1.10", |
4 | 4 | "private": true, |
5 | 5 | "type": "module", |
6 | 6 | "packageManager": "pnpm@9.1.1+sha256.9551e803dcb7a1839fdf5416153a844060c7bce013218ce823410532504ac10b", |
|
16 | 16 | "knip": "knip", |
17 | 17 | "test": "vitest", |
18 | 18 | "load-test": "docker run -i grafana/k6 run - <load-test.js", |
19 | | - "storybook-build": "true" |
| 19 | + "storybook": "storybook dev -p 6006", |
| 20 | + "build-storybook": "storybook build" |
20 | 21 | }, |
21 | 22 | "pnpm": { |
22 | 23 | "overrides": { |
|
32 | 33 | "@paralleldrive/cuid2": "^2.2.2", |
33 | 34 | "@radix-ui/react-alert-dialog": "^1.1.14", |
34 | 35 | "@radix-ui/react-checkbox": "^1.3.2", |
35 | | - "@radix-ui/react-collapsible": "^1.1.11", |
| 36 | + "@radix-ui/react-collapsible": "^1.1.12", |
36 | 37 | "@radix-ui/react-dialog": "^1.1.14", |
37 | 38 | "@radix-ui/react-dropdown-menu": "^2.1.15", |
38 | 39 | "@radix-ui/react-label": "^2.1.7", |
|
42 | 43 | "@radix-ui/react-separator": "^1.1.7", |
43 | 44 | "@radix-ui/react-slot": "^1.2.3", |
44 | 45 | "@radix-ui/react-switch": "^1.2.5", |
45 | | - "@radix-ui/react-toast": "^1.2.14", |
| 46 | + "@radix-ui/react-toast": "^1.2.15", |
46 | 47 | "@radix-ui/react-tooltip": "^1.2.7", |
47 | 48 | "@radix-ui/react-visually-hidden": "^1.2.3", |
48 | 49 | "@reduxjs/toolkit": "^1.9.7", |
|
57 | 58 | "classnames": "^2.5.1", |
58 | 59 | "cmdk": "^1.1.1", |
59 | 60 | "color": "^2.0.1", |
60 | | - "concaveman": "^1.2.1", |
| 61 | + "concaveman": "^2.0.0", |
61 | 62 | "csvtojson": "^2.0.10", |
62 | 63 | "d3-interpolate-path": "^2.3.0", |
63 | | - "dotenv": "^17.2.0", |
64 | | - "es-toolkit": "^1.39.7", |
| 64 | + "dotenv": "^17.2.1", |
| 65 | + "es-toolkit": "^1.39.8", |
65 | 66 | "fuse.js": "^7.1.0", |
66 | 67 | "jssha": "^3.3.1", |
67 | 68 | "jszip": "^3.10.1", |
68 | 69 | "lucia": "^2.7.7", |
69 | | - "lucide-react": "^0.525.0", |
70 | | - "luxon": "^3.6.1", |
| 70 | + "lucide-react": "^0.541.0", |
| 71 | + "luxon": "^3.7.1", |
71 | 72 | "motion": "^12.18.1", |
72 | 73 | "next": "^14.2.30", |
73 | 74 | "nuqs": "^1.20.0", |
|
79 | 80 | "react-dom": "18.3.1", |
80 | 81 | "react-dropzone": "^14.3.8", |
81 | 82 | "react-flip-toolkit": "^7.2.4", |
82 | | - "react-hook-form": "^7.58.1", |
83 | | - "react-markdown": "^9.0.3", |
| 83 | + "react-hook-form": "^7.62.0", |
| 84 | + "react-markdown": "^9.1.0", |
84 | 85 | "react-redux": "^8.1.3", |
85 | 86 | "react-resize-aware": "^4.0.0", |
86 | 87 | "react-transition-group": "^4.4.5", |
|
104 | 105 | "usehooks-ts": "^3.1.1", |
105 | 106 | "uuid": "^11.1.0", |
106 | 107 | "validator": "^13.15.15", |
107 | | - "zod": "^3.25.67", |
| 108 | + "zod": "^3.25.76", |
108 | 109 | "zod-form-data": "^2.0.7" |
109 | 110 | }, |
110 | 111 | "devDependencies": { |
111 | 112 | "@prisma/client": "^6.10.0", |
| 113 | + "@storybook/nextjs": "^9.1.4", |
112 | 114 | "@t3-oss/env-nextjs": "^0.13.8", |
113 | 115 | "@tailwindcss/aspect-ratio": "^0.4.2", |
114 | 116 | "@tailwindcss/container-queries": "^0.1.1", |
115 | 117 | "@tailwindcss/forms": "^0.5.10", |
116 | | - "@tailwindcss/postcss": "4.1.10", |
| 118 | + "@tailwindcss/postcss": "4.1.11", |
117 | 119 | "@tailwindcss/typography": "^0.5.16", |
118 | 120 | "@total-typescript/ts-reset": "^0.6.1", |
119 | 121 | "@types/archiver": "^6.0.3", |
120 | | - "@types/async": "^3.2.24", |
| 122 | + "@types/async": "^3.2.25", |
121 | 123 | "@types/d3-interpolate-path": "^2.0.3", |
122 | 124 | "@types/eslint": "^8.56.12", |
123 | 125 | "@types/jest": "^30.0.0", |
|
130 | 132 | "@types/validator": "^13.15.2", |
131 | 133 | "@typescript-eslint/eslint-plugin": "^8.34.1", |
132 | 134 | "@typescript-eslint/parser": "^8.34.1", |
133 | | - "@vitejs/plugin-react": "^4.5.2", |
| 135 | + "@vitejs/plugin-react": "^5.0.0", |
134 | 136 | "eslint": "^8.57.1", |
135 | 137 | "eslint-config-next": "^15.4.2", |
136 | | - "eslint-config-prettier": "^10.1.5", |
| 138 | + "eslint-config-prettier": "^10.1.8", |
| 139 | + "eslint-plugin-storybook": "^9.1.4", |
137 | 140 | "jest": "^30.0.2", |
138 | 141 | "jsdom": "^26.1.0", |
139 | 142 | "knip": "^5.61.2", |
140 | 143 | "prettier": "^3.6.0", |
141 | 144 | "prettier-plugin-tailwindcss": "^0.6.13", |
142 | 145 | "prisma": "^6.10.0", |
143 | 146 | "sass": "^1.89.2", |
144 | | - "tailwindcss": "4.1.11", |
| 147 | + "storybook": "^9.1.4", |
| 148 | + "tailwindcss": "4.1.12", |
145 | 149 | "tailwindcss-animate": "^1.0.7", |
146 | 150 | "typescript": "5.8.3", |
147 | 151 | "vite-tsconfig-paths": "^5.1.4", |
|
0 commit comments