mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-03-12 03:26:25 -04:00
22 lines
416 B
JSON
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"
|
|
}
|
|
}
|