2026-04-15 07:00:33 +00:00
|
|
|
{
|
|
|
|
|
"name": "@xtablo/tablo-views",
|
|
|
|
|
"version": "0.0.0",
|
|
|
|
|
"private": true,
|
|
|
|
|
"type": "module",
|
|
|
|
|
"main": "./src/index.ts",
|
|
|
|
|
"types": "./src/index.ts",
|
|
|
|
|
"exports": {
|
|
|
|
|
".": "./src/index.ts",
|
2026-04-15 20:42:02 +00:00
|
|
|
"./styles/tablo-details-shell.css": "./src/styles/tablo-details-shell.css",
|
2026-04-15 07:00:33 +00:00
|
|
|
"./components/*": "./src/components/*.tsx",
|
|
|
|
|
"./hooks/*": "./src/hooks/*.ts",
|
|
|
|
|
"./*": "./src/*.tsx"
|
|
|
|
|
},
|
|
|
|
|
"scripts": {
|
|
|
|
|
"lint": "biome check .",
|
|
|
|
|
"lint:fix": "biome check --write .",
|
|
|
|
|
"format": "biome format --write .",
|
|
|
|
|
"typecheck": "tsc --noEmit"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@tanstack/react-query": "^5.69.0",
|
|
|
|
|
"@xtablo/chat-ui": "workspace:*",
|
|
|
|
|
"@xtablo/shared": "workspace:*",
|
|
|
|
|
"@xtablo/shared-types": "workspace:*",
|
|
|
|
|
"@xtablo/ui": "workspace:*",
|
|
|
|
|
"date-fns": "^4.1.0",
|
|
|
|
|
"lucide-react": "^0.460.0",
|
|
|
|
|
"react": "19.0.0",
|
|
|
|
|
"react-dom": "19.0.0",
|
|
|
|
|
"react-i18next": "^16.2.0",
|
|
|
|
|
"react-router-dom": "^7.9.4",
|
|
|
|
|
"tailwind-merge": "^3.0.2"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@biomejs/biome": "2.2.5",
|
|
|
|
|
"@types/react": "19.0.10",
|
|
|
|
|
"@types/react-dom": "19.0.4",
|
2026-04-15 07:23:06 +00:00
|
|
|
"typescript": "^5.7.0",
|
|
|
|
|
"vite": "^6.2.2"
|
2026-04-15 07:00:33 +00:00
|
|
|
}
|
|
|
|
|
}
|