feat input virtual

This commit is contained in:
2026-05-19 11:10:14 +07:00
parent 06344346f0
commit fc3b752b97
19 changed files with 21419 additions and 856 deletions
+14 -1
View File
@@ -13,8 +13,21 @@
"lint": "eslint ."
},
"peerDependencies": {
"@ant-design/colors": "8.0.0",
"@ant-design/icons": "6.0.0",
"@emotion/cache": "11.14.0",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"react": "^18.3.1",
"react-dom": "^18.3.1"
"react-dom": "^18.3.1",
"@mui/base": "5.0.0-beta.70",
"@mui/icons-material": "^7.3.5",
"@mui/lab": "7.0.0-beta.14",
"@mui/material": "^7.3.5",
"@mui/system": "7.2.0"
},
"dependencies": {
"axios": "^1.10.0"
},
"devDependencies": {
"vite": "^5.0.0",