{ "name": "@alga-psa/ui-kit", "version": "0.2.0", "private": false, "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", "exports": { ".": { "import": "./dist/index.js", "types": "./dist/index.d.ts" }, "./theme.css": "./src/theme/tokens.css" }, "files": [ "dist", "src/theme/tokens.css" ], "scripts": { "build": "tsc -p tsconfig.json", "prepublishOnly": "npm run build", "test": "vitest run --passWithNoTests" }, "dependencies": { "@radix-ui/react-select": "^2.1.2", "@tanstack/react-table": "^8.21.3" }, "peerDependencies": { "react": "^18 || ^19", "react-dom": "^18 || ^19" }, "devDependencies": { "@types/react": "^19", "@types/react-dom": "^19", "typescript": "^5.4.0" }, "publishConfig": { "access": "public" } }