summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorLizzy Hunt <elizabeth.hunt@simponic.xyz>2024-02-01 11:00:17 -0700
committerLizzy Hunt <elizabeth.hunt@simponic.xyz>2024-02-01 11:00:17 -0700
commitd7495c101d5aea78dfac8116e8535c0a0df3b6d1 (patch)
tree7c94f6756acdb45196f4786edae1e3ebe7acac43 /package.json
downloadcompiling-the-lambda-calculus-d7495c101d5aea78dfac8116e8535c0a0df3b6d1.tar.gz
compiling-the-lambda-calculus-d7495c101d5aea78dfac8116e8535c0a0df3b6d1.zip
initial commit
Diffstat (limited to 'package.json')
-rw-r--r--package.json21
1 files changed, 21 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..f5a9521
--- /dev/null
+++ b/package.json
@@ -0,0 +1,21 @@
+{
+ "name": "compilinglambda",
+ "private": true,
+ "version": "0.0.0",
+ "scripts": {
+ "start": "vite",
+ "serve": "vite",
+ "build": "tsc && vite build"
+ },
+ "dependencies": {
+ "@motion-canvas/core": "^3.13.0",
+ "@motion-canvas/2d": "^3.13.0",
+ "@motion-canvas/ffmpeg": "^1.1.0"
+ },
+ "devDependencies": {
+ "@motion-canvas/ui": "^3.13.0",
+ "@motion-canvas/vite-plugin": "^3.13.0",
+ "typescript": "^5.2.2",
+ "vite": "^4.0.0"
+ }
+} \ No newline at end of file