mirror of
https://github.com/heygen-com/hyperframes.git
synced 2026-09-03 12:54:29 +00:00
19 lines
347 B
JSON
19 lines
347 B
JSON
{
|
|
"name": "@hyperframes/sdk-playground",
|
|
"version": "0.6.106",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build"
|
|
},
|
|
"dependencies": {
|
|
"@hyperframes/core": "workspace:*",
|
|
"@hyperframes/sdk": "workspace:*",
|
|
"gsap": "^3.15.0"
|
|
},
|
|
"devDependencies": {
|
|
"vite": "^6.4.2"
|
|
}
|
|
}
|