mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-03-12 19:46:24 -04:00
15 lines
280 B
JSON
15 lines
280 B
JSON
{
|
|
"name": "ui",
|
|
"version": "0.0.0",
|
|
"main": "./index.tsx",
|
|
"types": "./index.tsx",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@types/react": "^17.0.37",
|
|
"@types/react-dom": "^17.0.11",
|
|
"tsconfig": "*",
|
|
"typescript": "^4.5.3",
|
|
"react": "^17.0.2"
|
|
}
|
|
}
|