|
| 1 | +{ |
| 2 | + "name": "@signozhq/alert", |
| 3 | + "version": "0.0.0", |
| 4 | + "sideEffects": false, |
| 5 | + "license": "MIT", |
| 6 | + "type": "module", |
| 7 | + "exports": { |
| 8 | + ".": { |
| 9 | + "types": "./dist/alert.d.ts", |
| 10 | + "import": "./dist/alert.js" |
| 11 | + } |
| 12 | + }, |
| 13 | + "main": "./dist/alert.js", |
| 14 | + "module": "./dist/alert.js", |
| 15 | + "types": "./dist/alert.d.ts", |
| 16 | + "files": [ |
| 17 | + "dist" |
| 18 | + ], |
| 19 | + "scripts": { |
| 20 | + "build": "vite build", |
| 21 | + "dev": "vite build --watch", |
| 22 | + "lint": "eslint . --max-warnings 0", |
| 23 | + "clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist" |
| 24 | + }, |
| 25 | + "devDependencies": { |
| 26 | + "@repo/eslint-config": "workspace:*", |
| 27 | + "@repo/typescript-config": "workspace:*", |
| 28 | + "@signozhq/tailwind-config": "workspace:*", |
| 29 | + "@types/node": "^22.5.5", |
| 30 | + "@types/react": "^18.2.61", |
| 31 | + "@types/react-dom": "^18.2.19", |
| 32 | + "@vitejs/plugin-react": "^4.2.1", |
| 33 | + "autoprefixer": "^10.4.20", |
| 34 | + "eslint": "^9.11.0", |
| 35 | + "postcss": "^8.4.47", |
| 36 | + "react-dom": "^18.2.0", |
| 37 | + "tailwindcss": "^3.4.12", |
| 38 | + "typescript": "^5.3.3", |
| 39 | + "vite": "^5.0.0", |
| 40 | + "vite-plugin-lib-inject-css": "^2.1.1", |
| 41 | + "vite-plugin-dts": "^4.2.1" |
| 42 | + }, |
| 43 | + "dependencies": { |
| 44 | + "@radix-ui/react-icons": "^1.3.0", |
| 45 | + "@radix-ui/react-slot": "^1.1.0", |
| 46 | + "class-variance-authority": "^0.7.0", |
| 47 | + "clsx": "^2.1.1", |
| 48 | + "lucide-react": "^0.445.0", |
| 49 | + "react": "^18.2.0", |
| 50 | + "tailwind-merge": "^2.5.2", |
| 51 | + "tailwindcss-animate": "^1.0.7" |
| 52 | + }, |
| 53 | + "publishConfig": { |
| 54 | + "access": "public" |
| 55 | + }, |
| 56 | + "description": "Shadcn based alert component" |
| 57 | +} |
0 commit comments