2021-12-24 01:13:21 -08:00
|
|
|
{
|
2025-12-02 14:29:16 -08:00
|
|
|
"name": "@sd/ui",
|
2025-12-03 15:55:04 -08:00
|
|
|
"version": "0.0.1",
|
2022-05-25 03:00:01 +08:00
|
|
|
"license": "GPL-3.0-only",
|
2025-12-02 14:29:16 -08:00
|
|
|
"main": "src/index.ts",
|
|
|
|
|
"types": "src/index.ts",
|
2025-11-06 11:25:50 +00:00
|
|
|
"sideEffects": [
|
|
|
|
|
"./style/index.js",
|
|
|
|
|
"./style/style.scss"
|
|
|
|
|
],
|
2022-05-22 23:24:43 -05:00
|
|
|
"exports": {
|
2025-12-02 14:29:16 -08:00
|
|
|
".": "./src/index.ts",
|
|
|
|
|
"./src/forms": "./src/forms/index.ts",
|
2022-05-22 23:24:43 -05:00
|
|
|
"./postcss": "./style/postcss.config.js",
|
|
|
|
|
"./tailwind": "./style/tailwind.js",
|
|
|
|
|
"./style": "./style/index.js",
|
2025-12-05 15:16:41 -08:00
|
|
|
"./style/colors": "./style/colors.js",
|
2025-12-14 21:47:16 -08:00
|
|
|
"./style/colors.scss": "./style/colors.scss",
|
2022-05-22 23:24:43 -05:00
|
|
|
"./style/style.scss": "./style/style.scss",
|
|
|
|
|
"./package.json": "./package.json"
|
|
|
|
|
},
|
2025-11-06 02:51:33 -08:00
|
|
|
"files": [
|
|
|
|
|
"dist",
|
2025-12-03 15:55:04 -08:00
|
|
|
"src",
|
2025-12-02 14:29:16 -08:00
|
|
|
"style"
|
2025-11-06 02:51:33 -08:00
|
|
|
],
|
2022-05-22 23:24:43 -05:00
|
|
|
"scripts": {
|
2025-11-06 02:51:33 -08:00
|
|
|
"build": "tsup",
|
2023-04-14 21:21:21 +00:00
|
|
|
"lint": "eslint src --cache",
|
2023-10-02 22:03:45 +08:00
|
|
|
"typecheck": "tsc -b"
|
2022-05-22 23:24:43 -05:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2024-09-27 19:58:08 -07:00
|
|
|
"@fontsource/ibm-plex-sans": "^5.1.0",
|
2023-10-24 04:51:58 -03:00
|
|
|
"@headlessui/react": "^1.7.17",
|
2025-11-09 22:28:48 -08:00
|
|
|
"@hookform/resolvers": "^3.9.1",
|
2025-01-10 15:01:44 +03:00
|
|
|
"@phosphor-icons/react": "^2.1.0",
|
2023-10-24 04:51:58 -03:00
|
|
|
"@radix-ui/react-checkbox": "^1.0.4",
|
|
|
|
|
"@radix-ui/react-context-menu": "^2.1.5",
|
|
|
|
|
"@radix-ui/react-dialog": "^1.0.5",
|
2025-11-09 22:28:48 -08:00
|
|
|
"@radix-ui/react-dropdown-menu": "^2.1.16",
|
2023-10-24 04:51:58 -03:00
|
|
|
"@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",
|
2025-12-02 14:29:16 -08:00
|
|
|
"@sd/assets": "workspace:*",
|
2025-11-09 22:28:48 -08:00
|
|
|
"@zxcvbn-ts/core": "^3.0.4",
|
|
|
|
|
"@zxcvbn-ts/language-common": "^3.0.4",
|
|
|
|
|
"@zxcvbn-ts/language-en": "^3.0.2",
|
2023-10-24 04:51:58 -03:00
|
|
|
"class-variance-authority": "^0.7.0",
|
|
|
|
|
"clsx": "^2.0.0",
|
2025-11-09 22:28:48 -08:00
|
|
|
"framer-motion": "^12.23.24",
|
|
|
|
|
"react": "^19.0.0",
|
|
|
|
|
"react-dom": "^19.0.0",
|
|
|
|
|
"react-hook-form": "^7.53.2",
|
2022-10-15 22:11:25 -07:00
|
|
|
"react-loading-icons": "^1.1.0",
|
2024-05-01 16:35:09 +02:00
|
|
|
"react-resizable-layout": "^0.7.2",
|
2024-03-19 17:22:17 -03:00
|
|
|
"react-router-dom": "=6.20.1",
|
2025-11-09 22:28:48 -08:00
|
|
|
"rooks": "^9.3.0",
|
2023-10-24 04:51:58 -03:00
|
|
|
"sonner": "^1.0.3",
|
2023-04-22 04:30:11 +00:00
|
|
|
"use-debounce": "^9.0.4",
|
2025-11-09 22:28:48 -08:00
|
|
|
"valtio": "^1.11.2",
|
2024-10-21 12:47:40 -03:00
|
|
|
"zod": "^3.23"
|
2022-05-22 23:24:43 -05:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2024-03-19 17:22:17 -03:00
|
|
|
"@babel/core": "^7.24.0",
|
2023-10-24 04:51:58 -03:00
|
|
|
"@headlessui/tailwindcss": "^0.2.0",
|
2024-03-19 17:22:17 -03:00
|
|
|
"@storybook/types": "^8.0.1",
|
2024-02-28 20:52:24 -03:00
|
|
|
"@tailwindcss/forms": "^0.5.7",
|
2023-10-14 01:27:09 -03:00
|
|
|
"@tailwindcss/typography": "^0.5.10",
|
2024-03-23 18:24:16 -03:00
|
|
|
"@types/node": ">18.18.x",
|
2025-11-09 22:28:48 -08:00
|
|
|
"@types/react": "npm:types-react@rc",
|
|
|
|
|
"@types/react-dom": "npm:types-react-dom@rc",
|
2024-03-19 17:22:17 -03:00
|
|
|
"autoprefixer": "^10.4.18",
|
|
|
|
|
"postcss": "^8.4.36",
|
|
|
|
|
"sass": "^1.72.0",
|
2024-01-17 23:46:14 +03:00
|
|
|
"tailwindcss": "^3.4.1",
|
2023-10-14 01:27:09 -03:00
|
|
|
"tailwindcss-animate": "^1.0.7",
|
2023-10-24 04:51:58 -03:00
|
|
|
"tailwindcss-radix": "^2.8.0",
|
2025-11-06 02:51:33 -08:00
|
|
|
"tsup": "^8.3.5",
|
2024-10-05 18:17:30 -03:00
|
|
|
"typescript": "^5.6.2"
|
2022-05-22 23:24:43 -05:00
|
|
|
}
|
2025-12-14 21:47:16 -08:00
|
|
|
}
|