mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-04-20 14:38:58 -04:00
76 lines
2.2 KiB
JSON
76 lines
2.2 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": {
|
|
"storybook": "start-storybook -p 6006",
|
|
"storybook:build": "build-storybook",
|
|
"lint": "eslint src",
|
|
"typecheck": "tsc -b",
|
|
"build": "tsc"
|
|
},
|
|
"dependencies": {
|
|
"@headlessui/react": "^1.7.3",
|
|
"@headlessui/tailwindcss": "^0.1.1",
|
|
"@radix-ui/react-context-menu": "^1.0.0",
|
|
"@radix-ui/react-dialog": "^1.0.0",
|
|
"@radix-ui/react-dropdown-menu": "^1.0.0",
|
|
"@radix-ui/react-popover": "^1.0.3",
|
|
"@radix-ui/react-select": "^1.1.2",
|
|
"@radix-ui/react-switch": "^1.0.1",
|
|
"@radix-ui/react-tabs": "^1.0.1",
|
|
"@sd/assets": "workspace:*",
|
|
"@tailwindcss/forms": "^0.5.3",
|
|
"class-variance-authority": "^0.4.0",
|
|
"clsx": "^1.2.1",
|
|
"phosphor-react": "^1.4.1",
|
|
"postcss": "^8.4.17",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-loading-icons": "^1.1.0",
|
|
"react-router-dom": "6.4.2",
|
|
"react-spring": "^9.5.5",
|
|
"tailwindcss-radix": "^2.6.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.19.3",
|
|
"@sd/config": "workspace:*",
|
|
"@storybook/addon-actions": "^6.5.12",
|
|
"@storybook/addon-essentials": "^6.5.12",
|
|
"@storybook/addon-interactions": "^6.5.12",
|
|
"@storybook/addon-links": "^6.5.12",
|
|
"@storybook/addon-postcss": "2.0.0",
|
|
"@storybook/builder-webpack5": "^6.5.12",
|
|
"@storybook/manager-webpack5": "^6.5.12",
|
|
"@storybook/preset-scss": "^1.0.3",
|
|
"@storybook/react": "^6.5.12",
|
|
"@storybook/testing-library": "^0.0.13",
|
|
"@tailwindcss/line-clamp": "^0.4.2",
|
|
"@tailwindcss/typography": "^0.5.7",
|
|
"@types/react": "^18.0.21",
|
|
"@types/react-dom": "^18.0.6",
|
|
"autoprefixer": "^10.4.12",
|
|
"babel-loader": "^8.2.5",
|
|
"css-loader": "^6.7.1",
|
|
"postcss-loader": "^7.0.1",
|
|
"sass": "^1.55.0",
|
|
"sass-loader": "^13.0.2",
|
|
"storybook": "^6.5.12",
|
|
"storybook-tailwind-dark-mode": "^1.0.15",
|
|
"style-loader": "^3.3.1",
|
|
"tailwindcss": "^3.1.8",
|
|
"typescript": "^4.8.4"
|
|
}
|
|
}
|