Skip to content

Commit fc5ac35

Browse files
google-labs-jules[bot]arii
authored andcommitted
feat: Add animation dependencies and design system structure
Installs @react-spring/web, framer-motion, and lodash to support the new visual design system. Creates the foundational directory structure and skeleton files for design tokens and animations.
1 parent 24455a4 commit fc5ac35

5 files changed

Lines changed: 116 additions & 0 deletions

File tree

hooks/useSwipeGesture.ts

Whitespace-only changes.

lib/theme/animations.ts

Whitespace-only changes.

lib/theme/tokens.ts

Whitespace-only changes.

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,11 @@
5151
"@emotion/styled": "^11.14.1",
5252
"@mui/icons-material": "^5.15.0",
5353
"@mui/material": "^5.18.0",
54+
"@react-spring/web": "^10.0.3",
5455
"@spotify/web-api-ts-sdk": "^1.2.0",
5556
"express": "^5.1.0",
57+
"framer-motion": "^12.23.24",
58+
"lodash": "^4.17.21",
5659
"next": "16.0.1",
5760
"next-auth": "^4.24.13",
5861
"pino": "^10.1.0",
@@ -74,6 +77,7 @@
7477
"@testing-library/user-event": "^14.6.1",
7578
"@types/express": "^5.0.5",
7679
"@types/jest": "^30.0.0",
80+
"@types/lodash": "^4.17.21",
7781
"@types/next": "^8.0.7",
7882
"@types/node": "^24.10.1",
7983
"@types/react": "^19.2.6",

pnpm-lock.yaml

Lines changed: 112 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)