matrix-animations/package.json

19 lines
396 B
JSON

{
"name": "matrix-events",
"private": true,
"version": "0.0.0",
"scripts": {
"serve": "vite",
"build": "tsc && vite build"
},
"dependencies": {
"@motion-canvas/core": "^3.2.0",
"@motion-canvas/2d": "^3.2.0"
},
"devDependencies": {
"@motion-canvas/ui": "^3.2.1",
"@motion-canvas/vite-plugin": "^3.2.0",
"typescript": "^4.9.5",
"vite": "^3.0.5"
}
}