2022-12-20 11:33:18 +03:00

20 lines
393 B
JSON

{
"name": "elements",
"version": "0.0.0",
"main": "./index.tsx",
"types": "./index.tsx",
"license": "MIT",
"devDependencies": {
"@types/react": "18.0.20",
"@types/styled-components": "^5",
"react": "^18.2.0",
"typescript": "^4.9.4"
},
"dependencies": {
"antd": "^4.24.5",
"styled-components": "^5.3.6",
"ui": "*",
"use-debounce": "^9.0.2"
}
}