51 lines
1.4 KiB
JSON
51 lines
1.4 KiB
JSON
{
|
|
"name": "@unsend/ui",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"main": "./index.ts",
|
|
"types": "./index.ts",
|
|
"files": [
|
|
"src"
|
|
],
|
|
"scripts": {
|
|
"lint": "eslint . --max-warnings 0",
|
|
"lint:fix": "eslint . --fix"
|
|
},
|
|
"devDependencies": {
|
|
"@types/eslint": "^8.56.5",
|
|
"@types/node": "^20.11.24",
|
|
"@types/react": "^18.2.61",
|
|
"@types/react-dom": "^18.2.19",
|
|
"@types/react-syntax-highlighter": "^15.5.11",
|
|
"@unsend/eslint-config": "workspace:*",
|
|
"@unsend/tailwind-config": "workspace:*",
|
|
"@unsend/typescript-config": "workspace:*",
|
|
"eslint": "^8.57.0",
|
|
"postcss": "^8.4.36",
|
|
"prettier": "^3.2.5",
|
|
"prettier-plugin-tailwindcss": "^0.5.12",
|
|
"react": "^18.2.0",
|
|
"tailwindcss": "^3.4.1",
|
|
"typescript": "^5.3.3"
|
|
},
|
|
"dependencies": {
|
|
"@radix-ui/react-dialog": "^1.0.5",
|
|
"@radix-ui/react-dropdown-menu": "^2.0.6",
|
|
"@radix-ui/react-label": "^2.0.2",
|
|
"@radix-ui/react-select": "^2.0.0",
|
|
"@radix-ui/react-separator": "^1.0.3",
|
|
"@radix-ui/react-slot": "^1.0.2",
|
|
"@radix-ui/react-switch": "^1.0.3",
|
|
"@radix-ui/react-tabs": "^1.0.4",
|
|
"add": "^2.0.6",
|
|
"class-variance-authority": "^0.7.0",
|
|
"clsx": "^2.1.0",
|
|
"lucide-react": "^0.359.0",
|
|
"next-themes": "^0.3.0",
|
|
"pnpm": "^8.15.5",
|
|
"react-syntax-highlighter": "^15.5.0",
|
|
"sonner": "^1.4.41",
|
|
"tailwind-merge": "^2.2.2",
|
|
"tailwindcss-animate": "^1.0.7"
|
|
}
|
|
} |