Skip to content

Commit

Permalink
deleted ceramic and fixed building issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Manuel Bichler committed Feb 5, 2023
1 parent f792971 commit af10988
Show file tree
Hide file tree
Showing 5 changed files with 484 additions and 1,081 deletions.
1 change: 1 addition & 0 deletions .node-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v18.0.0
25 changes: 10 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,29 +4,27 @@
"private": true,
"scripts": {
"dev": "next dev",
"build": "prepare:submodule && next build",
"build": "pnpm prepare:submodule && next build",
"start": "next start",
"lint": "next lint",
"prepare:submodule": "cd data-dao && git submodule update --init --remote filecoin-solidity && yarn compile",
"get:deploy-info": "mkdir -p blockchain-util && cp ./data-dao/src/deployment/OperatingDeploymentInfo.json ./blockchain-util/OperatingDeploymentInfo.json",
"update:data-dao": "git submodule update --remote data-dao"
},
"dependencies": {
"@ceramicnetwork/http-client": "^2.15.0",
"@composedb/client": "^0.3.0",
"@headlessui/react": "^1.7.7",
"@heroicons/react": "^2.0.13",
"@headlessui/react": "^1.7.9",
"@heroicons/react": "^2.0.14",
"@lighthouse-web3/sdk": "^0.1.12",
"@next/font": "13.1.4",
"@types/node": "18.11.18",
"@types/react": "18.0.27",
"@types/react-dom": "18.0.10",
"@walletconnect/client": "^1.8.0",
"@web3auth/base": "^4.0.0",
"@web3auth/core": "^4.2.2",
"@web3auth/modal": "^4.2.3",
"@web3auth/openlogin-adapter": "^4.2.0",
"@web3auth/torus-wallet-connector-plugin": "^4.2.2",
"@web3auth/base": "^4.3.2",
"@web3auth/core": "^4.3.2",
"@web3auth/modal": "^4.3.2",
"@web3auth/openlogin-adapter": "^4.3.2",
"@web3auth/torus-wallet-connector-plugin": "^4.3.2",
"@web3auth/web3auth-wagmi-connector": "^2.1.1",
"boring-avatars": "^1.7.0",
"eslint": "8.32.0",
Expand All @@ -36,15 +34,12 @@
"next": "13.1.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.42.1",
"tailwind-merge": "^1.8.1",
"react-hook-form": "^7.43.0",
"tailwind-merge": "^1.9.1",
"typescript": "4.9.4",
"wagmi": "^0.10.15"
},
"devDependencies": {
"@composedb/devtools": "^0.3.0",
"@composedb/devtools-node": "^0.3.0",
"@composedb/types": "^0.3.0",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.3",
"@types/elliptic": "^6.4.14",
Expand Down
Loading

0 comments on commit af10988

Please sign in to comment.