42 lines
1.1 KiB
JSON
42 lines
1.1 KiB
JSON
{
|
|
"name": "@xtablo/external",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite dev",
|
|
"build": "tsc -b && vite build",
|
|
"typecheck": "tsc --noEmit",
|
|
"lint": "biome check .",
|
|
"lint:fix": "biome check --write .",
|
|
"format": "biome format --write .",
|
|
"preview": "vite preview",
|
|
"clean": "rm -rf dist .vite tsconfig.tsbuildinfo node_modules/.vite"
|
|
},
|
|
"devDependencies": {
|
|
"@biomejs/biome": "2.2.5",
|
|
"@tailwindcss/vite": "^4.0.14",
|
|
"@types/react": "19.0.10",
|
|
"@types/react-dom": "19.0.4",
|
|
"@vitejs/plugin-react": "^4.3.4",
|
|
"tailwindcss": "^4.0.14",
|
|
"tw-animate-css": "^1.4.0",
|
|
"typescript": "^5.7.0",
|
|
"vite": "^6.2.2",
|
|
"vite-tsconfig-paths": "^5.1.4"
|
|
},
|
|
"dependencies": {
|
|
"@xtablo/ui": "workspace:*",
|
|
"@xtablo/shared": "workspace:*",
|
|
"@tanstack/react-query": "^5.69.0",
|
|
"clsx": "^2.1.1",
|
|
"lucide-react": "^0.460.0",
|
|
"react": "19.0.0",
|
|
"react-dom": "19.0.0",
|
|
"react-router-dom": "^7.9.4",
|
|
"tailwind-merge": "^3.0.2",
|
|
"ts-pattern": "^5.6.2",
|
|
"zustand": "^5.0.5"
|
|
}
|
|
}
|
|
|