summaryrefslogtreecommitdiff
path: root/package-lock.json
diff options
context:
space:
mode:
authorArjun Satarkar <me@arjunsatarkar.net>2024-10-31 02:27:17 +0000
committerArjun Satarkar <me@arjunsatarkar.net>2024-10-31 02:27:17 +0000
commitbcb38594492aec4f1116b3fdf0e9821d4016903a (patch)
tree300afa3870ef80e37586f03ed35b2bd0ff1e83b6 /package-lock.json
downloadthrow_simulation-bcb38594492aec4f1116b3fdf0e9821d4016903a.tar
throw_simulation-bcb38594492aec4f1116b3fdf0e9821d4016903a.tar.gz
throw_simulation-bcb38594492aec4f1116b3fdf0e9821d4016903a.zip
Implement the physics
Diffstat (limited to 'package-lock.json')
-rw-r--r--package-lock.json37
1 files changed, 37 insertions, 0 deletions
diff --git a/package-lock.json b/package-lock.json
new file mode 100644
index 0000000..257fc9a
--- /dev/null
+++ b/package-lock.json
@@ -0,0 +1,37 @@
+{
+ "name": "throw_simulation",
+ "lockfileVersion": 3,
+ "requires": true,
+ "packages": {
+ "": {
+ "dependencies": {
+ "@dimforge/rapier2d-compat": "^0.14.0"
+ },
+ "devDependencies": {
+ "prettier": "3.3.3"
+ }
+ },
+ "node_modules/@dimforge/rapier2d-compat": {
+ "version": "0.14.0",
+ "resolved": "https://registry.npmjs.org/@dimforge/rapier2d-compat/-/rapier2d-compat-0.14.0.tgz",
+ "integrity": "sha512-sljQVPstRS63hVLnVNphsZUjH51TZoptVM0XlglKAdZ8CT+kWnmA6olwjkF7omPWYrlKMd/nHORxOUdJDOSoAQ==",
+ "license": "Apache-2.0"
+ },
+ "node_modules/prettier": {
+ "version": "3.3.3",
+ "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.3.3.tgz",
+ "integrity": "sha512-i2tDNA0O5IrMO757lfrdQZCc2jPNDVntV0m/+4whiDfWaTKfMNgR7Qz0NAeGz/nRqF4m5/6CLzbP4/liHt12Ew==",
+ "dev": true,
+ "license": "MIT",
+ "bin": {
+ "prettier": "bin/prettier.cjs"
+ },
+ "engines": {
+ "node": ">=14"
+ },
+ "funding": {
+ "url": "https://github.com/prettier/prettier?sponsor=1"
+ }
+ }
+ }
+}