Skip to content

Commit 28f8490

Browse files
committed
πŸˆπŸ€½πŸ»β€β™€οΈ ↝ Bare minimum utiltiy for ipfs integration
1 parent ccf5a07 commit 28f8490

33 files changed

+5640
-850
lines changed

β€Ž.DS_Store

0 Bytes
Binary file not shown.

β€Žcontext/AnomalyContext.js

-26
This file was deleted.

β€Žcontext/UserContext.js

-26
This file was deleted.

β€Žlib/helper/str.helper.ts

-89
This file was deleted.

β€Žlib/uitls.ts

-6
This file was deleted.

β€Žpackage.json

+6-26
Original file line numberDiff line numberDiff line change
@@ -18,37 +18,12 @@
1818
"test-api": "cd server && venv/bin/activate && flask test"
1919
},
2020
"dependencies": {
21-
"@capacitor/android": "^5.5.1",
22-
"@capacitor/core": "^5.5.1",
23-
"@capacitor/ios": "^5.5.1",
24-
"@fortawesome/fontawesome-svg-core": "^6.4.2",
25-
"@fortawesome/free-solid-svg-icons": "^6.4.2",
26-
"@fortawesome/react-fontawesome": "^0.2.0",
27-
"@headlessui/react": "^1.7.17",
28-
"@headlessui/tailwindcss": "^0.2.0",
29-
"@heroicons/react": "^2.1.1",
30-
"@hookform/resolvers": "^3.3.2",
31-
"@radix-ui/react-avatar": "^1.0.4",
32-
"@radix-ui/react-icons": "^1.3.0",
33-
"@radix-ui/react-label": "^2.0.2",
34-
"@radix-ui/react-separator": "^1.0.3",
35-
"@radix-ui/react-slot": "^1.0.2",
36-
"@radix-ui/react-toast": "^1.1.5",
3721
"@supabase/auth-helpers-nextjs": "^0.8.7",
3822
"@supabase/auth-helpers-react": "^0.3.1",
3923
"@supabase/auth-ui-react": "^0.2.6",
4024
"@supabase/supabase-js": "^2.13.1",
4125
"@supabase/ui": "^0.36.5",
42-
"@types/js-cookie": "^3.0.3",
43-
"@types/rc-slider": "^9.3.1",
44-
"@types/rc-tooltip": "^3.7.7",
45-
"@types/react-color": "^3.0.6",
46-
"@types/react-dom": "^18.2.6",
47-
"autoprefixer": "^10.4.13",
4826
"axios": "^1.6.2",
49-
"bootstrap": "^5.3.2",
50-
"class-variance-authority": "^0.7.0",
51-
"clsx": "^2.0.0",
5227
"lucide-react": "^0.293.0",
5328
"next": "^13.0.2",
5429
"package.json": "^2.0.1",
@@ -59,7 +34,12 @@
5934
"react-spinners": "^0.13.8",
6035
"tailwind-merge": "^2.0.0",
6136
"tailwindcss": "^3.2.4",
62-
"tailwindcss-animate": "^1.0.7"
37+
"tailwindcss-animate": "^1.0.7",
38+
"@thirdweb-dev/react": "^4",
39+
"@thirdweb-dev/sdk": "^4",
40+
"ethers": "^5",
41+
"react-dropzone": "^14.2.3",
42+
"react-query": "^3.39.3"
6343
},
6444
"devDependencies": {
6545
"@capacitor/cli": "^5.5.1",

β€Žpublic/1ST FRAME.PNG

-2.04 KB
Binary file not shown.

β€Žpublic/Galaxy/Kepler-22.png

-71.6 KB
Binary file not shown.

β€Žpublic/Galaxy/Kepler-69.png

-305 KB
Binary file not shown.

β€Žpublic/Galaxy/Kepler22.png

-182 KB
Binary file not shown.

β€Žpublic/Galaxy/Kepler69.png

-80.3 KB
Binary file not shown.
Binary file not shown.

β€Žpublic/Galaxy/Purple Planet.png

-1.76 MB
Binary file not shown.

β€Žpublic/Galaxy/TOI 700.png

-265 KB
Binary file not shown.

β€Žpublic/Galaxy/Trappist.png

-121 KB
Binary file not shown.

β€Žpublic/Quiz/img1.png

-97.5 KB
Binary file not shown.

β€Žpublic/Quiz/img2.png

-70.6 KB
Binary file not shown.

β€Žpublic/Quiz/img3.png

-83.3 KB
Binary file not shown.

β€Žpublic/Quiz/img4.png

-74.3 KB
Binary file not shown.

β€Žpublic/bg.jpg

-47.4 KB
Binary file not shown.

β€Žpublic/eagle.png

-36.8 KB
Binary file not shown.

β€Žpublic/eagle.svg

-81
This file was deleted.

β€Žpublic/garden.png

-2.22 MB
Binary file not shown.

β€Žpublic/home.svg

-48
This file was deleted.

β€Žpublic/nano.png

-137 KB
Binary file not shown.

β€Žpublic/out0.png

-4.58 MB
Binary file not shown.

0 commit comments

Comments
Β (0)