|
1 | 1 | { |
2 | 2 | "name": "backend.ai-ui", |
3 | | - "version": "1.0.0", |
4 | | - "private": true, |
5 | | - "description": "Shared UI components for Backend.AI", |
| 3 | + "version": "0.0.1", |
| 4 | + "description": "React components for Backend.AI", |
| 5 | + "repository": { |
| 6 | + "type": "git", |
| 7 | + "url": "https://github.com/lablup/backend.ai-webui/tree/main/packages/backend.ai-ui" |
| 8 | + }, |
| 9 | + "bugs": { |
| 10 | + "url": "https://github.com/lablup/backend.ai-webui/issues" |
| 11 | + }, |
| 12 | + "author": "Lablup Inc. <[email protected]>", |
| 13 | + "license": "LGPL-3.0-or-later", |
| 14 | + "keywords": [ |
| 15 | + "backend.ai", |
| 16 | + "component", |
| 17 | + "react" |
| 18 | + ], |
6 | 19 | "main": "./dist/backend.ai-ui.js", |
7 | 20 | "module": "./dist/backend.ai-ui.js", |
8 | 21 | "types": "./dist/index.d.ts", |
|
49 | 62 | "react": "^19.0.0", |
50 | 63 | "react-dom": "^19.0.0", |
51 | 64 | "react-i18next": "^15.4.1", |
52 | | - "react-relay": "^18.2.0", |
53 | | - "relay-runtime": "^18.2.0" |
| 65 | + "react-relay": "^19.0.0", |
| 66 | + "relay-runtime": "^19.0.0" |
54 | 67 | }, |
55 | 68 | "devDependencies": { |
56 | 69 | "@storybook/addon-docs": "^9.0.0", |
|
62 | 75 | "@types/lodash": "^4.17.13", |
63 | 76 | "@types/react": "^19.0.0", |
64 | 77 | "@types/react-dom": "^19.0.0", |
65 | | - "@types/react-relay": "^18.2.0", |
| 78 | + "@types/react-relay": "^18.2.1", |
66 | 79 | "@vitejs/plugin-react": "^4.5.0", |
67 | 80 | "eslint": "^8.57.1", |
68 | 81 | "eslint-config-react-app": "^7.0.1", |
|
0 commit comments