mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-04-19 05:59:16 -04:00
69 lines
1.9 KiB
JSON
69 lines
1.9 KiB
JSON
{
|
|
"name": "@sd/ui",
|
|
"version": "0.0.0",
|
|
"license": "GPL-3.0-only",
|
|
"main": "src/index.ts",
|
|
"types": "src/index.ts",
|
|
"exports": {
|
|
".": "./src/index.ts",
|
|
"./src/forms": "./src/forms/index.ts",
|
|
"./postcss": "./style/postcss.config.js",
|
|
"./tailwind": "./style/tailwind.js",
|
|
"./style": "./style/index.js",
|
|
"./style/style.scss": "./style/style.scss",
|
|
"./package.json": "./package.json"
|
|
},
|
|
"scripts": {
|
|
"lint": "eslint src --cache",
|
|
"typecheck": "tsc -b",
|
|
"build": "tsc"
|
|
},
|
|
"dependencies": {
|
|
"@headlessui/react": "^1.7.3",
|
|
"@headlessui/tailwindcss": "^0.1.1",
|
|
"@hookform/resolvers": "^3.1.0",
|
|
"@radix-ui/react-checkbox": "^1.0.3",
|
|
"@radix-ui/react-context-menu": "^2.1.4",
|
|
"@radix-ui/react-dialog": "^1.0.4",
|
|
"@radix-ui/react-dropdown-menu": "^2.0.5",
|
|
"@radix-ui/react-popover": "^1.0.6",
|
|
"@radix-ui/react-radio-group": "^1.1.0",
|
|
"@radix-ui/react-select": "^1.1.2",
|
|
"@radix-ui/react-switch": "^1.0.1",
|
|
"@radix-ui/react-tabs": "^1.0.1",
|
|
"@react-spring/web": "9.6.0",
|
|
"@sd/assets": "workspace:*",
|
|
"@tailwindcss/forms": "^0.5.3",
|
|
"class-variance-authority": "^0.5.3",
|
|
"clsx": "^1.2.1",
|
|
"@phosphor-icons/react": "^2.0.10",
|
|
"postcss": "^8.4.17",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-loading-icons": "^1.1.0",
|
|
"react-router-dom": "6.9.0",
|
|
"sonner": "^0.6.2",
|
|
"tailwindcss-radix": "^2.6.0",
|
|
"ts-pattern": "^5.0.1",
|
|
"use-debounce": "^9.0.4",
|
|
"zod": "~3.22.2"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.22.11",
|
|
"@sd/config": "workspace:*",
|
|
"@storybook/types": "^7.0.24",
|
|
"@tailwindcss/typography": "^0.5.7",
|
|
"@types/node": "^18.15.1",
|
|
"@types/react": "^18.0.21",
|
|
"@types/react-dom": "^18.0.6",
|
|
"autoprefixer": "^10.4.12",
|
|
"babel-loader": "^8.2.5",
|
|
"sass": "^1.55.0",
|
|
"sass-loader": "^13.0.2",
|
|
"style-loader": "^3.3.1",
|
|
"tailwindcss": "^3.3.2",
|
|
"tailwindcss-animate": "^1.0.5",
|
|
"typescript": "5.0.4"
|
|
}
|
|
}
|