presentations/buffer-overflow/package.json
2024-02-11 18:42:48 +01:00

21 lines
No EOL
462 B
JSON

{
"name": "buffer-overflow",
"private": true,
"version": "0.0.0",
"scripts": {
"start": "vite",
"serve": "vite",
"build": "tsc && vite build"
},
"dependencies": {
"@motion-canvas/core": "^3.14.1",
"@motion-canvas/2d": "^3.14.2",
"@motion-canvas/ffmpeg": "^1.1.0"
},
"devDependencies": {
"@motion-canvas/ui": "^3.14.2",
"@motion-canvas/vite-plugin": "^3.14.1",
"typescript": "^5.2.2",
"vite": "^4.0.0"
}
}