mirror of
https://github.com/trailbaseio/trailbase
synced 2026-04-21 21:47:55 +00:00
41 lines
1.1 KiB
JSON
41 lines
1.1 KiB
JSON
{
|
|
"name": "trailbase-sync-example",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "tsc -b && vite build",
|
|
"check": "tsc --noEmit --skipLibCheck && eslint",
|
|
"dev": "vite",
|
|
"format": "prettier -w src",
|
|
"lint": "eslint .",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@tanstack/db": "^0.6.4",
|
|
"@tanstack/query-core": "^5.96.2",
|
|
"@tanstack/query-db-collection": "^1.0.35",
|
|
"@tanstack/react-db": "^0.1.82",
|
|
"@tanstack/trailbase-db-collection": "^0.1.82",
|
|
"react": "^19.2.4",
|
|
"react-dom": "^19.2.4",
|
|
"tailwindcss": "^4.2.2",
|
|
"trailbase": "^0.10.0"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^10.0.1",
|
|
"@tailwindcss/vite": "^4.2.2",
|
|
"@types/react": "^19.2.14",
|
|
"@types/react-dom": "^19.2.3",
|
|
"@vitejs/plugin-react": "^6.0.1",
|
|
"eslint": "^10.2.0",
|
|
"eslint-plugin-react-hooks": "^7.0.1",
|
|
"eslint-plugin-react-refresh": "^0.5.2",
|
|
"globals": "^17.4.0",
|
|
"prettier": "^3.8.1",
|
|
"prettier-plugin-tailwindcss": "^0.7.2",
|
|
"typescript": "^6.0.2",
|
|
"typescript-eslint": "^8.58.1",
|
|
"vite": "^8.0.7"
|
|
}
|
|
}
|