Skip to content
This repository was archived by the owner on Feb 5, 2025. It is now read-only.

Commit

Permalink
chore: more cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Zizzamia committed Sep 9, 2024
1 parent 2bea1a2 commit d3db2f6
Show file tree
Hide file tree
Showing 3 changed files with 145 additions and 822 deletions.
1 change: 0 additions & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ const customJestConfig = {
collectCoverageFrom: ['src/**/*.{ts,tsx}', '!**/node_modules/**'],
coverageReporters: ['clover', 'json', 'lcov', 'text'],
moduleNameMapper: {
'rehype-pretty-code': '<rootDir>/node_modules/rehype-pretty-code',
'@coinbase/onchainkit/wallet':
'<rootDir>/node_modules/@coinbase/onchainkit/esm/wallet',
},
Expand Down
14 changes: 4 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,27 +17,23 @@
"test:coverage:open": "yarn test:coverage && open coverage/lcov-report/index.html"
},
"dependencies": {
"@coinbase/onchainkit": "^0.31.1",
"@coinbase/onchainkit": "^0.31.4",
"@farcaster/hub-nodejs": "^0.11.9",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-navigation-menu": "^1.1.4",
"@react-spring/web": "^9.7.3",
"net": "^1.0.2",
"next": "13.5.6",
"next": "^14.2.5",
"perfume.js": "9.2.0",
"permissionless": "^0.1.26",
"pino-pretty": "^10.3.1",
"prettier-plugin-solidity": "^1.3.1",
"react": "^18",
"react-dom": "^18",
"react-remove-scroll": "^2.5.7",
"rehype-pretty-code": "0.12.3",
"rehype-stringify": "^10.0.0",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.0.0",
"scroll-into-view-if-needed": "^3.1.0",
"shikiji": "^0.9.17",
"shikiji-core": "^0.9.17",
"siwe": "^2.3.2",
"unified": "^11.0.4"
},
"devDependencies": {
Expand All @@ -63,8 +59,6 @@
"jest-environment-jsdom": "^29.7.0",
"jest-extended": "^4.0.2",
"postcss": "^8.4.32",
"prettier": "3.0.3",
"prettier-plugin-tailwindcss": "^0.5.9",
"tailwindcss": "^3.4.0",
"ts-jest": "^29.1.1",
"typescript": "~5.3.3"
Expand Down
Loading

0 comments on commit d3db2f6

Please sign in to comment.