|
55 | 55 | }, |
56 | 56 | "peerDependencies": { |
57 | 57 | "@ant-design/icons": "^5.6.1", |
| 58 | + "antd": "^5.24.5", |
| 59 | + "antd-style": "^3.7.1", |
| 60 | + "graphql": "^16.10.0", |
| 61 | + "i18next": "^24.2.3", |
| 62 | + "react": "^19.0.0", |
| 63 | + "react-dom": "^19.0.0", |
| 64 | + "react-i18next": "^15.4.1", |
| 65 | + "react-relay": "^20.1.0", |
| 66 | + "relay-runtime": "^20.1.0" |
| 67 | + }, |
| 68 | + "dependencies": { |
58 | 69 | "@dnd-kit/core": "^6.1.0", |
59 | 70 | "@dnd-kit/modifiers": "^7.0.0", |
60 | 71 | "@dnd-kit/sortable": "^8.0.0", |
61 | 72 | "@dnd-kit/utilities": "^3.2.2", |
62 | 73 | "ahooks": "^3.8.4", |
63 | | - "antd": "^5.24.5", |
64 | | - "antd-style": "^3.7.1", |
65 | 74 | "big.js": "^7.0.1", |
66 | 75 | "classnames": "^2.5.1", |
67 | 76 | "dayjs": "^1.11.13", |
68 | | - "graphql": "^16.10.0", |
69 | | - "i18next": "^24.2.3", |
70 | 77 | "lodash": "^4.17.21", |
71 | 78 | "lucide-react": "^0.484.0", |
72 | | - "react": "^19.0.0", |
73 | | - "react-dom": "^19.0.0", |
74 | | - "react-i18next": "^15.4.1", |
75 | | - "react-relay": "^20.1.0", |
76 | 79 | "react-resizable": "^3.0.5", |
77 | | - "relay-runtime": "^20.1.0" |
| 80 | + "react-copy-to-clipboard": "^5.1.0" |
78 | 81 | }, |
79 | 82 | "devDependencies": { |
80 | 83 | "@jest/expect": "30.0.0-beta.3", |
|
89 | 92 | "@types/big.js": "^6.2.2", |
90 | 93 | "@types/lodash": "^4.17.13", |
91 | 94 | "@types/react": "^19.0.0", |
| 95 | + "@types/react-copy-to-clipboard": "^5.0.7", |
92 | 96 | "@types/react-dom": "^19.0.3", |
93 | 97 | "@types/react-relay": "^18.2.1", |
94 | 98 | "@types/react-resizable": "^3.0.8", |
|
0 commit comments