Files
polar/example/package.json
2025-08-07 17:16:18 -04:00

52 lines
1.5 KiB
JSON

{
"name": "uses-component",
"private": true,
"type": "module",
"version": "0.0.0",
"scripts": {
"dev": "npm-run-all --parallel dev:frontend dev:backend",
"dev:frontend": "vite",
"dev:backend": "convex dev --live-component-sources --typecheck-components --tail-logs",
"logs": "convex logs",
"lint": "tsc -p convex && eslint convex"
},
"dependencies": {
"@convex-dev/polar": "file:..",
"@polar-sh/checkout": "^0.1.11",
"@polar-sh/sdk": "^0.34.9",
"@radix-ui/react-dialog": "^1.1.6",
"@radix-ui/react-icons": "^1.3.2",
"@radix-ui/react-separator": "^1.1.1",
"@radix-ui/react-slot": "^1.1.1",
"@tanstack/react-table": "^8.20.6",
"autoprefixer": "^10.4.20",
"class-variance-authority": "^0.7.1",
"convex": "file:../node_modules/convex",
"convex-helpers": "^0.1.67",
"lucide-react": "^0.471.0",
"next-themes": "^0.4.4",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.49",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"remeda": "^2.20.2",
"tailwind-merge": "^2.6.0",
"tailwindcss": "^3.4.17",
"use-debounce": "^10.0.4"
},
"devDependencies": {
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.9.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"eslint": "^9.9.0",
"eslint-plugin-react-hooks": "^5.1.0-rc.0",
"eslint-plugin-react-refresh": "^0.4.9",
"globals": "^15.9.0",
"typescript": "^5.5.0",
"typescript-eslint": "^8.0.1",
"vite": "^5.4.1"
}
}