package.json•1.95 kB
{
"name": "tanstack-start-workos",
"version": "0.1.0",
"private": true,
"type": "module",
"license": "MIT",
"homepage": "https://github.com/workos/template-convex-tanstack-start-authkit/#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/workos/template-convex-tanstack-start-authkit.git"
},
"bugs": {
"url": "https://github.com/workos/template-convex-tanstack-start-authkit/issues"
},
"scripts": {
"dev": "npm-run-all --parallel dev:frontend dev:backend",
"dev:frontend": "vite dev",
"dev:backend": "convex dev",
"predev": "convex dev --until-success && convex dashboard",
"build": "vite build",
"start": "vite start",
"format": "prettier --write .",
"lint": "tsc && eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0"
},
"dependencies": {
"@convex-dev/react-query": "workspace:*",
"@tanstack/react-query": "^5.90.2",
"@tanstack/react-router": "^1.132.7",
"@tanstack/react-router-ssr-query": "^1.132.43",
"@tanstack/react-router-with-query": "^1.130.17",
"@tanstack/react-start": "^1.132.10",
"@tanstack/router-devtools": "^1.120.11",
"@workos/authkit-tanstack-react-start": "0.1.0",
"convex": "workspace:*",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@convex-dev/eslint-plugin": "workspace:*",
"@tailwindcss/postcss": "^4.1.11",
"@tanstack/eslint-config": "^0.3.0",
"@tanstack/react-router-devtools": "^1.132.41",
"@types/node": "^20",
"@types/react": "^18.2.65",
"@types/react-dom": "^18.2.21",
"@typescript-eslint/parser": "^8.0.0",
"@vitejs/plugin-react": "^4.2.1",
"concurrently": "~8.2.2",
"dotenv": "^16.4.7",
"eslint": "^9.37.0",
"npm-run-all2": "^7.0.0",
"prettier": "3.6.2",
"tailwindcss": "^4.1.11",
"typescript": "^5.9.2",
"vite-tsconfig-paths": "^5.1.3",
"vite": "^7.1.11"
}
}