|
8 | 8 | "build": "tsc -b && vite build", |
9 | 9 | "lint": "eslint .", |
10 | 10 | "preview": "vite preview", |
11 | | - "svgr": "npx @svgr/cli -d src/assets/svg --ignore-existing --typescript --no-dimensions public/svg" |
| 11 | + "svgr": "npx @svgr/cli -d src/assets/svg --ignore-existing --typescript --no-dimensions public/svg", |
| 12 | + "storybook": "storybook dev -p 6006", |
| 13 | + "build-storybook": "storybook build", |
| 14 | + "chromatic": "chromatic --exit-zero-on-changes" |
12 | 15 | }, |
13 | 16 | "dependencies": { |
| 17 | + "@reduxjs/toolkit": "^2.8.2", |
14 | 18 | "axios": "^1.10.0", |
15 | 19 | "react": "^19.1.0", |
16 | 20 | "react-dom": "^19.1.0", |
| 21 | + "react-redux": "^9.2.0" |
| 22 | + "react-dom": "^19.1.0", |
17 | 23 | "react-router-dom": "^7.6.3" |
18 | 24 | }, |
19 | 25 | "devDependencies": { |
| 26 | + "@chromatic-com/storybook": "^4.0.1", |
20 | 27 | "@eslint/js": "^9.29.0", |
| 28 | + "@storybook/addon-a11y": "^9.0.15", |
| 29 | + "@storybook/addon-docs": "^9.0.15", |
| 30 | + "@storybook/addon-essentials": "^8.6.14", |
| 31 | + "@storybook/addon-vitest": "^9.0.15", |
| 32 | + "@storybook/blocks": "^8.6.14", |
| 33 | + "@storybook/react": "^9.0.15", |
| 34 | + "@storybook/react-vite": "^9.0.15", |
21 | 35 | "@types/react": "^19.1.2", |
22 | 36 | "@types/react-dom": "^19.1.2", |
23 | 37 | "@vanilla-extract/css": "^1.17.4", |
24 | 38 | "@vanilla-extract/vite-plugin": "^5.0.7", |
25 | 39 | "@vitejs/plugin-react-swc": "^3.9.0", |
| 40 | + "@vitest/browser": "^3.2.4", |
| 41 | + "@vitest/coverage-v8": "^3.2.4", |
| 42 | + "chromatic": "^13.1.2", |
26 | 43 | "eslint": "^9.29.0", |
27 | 44 | "eslint-config-prettier": "^10.1.5", |
28 | 45 | "eslint-plugin-import": "^2.32.0", |
|
31 | 48 | "eslint-plugin-react": "^7.37.5", |
32 | 49 | "eslint-plugin-react-hooks": "^5.2.0", |
33 | 50 | "eslint-plugin-react-refresh": "^0.4.20", |
| 51 | + "eslint-plugin-storybook": "^9.0.15", |
34 | 52 | "globals": "^16.2.0", |
| 53 | + "playwright": "^1.53.2", |
35 | 54 | "prettier": "^3.6.0", |
| 55 | + "storybook": "^9.0.15", |
36 | 56 | "typescript": "~5.8.3", |
37 | 57 | "typescript-eslint": "^8.34.1", |
38 | 58 | "vite": "^6.3.5", |
39 | | - "vite-plugin-svgr": "^4.3.0" |
| 59 | + "vite-plugin-svgr": "^4.3.0", |
| 60 | + "vitest": "^3.2.4" |
40 | 61 | }, |
41 | 62 | "packageManager": "pnpm@10.12.4+sha512.5ea8b0deed94ed68691c9bad4c955492705c5eeb8a87ef86bc62c74a26b037b08ff9570f108b2e4dbd1dd1a9186fea925e527f141c648e85af45631074680184" |
42 | 63 | } |
0 commit comments