Skip to content

Commit

Permalink
Merge pull request #2 from picsoritdidnthappen/poidhV2-dev
Browse files Browse the repository at this point in the history
Poidh v2 dev
  • Loading branch information
Rhovian authored Apr 8, 2024
2 parents 51cb4d3 + 8861067 commit c11b03e
Show file tree
Hide file tree
Showing 79 changed files with 9,612 additions and 393 deletions.
5 changes: 5 additions & 0 deletions next-env.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
/// <reference types="next" />
/// <reference types="next/image-types/global" />

// NOTE: This file should not be edited
// see https://nextjs.org/docs/basic-features/typescript for more information.
2 changes: 1 addition & 1 deletion next.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
eslint: {
dirs: ['src'],
ignoreDuringBuilds: true,
},

reactStrictMode: true,
Expand Down
14 changes: 12 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,22 @@
"prepare": "husky install"
},
"dependencies": {
"@dynamic-labs/ethereum": "^1.3.1",
"@dynamic-labs/ethers-v6": "^1.3.1",
"@dynamic-labs/sdk-react-core": "^1.3.1",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@mui/icons-material": "^5.15.15",
"@mui/material": "^5.15.14",
"@mui/x-charts": "^7.1.1",
"clsx": "^2.0.0",
"ethers": "^6.11.1",
"framer-motion": "^11.0.12",
"lucide-react": "^0.316.0",
"next": "^14.0.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.3",
"react-icons": "^4.12.0",
"tailwind-merge": "^2.1.0"
},
Expand Down Expand Up @@ -50,9 +61,8 @@
"next-sitemap": "^2.5.28",
"postcss": "^8.4.32",
"prettier": "^2.8.8",
"prettier-plugin-tailwindcss": "^0.5.0",
"tailwindcss": "^3.3.6",
"typescript": "^4.9.5"
"typescript": "^5.0.4"
},
"lint-staged": {
"**/*.{js,jsx,ts,tsx}": [
Expand Down
Loading

0 comments on commit c11b03e

Please sign in to comment.