mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-05-04 05:15:09 -04:00
88 lines
2.3 KiB
JSON
88 lines
2.3 KiB
JSON
{
|
|
"name": "@jamiepine/ui",
|
|
"version": "1.0.0",
|
|
"license": "GPL-3.0-only",
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"sideEffects": ["./style/index.js", "./style/style.scss"],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/jamiepine/spacedrive2.git",
|
|
"directory": "packages/ui"
|
|
},
|
|
"publishConfig": {
|
|
"registry": "https://npm.pkg.github.com"
|
|
},
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"default": "./dist/index.js"
|
|
},
|
|
"./forms": {
|
|
"types": "./dist/forms/index.d.ts",
|
|
"default": "./dist/forms/index.js"
|
|
},
|
|
"./postcss": "./style/postcss.config.js",
|
|
"./tailwind": "./style/tailwind.js",
|
|
"./style": "./style/index.js",
|
|
"./style/style.scss": "./style/style.scss",
|
|
"./package.json": "./package.json"
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"style"
|
|
],
|
|
"scripts": {
|
|
"build": "tsup",
|
|
"lint": "eslint src --cache",
|
|
"typecheck": "tsc -b"
|
|
},
|
|
"dependencies": {
|
|
"@fontsource/ibm-plex-sans": "^5.1.0",
|
|
"@headlessui/react": "^1.7.17",
|
|
"@phosphor-icons/react": "^2.1.0",
|
|
"@radix-ui/react-checkbox": "^1.0.4",
|
|
"@radix-ui/react-context-menu": "^2.1.5",
|
|
"@radix-ui/react-dialog": "^1.0.5",
|
|
"@radix-ui/react-dropdown-menu": "^2.0.6",
|
|
"@radix-ui/react-popover": "^1.0.7",
|
|
"@radix-ui/react-progress": "^1.0.3",
|
|
"@radix-ui/react-radio-group": "^1.1.3",
|
|
"@radix-ui/react-select": "^1.2.2",
|
|
"@radix-ui/react-slider": "^1.1.2",
|
|
"@radix-ui/react-switch": "^1.0.3",
|
|
"@radix-ui/react-tabs": "^1.0.4",
|
|
"@radix-ui/react-tooltip": "^1.0.7",
|
|
"@react-spring/web": "9.7.3",
|
|
"@jamiepine/assets": "workspace:*",
|
|
"class-variance-authority": "^0.7.0",
|
|
"clsx": "^2.0.0",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-loading-icons": "^1.1.0",
|
|
"react-resizable-layout": "^0.7.2",
|
|
"react-router-dom": "=6.20.1",
|
|
"sonner": "^1.0.3",
|
|
"use-debounce": "^9.0.4",
|
|
"zod": "^3.23"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.24.0",
|
|
"@headlessui/tailwindcss": "^0.2.0",
|
|
"@storybook/types": "^8.0.1",
|
|
"@tailwindcss/forms": "^0.5.7",
|
|
"@tailwindcss/typography": "^0.5.10",
|
|
"@types/node": ">18.18.x",
|
|
"@types/react": "^18.2.67",
|
|
"@types/react-dom": "^18.2.22",
|
|
"autoprefixer": "^10.4.18",
|
|
"postcss": "^8.4.36",
|
|
"sass": "^1.72.0",
|
|
"tailwindcss": "^3.4.1",
|
|
"tailwindcss-animate": "^1.0.7",
|
|
"tailwindcss-radix": "^2.8.0",
|
|
"tsup": "^8.3.5",
|
|
"typescript": "^5.6.2"
|
|
}
|
|
}
|