vchikalkin 7b9dbdaeb5 add turborepo
move ./Elements to packages/elements
2022-12-19 19:08:32 +03:00

17 lines
305 B
JSON

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