Skip to content

Commit

Permalink
feat: ui updates
Browse files Browse the repository at this point in the history
  • Loading branch information
rhlsthrm committed Sep 12, 2023
1 parent 4752bc8 commit 10dcd1a
Show file tree
Hide file tree
Showing 9 changed files with 1,156 additions and 695 deletions.
Binary file added media/dance.mp4
Binary file not shown.
Binary file added media/vape.mp4
Binary file not shown.
10 changes: 6 additions & 4 deletions next.config.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
const withVideos = require("next-videos");

/** @type {import('next').NextConfig} */
module.exports = {
module.exports = withVideos({
reactStrictMode: true,
webpack: (config) => {
config.resolve.fallback = { fs: false, net: false, tls: false }
return config
config.resolve.fallback = { fs: false, net: false, tls: false };
return config;
},
}
});
96 changes: 86 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
"lint": "next lint",
"generate": "wagmi generate"
},
"dependencies": {
"@chakra-ui/react": "^2.8.0",
Expand All @@ -17,6 +18,7 @@
"framer-motion": "^10.16.4",
"lokijs": "^1.5.12",
"next": "^13.4.19",
"next-videos": "^1.4.1",
"pino-pretty": "^10.2.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
Loading

0 comments on commit 10dcd1a

Please sign in to comment.