Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
fullstackninja864 committed Dec 4, 2023
1 parent 66eabff commit b91b83b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 63 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
},
"dependencies": {
"@babel/types": "^7.23.5",
"@defichain/whale-api-client": "^4.0.1",
"@floating-ui/react-dom": "^1.3.0",
"@headlessui/react": "^1.7.17",
"@prismicio/client": "^7.2.0",
Expand Down Expand Up @@ -62,8 +61,7 @@
"cypress": "^12.17.4",
"node-forge": "^1.3.1",
"postcss": "^8.4.31",
"tailwindcss": "^3.3.5",
"typescript": "5.3.2"
"tailwindcss": "^3.3.5"
},
"engines": {
"node": ">=18.0.0",
Expand Down
59 changes: 0 additions & 59 deletions pnpm-lock.yaml

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

3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"@components/*": ["components/*"],
"@store/*": ["store/*"],
"@public/*": ["../public/*"]
}
},
"moduleResolution": "node",
},
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx"],
"exclude": ["node_modules", "./cypress"]
Expand Down

0 comments on commit b91b83b

Please sign in to comment.