Skip to content

Commit

Permalink
Merge pull request #64 from agrattan0820/dev
Browse files Browse the repository at this point in the history
v0.1.3
  • Loading branch information
agrattan0820 authored Aug 30, 2023
2 parents 80b2f64 + ed1c801 commit 2a8eb4e
Show file tree
Hide file tree
Showing 40 changed files with 2,972 additions and 1,779 deletions.
1 change: 1 addition & 0 deletions client/.tool-versions
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
nodejs 18.17.1
8 changes: 7 additions & 1 deletion client/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ const nextConfig = {
{
hostname: "oaidalleapiprodscus.blob.core.windows.net",
},
{
hostname: "replicate.delivery",
},
{
hostname: "pbxt.replicate.delivery",
},
],
},
};
Expand Down Expand Up @@ -44,5 +50,5 @@ module.exports = withSentryConfig(

// Automatically tree-shake Sentry logger statements to reduce bundle size
disableLogger: true,
}
},
);
32 changes: 16 additions & 16 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,41 +10,41 @@
"test:e2e": "playwright test"
},
"dependencies": {
"@sentry/nextjs": "^7.63.0",
"@tanstack/react-query": "^4.32.6",
"@sentry/nextjs": "^7.65.0",
"@tanstack/react-query": "^4.33.0",
"@upstash/ratelimit": "^0.4.3",
"@vercel/analytics": "^1.0.2",
"@vercel/kv": "^0.2.2",
"@xstate/react": "^3.2.2",
"autoprefixer": "10.4.14",
"autoprefixer": "10.4.15",
"clsx": "^2.0.0",
"eslint": "8.47.0",
"eslint-config-next": "^13.4.13",
"framer-motion": "^10.15.1",
"next": "^13.4.13",
"openai-edge": "^1.2.2",
"postcss": "8.4.27",
"eslint": "8.48.0",
"eslint-config-next": "^13.4.19",
"framer-motion": "^10.16.1",
"next": "^13.4.19",
"openai": "^4.3.1",
"postcss": "8.4.29",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.4.1",
"react-icons": "^4.10.1",
"sharp": "^0.32.4",
"sharp": "^0.32.5",
"socket.io-client": "^4.7.2",
"tailwind-merge": "^1.14.0",
"tailwindcss": "^3.3.3",
"typescript": "5.1.6",
"typescript": "5.2.2",
"xstate": "^4.38.2",
"zustand": "^4.4.1"
},
"devDependencies": {
"@playwright/test": "^1.37.0",
"@playwright/test": "^1.37.1",
"@tailwindcss/typography": "^0.5.9",
"@types/node": "^20.4.10",
"@types/react": "^18.2.20",
"@types/node": "^20.5.7",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"eslint-config-prettier": "^9.0.0",
"prettier": "^3.0.1",
"prettier-plugin-tailwindcss": "^0.5.2"
"prettier": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.5.3"
},
"engines": {
"node": "18"
Expand Down
Loading

1 comment on commit 2a8eb4e

@vercel
Copy link

@vercel vercel bot commented on 2a8eb4e Aug 30, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

artificial-unintelligence – ./

un-ai.vercel.app
artificial-unintelligence-git-main-agrattan.vercel.app
artificial-unintelligence-agrattan.vercel.app

Please sign in to comment.