feat(deps): add @openrouter/sdk dependency
This commit is contained in:
3
bun.lock
3
bun.lock
@@ -5,6 +5,7 @@
|
|||||||
"": {
|
"": {
|
||||||
"name": "ical-pwa",
|
"name": "ical-pwa",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"@openrouter/sdk": "^0.11.2",
|
||||||
"@radix-ui/react-checkbox": "^1.3.3",
|
"@radix-ui/react-checkbox": "^1.3.3",
|
||||||
"@radix-ui/react-dialog": "^1.1.15",
|
"@radix-ui/react-dialog": "^1.1.15",
|
||||||
"@radix-ui/react-dropdown-menu": "^2.1.16",
|
"@radix-ui/react-dropdown-menu": "^2.1.16",
|
||||||
@@ -266,6 +267,8 @@
|
|||||||
|
|
||||||
"@nolyfill/is-core-module": ["@nolyfill/is-core-module@1.0.39", "", {}, "sha512-nn5ozdjYQpUCZlWGuxcJY/KpxkWQs4DcbMCmKojjyrYDEAGy4Ce19NN4v5MduafTwJlbKc99UA8YhSVqq9yPZA=="],
|
"@nolyfill/is-core-module": ["@nolyfill/is-core-module@1.0.39", "", {}, "sha512-nn5ozdjYQpUCZlWGuxcJY/KpxkWQs4DcbMCmKojjyrYDEAGy4Ce19NN4v5MduafTwJlbKc99UA8YhSVqq9yPZA=="],
|
||||||
|
|
||||||
|
"@openrouter/sdk": ["@openrouter/sdk@0.11.2", "", { "dependencies": { "zod": "^3.25.0 || ^4.0.0" } }, "sha512-uu8zu7vd4hA2l4vUD1UiZuefxqaH2/ixFcUG8GIO9+qcEJkWX4AYAil7SpGmZOTgy8STLFTEk4M4MmyUW0YMLg=="],
|
||||||
|
|
||||||
"@opentelemetry/api": ["@opentelemetry/api@1.9.1", "", {}, "sha512-gLyJlPHPZYdAk1JENA9LeHejZe1Ti77/pTeFm/nMXmQH/HFZlcS/O2XJB+L8fkbrNSqhdtlvjBVjxwUYanNH5Q=="],
|
"@opentelemetry/api": ["@opentelemetry/api@1.9.1", "", {}, "sha512-gLyJlPHPZYdAk1JENA9LeHejZe1Ti77/pTeFm/nMXmQH/HFZlcS/O2XJB+L8fkbrNSqhdtlvjBVjxwUYanNH5Q=="],
|
||||||
|
|
||||||
"@opentelemetry/semantic-conventions": ["@opentelemetry/semantic-conventions@1.40.0", "", {}, "sha512-cifvXDhcqMwwTlTK04GBNeIe7yyo28Mfby85QXFe1Yk8nmi36Ab/5UQwptOx84SsoGNRg+EVSjwzfSZMy6pmlw=="],
|
"@opentelemetry/semantic-conventions": ["@opentelemetry/semantic-conventions@1.40.0", "", {}, "sha512-cifvXDhcqMwwTlTK04GBNeIe7yyo28Mfby85QXFe1Yk8nmi36Ab/5UQwptOx84SsoGNRg+EVSjwzfSZMy6pmlw=="],
|
||||||
|
|||||||
109
package.json
109
package.json
@@ -1,56 +1,57 @@
|
|||||||
{
|
{
|
||||||
"name": "ical-pwa",
|
"name": "ical-pwa",
|
||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "next dev --turbopack",
|
"dev": "next dev --turbopack",
|
||||||
"build": "next build",
|
"build": "next build",
|
||||||
"start": "next start",
|
"start": "next start",
|
||||||
"lint": "next lint"
|
"lint": "next lint"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@radix-ui/react-checkbox": "^1.3.3",
|
"@openrouter/sdk": "^0.11.2",
|
||||||
"@radix-ui/react-dialog": "^1.1.15",
|
"@radix-ui/react-checkbox": "^1.3.3",
|
||||||
"@radix-ui/react-dropdown-menu": "^2.1.16",
|
"@radix-ui/react-dialog": "^1.1.15",
|
||||||
"@radix-ui/react-label": "^2.1.7",
|
"@radix-ui/react-dropdown-menu": "^2.1.16",
|
||||||
"@radix-ui/react-select": "^2.2.6",
|
"@radix-ui/react-label": "^2.1.7",
|
||||||
"@radix-ui/react-slot": "^1.2.3",
|
"@radix-ui/react-select": "^2.2.6",
|
||||||
"better-auth": "^1.6.0",
|
"@radix-ui/react-slot": "^1.2.3",
|
||||||
"class-variance-authority": "^0.7.1",
|
"better-auth": "^1.6.0",
|
||||||
"clsx": "^2.1.1",
|
"class-variance-authority": "^0.7.1",
|
||||||
"date-fns": "^4.1.0",
|
"clsx": "^2.1.1",
|
||||||
"dotenv": "^17.2.1",
|
"date-fns": "^4.1.0",
|
||||||
"drizzle-orm": "^0.44.4",
|
"dotenv": "^17.2.1",
|
||||||
"ical.js": "^2.2.1",
|
"drizzle-orm": "^0.44.4",
|
||||||
"idb": "^8.0.3",
|
"ical.js": "^2.2.1",
|
||||||
"lucide-react": "^0.539.0",
|
"idb": "^8.0.3",
|
||||||
"nanoid": "^5.1.5",
|
"lucide-react": "^0.539.0",
|
||||||
"next": "15.4.10",
|
"nanoid": "^5.1.5",
|
||||||
"next-themes": "^0.4.6",
|
"next": "15.4.10",
|
||||||
"pg": "^8.16.3",
|
"next-themes": "^0.4.6",
|
||||||
"postgres": "^3.4.7",
|
"pg": "^8.16.3",
|
||||||
"react": "19.1.0",
|
"postgres": "^3.4.7",
|
||||||
"react-day-picker": "^9.9.0",
|
"react": "19.1.0",
|
||||||
"react-dom": "19.1.0",
|
"react-day-picker": "^9.9.0",
|
||||||
"sonner": "^2.0.7",
|
"react-dom": "19.1.0",
|
||||||
"tailwind-merge": "^3.3.1"
|
"sonner": "^2.0.7",
|
||||||
},
|
"tailwind-merge": "^3.3.1"
|
||||||
"devDependencies": {
|
},
|
||||||
"@eslint/eslintrc": "^3",
|
"devDependencies": {
|
||||||
"@tailwindcss/postcss": "^4",
|
"@eslint/eslintrc": "^3",
|
||||||
"@types/node": "^20",
|
"@tailwindcss/postcss": "^4",
|
||||||
"@types/pg": "^8.15.5",
|
"@types/node": "^20",
|
||||||
"@types/react": "^19",
|
"@types/pg": "^8.15.5",
|
||||||
"@types/react-dom": "^19",
|
"@types/react": "^19",
|
||||||
"drizzle-kit": "^0.31.4",
|
"@types/react-dom": "^19",
|
||||||
"eslint": "^9",
|
"drizzle-kit": "^0.31.4",
|
||||||
"eslint-config-next": "15.4.6",
|
"eslint": "^9",
|
||||||
"tailwindcss": "^4",
|
"eslint-config-next": "15.4.6",
|
||||||
"tsx": "^4.20.4",
|
"tailwindcss": "^4",
|
||||||
"tw-animate-css": "^1.3.6",
|
"tsx": "^4.20.4",
|
||||||
"typescript": "^5"
|
"tw-animate-css": "^1.3.6",
|
||||||
},
|
"typescript": "^5"
|
||||||
"overrides": {
|
},
|
||||||
"@types/minimatch": "5.1.2"
|
"overrides": {
|
||||||
}
|
"@types/minimatch": "5.1.2"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user