Skip to content

Commit eedee70

Browse files
authored
Merge pull request #125 from LasticXYZ/change-main
Changing the website visualization
2 parents 7e78bb6 + ed7fe8e commit eedee70

File tree

132 files changed

+1834
-541
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

132 files changed

+1834
-541
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,4 @@ yarn-error.log*
4545
# typescript
4646
*.tsbuildinfo
4747
next-env.d.ts
48+
.aider*

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
"@poppyseed/lastic-sdk": "^0.2.1",
3838
"@poppyseed/squid-sdk": "^0.0.5",
3939
"@poppyseed/xcm-sdk": "^4.0.1",
40+
"animate.css": "^4.1.1",
4041
"axios": "^1.6.7",
4142
"chart.js": "^4.4.1",
4243
"cheerio": "1.0.0-rc.12",
@@ -45,10 +46,12 @@
4546
"font-awesome": "^4.7.0",
4647
"framer-motion": "^10.18.0",
4748
"next": "^13.5.6",
49+
"next-themes": "^0.3.0",
4850
"react": "^18.2.0",
4951
"react-chartjs-2": "^5.2.0",
5052
"react-dom": "^18.2.0",
5153
"react-icons": "^4.12.0",
54+
"react-type-animation": "^3.2.0",
5255
"reactstrap": "^9.2.2"
5356
},
5457
"devDependencies": {

0 commit comments

Comments
 (0)