|
78 | 78 | "eslint --fix"
|
79 | 79 | ]
|
80 | 80 | },
|
| 81 | + "dependencies": { |
| 82 | + "@lobehub/ui": "^1.160.0", |
| 83 | + "antd-style": "^3.7.1", |
| 84 | + "lucide-react": "^0.469.0", |
| 85 | + "polished": "^4.3.1", |
| 86 | + "react-layout-kit": "^1.9.1" |
| 87 | + }, |
81 | 88 | "devDependencies": {
|
82 | 89 | "@babel/runtime": "^7.26.0",
|
83 | 90 | "@commitlint/cli": "^18.6.1",
|
|
86 | 93 | "@types/lodash-es": "^4.17.12",
|
87 | 94 | "@types/pangu": "^4.0.2",
|
88 | 95 | "@types/query-string": "^6.3.0",
|
89 |
| - "@types/react": "^19.0.2", |
| 96 | + "@types/react": "^19.0.3", |
90 | 97 | "@types/react-dom": "^19.0.2",
|
91 | 98 | "@vitest/coverage-v8": "~1.2.2",
|
92 | 99 | "babel-plugin-antd-style": "^1.0.4",
|
|
120 | 127 | "vitest": "~1.2.2"
|
121 | 128 | },
|
122 | 129 | "peerDependencies": {
|
123 |
| - "@babel/runtime": "^7.0.0", |
124 |
| - "@lobehub/ui": "^1.160.0", |
125 |
| - "antd": "^5.22.0", |
126 |
| - "antd-style": "^3.7.0", |
127 |
| - "lucide-react": "^0.469.0", |
128 |
| - "polished": "^4.0.0", |
| 130 | + "antd": "^5.23.0", |
129 | 131 | "react": "^18.0.0 || ^19.0.0",
|
130 |
| - "react-dom": "^18.0.0 || ^19.0.0", |
131 |
| - "react-layout-kit": "^1.0.0" |
| 132 | + "react-dom": "^18.0.0 || ^19.0.0" |
132 | 133 | },
|
133 | 134 | "publishConfig": {
|
134 | 135 | "access": "public",
|
|
0 commit comments