Skip to content

Commit

Permalink
Feat/project actions (#44)
Browse files Browse the repository at this point in the history
* feat(projects): fetch project data

* fixed build issue ready to build

---------

Co-authored-by: Afo <obaone01@gmail.com>
  • Loading branch information
bitbeckers and Oba-One authored May 25, 2024
1 parent d8a7aa2 commit 93da840
Show file tree
Hide file tree
Showing 12 changed files with 3,848 additions and 243 deletions.
3 changes: 3 additions & 0 deletions packages/client/graphql.config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
schema:
- https://optimism.easscan.org/graphql
documents: '**/*.graphql'
17 changes: 16 additions & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,25 +9,40 @@
"start": "next start",
"lint": "next lint",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
"build-storybook": "storybook build",
"codegen": "graphql-codegen --config codegen.ts"
},
"dependencies": {
"@graphql-typed-document-node/core": "^3.2.0",
"@tanstack/react-query": "^5.37.1",
"@urql/core": "^5.0.3",
"@farcaster/auth-kit": "0.3.0",
"@xstate/react": "4.1.1",
"axios": "^1.7.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"gql.tada": "^1.7.5",
"graphql": "^16.8.1",
"lucide-react": "0.376.0",
"next": "14.2.3",
"next-auth": "5.0.0-beta.18",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hot-toast": "2.4.1",
"react-spinners": "0.13.8",
"snaplet": "^0.90.0",
"tailwind-merge": "^2.2.2",
"tailwindcss-animate": "^1.0.7",
"viem": "2.9.28",
"xstate": "5.13.0",
"zod": "3.23.4"
},
"devDependencies": {
"@0no-co/graphqlsp": "^1.12.3",
"@chromatic-com/storybook": "^1.3.3",
"@graphql-codegen/cli": "5.0.2",
"@graphql-codegen/typescript": "4.0.7",
"@graphql-codegen/typescript-document-nodes": "4.0.7",
"@next/bundle-analyzer": "14.2.3",
"@storybook/addon-essentials": "^8.0.9",
"@storybook/addon-interactions": "^8.0.9",
Expand Down
Loading

0 comments on commit 93da840

Please sign in to comment.