compiling-the-lambda-calculus/package.json
2024-02-11 16:38:36 -07:00

22 lines
470 B
JSON

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