mirror of
https://github.com/LukeHagar/polar.git
synced 2025-12-06 04:20:58 +00:00
update example deps
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -11,6 +11,7 @@ node_modules
|
||||
.eslintcache
|
||||
# components are libraries!
|
||||
package-lock.json
|
||||
!example/package-lock.json
|
||||
|
||||
# this is a package-json-redirect stub dir, see https://github.com/andrewbranch/example-subpath-exports-ts-compat?tab=readme-ov-file
|
||||
react/package.json
|
||||
|
||||
7671
example/package-lock.json
generated
Normal file
7671
example/package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
@@ -4,15 +4,16 @@
|
||||
"type": "module",
|
||||
"version": "0.0.0",
|
||||
"scripts": {
|
||||
"dev": "convex dev --live-component-sources --typecheck-components --tail-logs",
|
||||
"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.9",
|
||||
"@polar-sh/sdk": "^0.26.1",
|
||||
"@polar-sh/checkout": "^0.1.11",
|
||||
"@polar-sh/sdk": "^0.32.16",
|
||||
"@radix-ui/react-dialog": "^1.1.6",
|
||||
"@radix-ui/react-icons": "^1.3.2",
|
||||
"@radix-ui/react-separator": "^1.1.1",
|
||||
@@ -24,6 +25,7 @@
|
||||
"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",
|
||||
|
||||
Reference in New Issue
Block a user