33 lines
739 B
JSON
33 lines
739 B
JSON
|
|
{
|
||
|
|
"name": "@xtablo/auth-ui",
|
||
|
|
"version": "0.0.0",
|
||
|
|
"private": true,
|
||
|
|
"type": "module",
|
||
|
|
"main": "./src/index.ts",
|
||
|
|
"types": "./src/index.ts",
|
||
|
|
"exports": {
|
||
|
|
".": "./src/index.ts"
|
||
|
|
},
|
||
|
|
"scripts": {
|
||
|
|
"typecheck": "tsc --noEmit",
|
||
|
|
"lint": "biome check .",
|
||
|
|
"lint:fix": "biome check --write .",
|
||
|
|
"format": "biome format --write ."
|
||
|
|
},
|
||
|
|
"dependencies": {
|
||
|
|
"@xtablo/shared": "workspace:*",
|
||
|
|
"@xtablo/ui": "workspace:*",
|
||
|
|
"lucide-react": "^0.460.0",
|
||
|
|
"react": "19.0.0",
|
||
|
|
"react-dom": "19.0.0",
|
||
|
|
"tailwind-merge": "^3.0.2"
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"@biomejs/biome": "2.2.5",
|
||
|
|
"@types/react": "19.0.10",
|
||
|
|
"@types/react-dom": "19.0.4",
|
||
|
|
"typescript": "^5.7.0",
|
||
|
|
"vite": "^6.2.2"
|
||
|
|
}
|
||
|
|
}
|