Co-authored-by: Julien Valverdé <julien.valverde@mailo.com> Reviewed-on: https://gitea:3000/Thilawyn/reffuse/pulls/6
53 lines
1.4 KiB
JSON
53 lines
1.4 KiB
JSON
{
|
|
"name": "@reffuse/example",
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc -b && vite build",
|
|
"lint:tsc": "tsc --noEmit",
|
|
"lint:eslint": "eslint .",
|
|
"preview": "vite preview"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.23.0",
|
|
"@tanstack/react-router": "^1.114.27",
|
|
"@tanstack/react-router-devtools": "^1.114.27",
|
|
"@tanstack/router-plugin": "^1.114.27",
|
|
"@thilawyn/thilaschema": "^0.1.4",
|
|
"@types/react": "^19.0.12",
|
|
"@types/react-dom": "^19.0.4",
|
|
"@vitejs/plugin-react": "^4.3.4",
|
|
"eslint": "^9.23.0",
|
|
"eslint-plugin-react-hooks": "^5.2.0",
|
|
"eslint-plugin-react-refresh": "^0.4.19",
|
|
"globals": "^16.0.0",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0",
|
|
"typescript-eslint": "^8.28.0",
|
|
"vite": "^6.2.3"
|
|
},
|
|
"dependencies": {
|
|
"@effect/platform": "^0.80.1",
|
|
"@effect/platform-browser": "^0.59.1",
|
|
"@radix-ui/themes": "^3.2.1",
|
|
"@reffuse/extension-lazyref": "workspace:*",
|
|
"@reffuse/extension-query": "workspace:*",
|
|
"@typed/async-data": "^0.13.1",
|
|
"@typed/id": "^0.17.1",
|
|
"@typed/lazy-ref": "^0.3.3",
|
|
"effect": "^3.14.1",
|
|
"lucide-react": "^0.483.0",
|
|
"mobx": "^6.13.7",
|
|
"reffuse": "workspace:*"
|
|
},
|
|
"overrides": {
|
|
"effect": "^3.14.1",
|
|
"@effect/platform": "^0.80.1",
|
|
"@effect/platform-browser": "^0.59.1",
|
|
"@typed/lazy-ref": "^0.3.3",
|
|
"@typed/async-data": "^0.13.1"
|
|
}
|
|
}
|