Files
spacedrive/packages/ui/package.json
2022-03-31 20:18:25 -07:00

22 lines
416 B
JSON

{
"name": "@sd/ui",
"version": "0.0.0",
"main": "./dist/index.tsx",
"types": "./dist/index.tsx",
"license": "MIT",
"scripts": {
"build": "tsc"
},
"dependencies": {
"@headlessui/react": "^1.4.0",
"clsx": "^1.1.1",
"react": "^17.0.2"
},
"devDependencies": {
"@sd/config": "*",
"typescript": "^4.5.3",
"@types/react": "^17.0.37",
"@types/react-dom": "^17.0.11"
}
}