57 lines
1.7 KiB
JSON
57 lines
1.7 KiB
JSON
{
|
|
"name": "@todo-tests/webui",
|
|
"type": "module",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc -b && vite build",
|
|
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@effect/schema": "^0.68.17",
|
|
"@emotion/react": "^11.11.4",
|
|
"@emotion/styled": "^11.11.5",
|
|
"@mui/icons-material": "^5.16.1",
|
|
"@mui/material": "^5.16.1",
|
|
"@radix-ui/react-slot": "^1.1.0",
|
|
"@tanstack/react-query": "4",
|
|
"@tanstack/react-router": "^1.44.2",
|
|
"@thilawyn/thilalib": "^0.1.5",
|
|
"@todo-tests/common": "workspace:*",
|
|
"@trpc/client": "^10.45.2",
|
|
"@trpc/react-query": "^10.45.2",
|
|
"class-variance-authority": "^0.7.0",
|
|
"clsx": "^2.1.1",
|
|
"effect": "^3.4.7",
|
|
"framer-motion": "^11.3.6",
|
|
"lodash-es": "^4.17.21",
|
|
"lucide-react": "^0.408.0",
|
|
"mobx": "^6.13.0",
|
|
"mobx-react-lite": "^4.0.7",
|
|
"primereact": "^10.7.0",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"remeda": "^2.6.0",
|
|
"tailwind-merge": "^2.4.0",
|
|
"tailwindcss-animate": "^1.0.7"
|
|
},
|
|
"devDependencies": {
|
|
"@tanstack/router-devtools": "^1.44.2",
|
|
"@tanstack/router-plugin": "^1.44.3",
|
|
"@types/lodash-es": "^4.17.12",
|
|
"@types/react": "^18.3.3",
|
|
"@types/react-dom": "^18.3.0",
|
|
"@typescript-eslint/eslint-plugin": "^7.15.0",
|
|
"@typescript-eslint/parser": "^7.15.0",
|
|
"@vitejs/plugin-react": "^4.3.1",
|
|
"autoprefixer": "^10.4.19",
|
|
"eslint": "^8.57.0",
|
|
"eslint-plugin-react-hooks": "^4.6.2",
|
|
"eslint-plugin-react-refresh": "^0.4.7",
|
|
"postcss": "^8.4.39",
|
|
"tailwindcss": "^3.4.4",
|
|
"vite": "^5.3.3"
|
|
}
|
|
}
|