@t-agent/ui
Version:
React UI 组件库
111 lines • 3.37 kB
JSON
{
"name": "@t-agent/ui",
"version": "1.1.72",
"description": "React UI 组件库",
"private": false,
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"require": "./dist/index.js"
},
"./index.css": "./build/index.css"
},
"type": "module",
"files": [
"dist",
"build"
],
"peerDependencies": {
"react": ">=19.2.0",
"react-dom": ">=19.2.0",
"react-i18next": "^13.5.0",
"sonner": "^2.0.5"
},
"dependencies": {
"@fontsource/poppins": "^5.2.6",
"@radix-ui/react-checkbox": "^1.3.2",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-popover": "^1.1.14",
"@radix-ui/react-select": "^2.2.5",
"@radix-ui/react-separator": "^1.1.7",
"@radix-ui/react-slot": "^1.2.3",
"@radix-ui/react-tooltip": "^1.2.7",
"@radix-ui/react-progress": "^1.1.7",
"@tanstack/react-table": "^8.21.3",
"@uiw/react-markdown-preview": "^5.1.5",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.0",
"lucide-react": "^0.541.0",
"marked": "16.3.0",
"react-day-picker": "^9.8.1",
"react-error-boundary": "^6.0.0",
"react-inlinesvg": "^4.2.0",
"react-resizable-panels": "^3.0.3",
"react-syntax-highlighter": "^15.6.6",
"tailwind-merge": "^2.5.4",
"vditor": "^3.11.2",
"@t-agent/business": "1.1.72",
"@t-agent/config": "1.1.72",
"@t-agent/query": "1.1.72",
"@t-agent/types": "1.1.72",
"@t-agent/utils": "1.1.72"
},
"devDependencies": {
"@tailwindcss/cli": "^4.1.12",
"@tailwindcss/postcss": "^4.1.8",
"@tanstack/react-query": "^5.85.5",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.1.0",
"@testing-library/user-event": "^14.5.2",
"@types/react": "^19.2.0",
"@types/react-dom": "^19.2.0",
"@types/react-syntax-highlighter": "^15.5.13",
"@vitest/ui": "^3.2.4",
"glob": "^10.3.10",
"jsdom": "^25.0.1",
"react-i18next": "^13.5.0",
"tailwindcss": "^4.1.12",
"tw-animate-css": "^1.3.0",
"typescript": "^5.8.3",
"vite-tsconfig-paths": "5.1.4",
"vitest": "^3.2.4"
},
"publishConfig": {
"access": "public"
},
"keywords": [
"react",
"ui",
"components",
"tailwind",
"typescript"
],
"repository": {
"type": "git",
"url": "https://github.com/AutomaApp/ta-core.git",
"directory": "packages/ui"
},
"bugs": {
"url": "https://github.com/AutomaApp/ta-core/issues"
},
"homepage": "https://github.com/AutomaApp/ta-core#readme",
"scripts": {
"build": "npm run clean && tsc && shx cp -r src/assets dist/ && npm run build:css",
"dev": "shx cp -r src/assets dist/ && concurrently -k -n css,tsx \"npm run dev:css\" \"npm run dev:tsx\"",
"dev:tsx": "tsc --watch",
"dev:css": "tailwindcss -i ./src/index.css -o ./build/index.css --watch",
"build:css": "tailwindcss -i ./src/index.css -o ./build/index.css",
"type-check": "tsc --noEmit",
"lint": "eslint . --ext .ts,.tsx --ignore-pattern 'dist/**'",
"lint:fix": "eslint . --ext .ts,.tsx --fix --ignore-pattern 'dist/**'",
"clean": "rimraf dist",
"test": "vitest --run",
"test:watch": "vitest --watch",
"test:ui": "vitest --ui",
"test:coverage": "vitest --coverage"
}
}