-
1
-
2
-
3
-
4
-
5
-
6
-
7
-
8
-
9
-
10
-
11
-
12
-
13
-
14
-
15
-
16
-
17
-
18
-
19
-
20
-
21
-
22
-
23
-
24
-
25
-
26
-
27
-
28
-
29
-
30
-
31
-
32
-
33
-
34
-
35
-
36
-
37
-
38
-
39
-
40
-
41
-
42
{
"name": "@yamori/react_ui",
"private": true,
"type": "module",
"scripts": {
"dev": "storybook dev",
"build": "vite build && tsc -p tsconfig.build.jsonc",
"clean": "rm -rf dist",
"check": "tsc"
},
"exports": {
".": {
"types": "./types/lib.d.ts",
"default": "./dist/lib.js"
},
"./styles.css": {
"default": "./dist/styles.css"
}
},
"peerDependencies": {
"react": "19.x.x"
},
"dependencies": {
"@bufbuild/protobuf": "^2.2.2",
"@radix-ui/themes": "^3.1.6",
"@tanstack/react-query": "^5.62.8",
"@yamori/proto": "workspace:*"
},
"devDependencies": {
"@storybook/addon-essentials": "^8.4.7",
"@storybook/addon-interactions": "^8.4.7",
"@storybook/react": "^8.4.7",
"@storybook/react-vite": "^8.4.7",
"@storybook/test": "^8.4.7",
"@types/react": "^19.0.2",
"@vitejs/plugin-react": "^4.3.4",
"react": "19.x.x",
"react-dom": "^19.0.0",
"typescript": "^5.7.2",
"vite": "^6.0.2"
}
}