|
41 | 41 | "docs:watch": "make docs-watch", |
42 | 42 | "storybook": "make storybook", |
43 | 43 | "storybook:build": "make storybook-build", |
44 | | - "test:storybook": "make test-storybook" |
| 44 | + "test:storybook": "make test-storybook", |
| 45 | + "chromatic": "make chromatic" |
45 | 46 | }, |
46 | 47 | "dependencies": { |
47 | 48 | "@ai-sdk/anthropic": "^2.0.29", |
|
98 | 99 | "@typescript/native-preview": "^7.0.0-dev.20251014.1", |
99 | 100 | "@vitejs/plugin-react": "^4.0.0", |
100 | 101 | "babel-plugin-react-compiler": "^1.0.0", |
| 102 | + "chromatic": "^13.3.1", |
101 | 103 | "cmdk": "^1.0.0", |
102 | 104 | "concurrently": "^8.2.0", |
103 | 105 | "dotenv": "^17.2.3", |
104 | 106 | "electron": "^38.2.1", |
105 | 107 | "electron-builder": "^24.6.0", |
106 | 108 | "electron-devtools-installer": "^4.0.0", |
107 | 109 | "electron-mock-ipc": "^0.3.12", |
| 110 | + "escape-html": "^1.0.3", |
108 | 111 | "eslint": "^9.36.0", |
109 | 112 | "eslint-plugin-react": "^7.37.5", |
110 | 113 | "eslint-plugin-react-hooks": "^5.2.0", |
111 | | - "escape-html": "^1.0.3", |
112 | 114 | "jest": "^30.1.3", |
113 | 115 | "mermaid": "^11.12.0", |
114 | 116 | "playwright": "^1.56.0", |
|
0 commit comments