We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da1ae91 commit ef04b81Copy full SHA for ef04b81
.nvmrc
@@ -0,0 +1 @@
1
+20
package.json
@@ -17,6 +17,9 @@
17
"test:ui": "vitest --ui",
18
"test:e2e": "playwright test"
19
},
20
+ "engines": {
21
+ "node": ">=20.9.0"
22
+ },
23
"dependencies": {
24
"@gsap/react": "^2.1.2",
25
"@headlessui/react": "^2.2.7",
0 commit comments