Skip to content

Commit b4d6305

Browse files
committedOct 25, 2023
Lazy loading
1 parent 8451973 commit b4d6305

9 files changed

+484
-205
lines changed
 

‎package-lock.json

+41-29
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+6
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,18 @@
88
"@testing-library/jest-dom": "^5.16.5",
99
"@testing-library/react": "^13.4.0",
1010
"@testing-library/user-event": "^13.5.0",
11+
"@types/jest": "^29.5.6",
12+
"@types/node": "^20.8.8",
13+
"@types/react": "^18.2.31",
14+
"@types/react-dom": "^18.2.14",
1115
"baffle": "^0.3.6",
1216
"gsap": "^3.11.5",
1317
"react": "^18.2.0",
1418
"react-dom": "^18.2.0",
1519
"react-scripts": "5.0.1",
20+
"tailwindcss": "^3.3.4",
1621
"three": "^0.152.2",
22+
"typescript": "^5.2.2",
1723
"web-vitals": "^2.1.4"
1824
},
1925
"scripts": {

0 commit comments

Comments
 (0)
Please sign in to comment.