non important commit

This commit is contained in:
maxstrb 2026-02-19 10:19:10 +01:00
parent 6d517609de
commit e01a84c36f
12 changed files with 101 additions and 11 deletions

View file

@ -0,0 +1,21 @@
{
"name": "project_name",
"private": true,
"version": "0.0.0",
"scripts": {
"start": "vite",
"serve": "vite",
"build": "tsc && vite build"
},
"dependencies": {
"@motion-canvas/core": "^3.17.2",
"@motion-canvas/2d": "^3.17.2",
"@motion-canvas/ffmpeg": "^1.1.0"
},
"devDependencies": {
"@motion-canvas/ui": "^3.17.2",
"@motion-canvas/vite-plugin": "^3.17.2",
"typescript": "^5.2.2",
"vite": "^4.0.0"
}
}