aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json13
1 files changed, 7 insertions, 6 deletions
diff --git a/package.json b/package.json
index 1a48225..12b433c 100644
--- a/package.json
+++ b/package.json
@@ -8,7 +8,7 @@
"@sveltejs/kit": "2.19.0",
"@sveltejs/vite-plugin-svelte": "5.0.3",
"@tailwindcss/vite": "4.1.11",
- "@types/three": "^0.178.1",
+ "@types/three": "0.178.1",
"esbuild": "0.25.1",
"prettier": "3.5.3",
"prettier-plugin-svelte": "3.3.3",
@@ -16,11 +16,12 @@
"svelte-check": "4.1.5",
"tailwindcss": "4.0.13",
"typescript": "5.8.2",
- "vite": "6.2.1"
+ "vite": "6.2.1",
+ "js-lazycell": "0.1.1"
},
"dependencies": {
- "@ffmpeg/ffmpeg": "^0.12.15",
- "@ffmpeg/util": "^0.12.2",
- "three": "^0.178.0"
+ "@ffmpeg/ffmpeg": "0.12.15",
+ "@ffmpeg/util": "0.12.2",
+ "three": "0.178.0"
}
-} \ No newline at end of file
+}