{ "name": "TEMP", "private": true, "version": "0.0.0", "type": "module", "scripts": { "dev": "vite", "build": "tsc && vite build", "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0", "test": "vite preview --outDir html --host & vitest", "swagger": "pnpm dlx swagger-typescript-api -p ./.config/swagger.json -o ./src/types --unwrap-response-data", "pretty": "eslint --fix && prettier --write .", "typecheck": "tsc --noEmit", "preview": "vite preview", "prepare": "husky" }, "dependencies": { "@auth0/auth0-react": "^2.2.4", "@radix-ui/react-dialog": "^1.0.5", "@radix-ui/react-dropdown-menu": "^2.0.6", "@radix-ui/react-label": "^2.0.2", "@radix-ui/react-slot": "^1.0.2", "@radix-ui/react-tabs": "^1.0.4", "@radix-ui/react-tooltip": "^1.0.7", "@tanstack/react-query": "^5.45.0", "@tanstack/react-router": "^1.39.4", "class-variance-authority": "^0.7.0", "clsx": "^2.1.1", "cmdk": "^1.0.0", "jotai": "^2.8.3", "jotai-tanstack-query": "^0.8.5", "ky": "^1.3.0", "lucide-react": "^0.395.0", "react": "^18.2.0", "react-dom": "^18.2.0", "tailwind-merge": "^2.3.0", "tailwindcss-animate": "^1.0.7", "wonka": "^6.3.4" }, "devDependencies": { "@commitlint/cli": "^19.3.0", "@commitlint/config-conventional": "^19.2.2", "@rollup/plugin-typescript": "^11.1.6", "@tailwindcss/forms": "^0.5.7", "@tanstack/eslint-plugin-query": "^5.43.1", "@tanstack/react-query-devtools": "^5.45.0", "@tanstack/router-devtools": "^1.39.4", "@tanstack/router-plugin": "^1.39.5", "@testing-library/dom": "^10.1.0", "@testing-library/react": "^16.0.0", "@types/node": "^20.14.2", "@types/react": "^18.3.3", "@types/react-dom": "^18.3.0", "@typescript-eslint/eslint-plugin": "^7.2.0", "@typescript-eslint/parser": "^7.2.0", "@vitejs/plugin-basic-ssl": "^1.1.0", "@vitejs/plugin-react-swc": "^3.5.0", "@vitest/ui": "^1.6.0", "autoprefixer": "^10.4.19", "commitizen": "^4.3.0", "cz-conventional-changelog": "^3.3.0", "eslint": "^8.57.0", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-refresh": "^0.4.6", "global-jsdom": "^24.0.0", "husky": "^9.0.11", "jsdom": "^24.1.0", "lint-staged": "^15.2.7", "postcss": "^8.4.38", "prettier": "3.3.2", "prettier-plugin-tailwindcss": "^0.6.4", "tailwindcss": "^3.4.4", "typescript": "^5.4.5", "vite": "^5.2.0", "vite-tsconfig-paths": "^4.3.2", "vitest": "^1.6.0" }, "config": { "commitizen": { "path": "./node_modules/cz-conventional-changelog" } }, "lint-staged": { "*.css": [ "prettier --write" ], "*.{js, jsx, ts,tsx}": [ "eslint --fix", "prettier --write" ] } }