hapticks 3 3 3 3 3 3

This commit is contained in:
legop3
2026-07-21 18:38:01 -04:00
parent 358aa0b1d6
commit fb9565faf9
19 changed files with 155 additions and 26 deletions
+28 -1
View File
@@ -17,7 +17,8 @@
"react-joystick-component": "^6.2.1",
"react-router-dom": "^7.9.6",
"three": "^0.184.0",
"uplot": "^1.6.32"
"uplot": "^1.6.32",
"web-haptics": "latest"
},
"devDependencies": {
"@eslint/js": "^9.39.1",
@@ -4189,6 +4190,32 @@
}
}
},
"node_modules/web-haptics": {
"version": "0.0.6",
"resolved": "https://registry.npmjs.org/web-haptics/-/web-haptics-0.0.6.tgz",
"integrity": "sha512-eCzcf1LDi20+Fr0x9V3OkX92k0gxEQXaHajmhXHitsnk6SxPeshv8TBtBRqxyst8HI1uf2FyFVE7QS3jo1gkrw==",
"license": "MIT",
"peerDependencies": {
"react": ">=18",
"react-dom": ">=18",
"svelte": ">=4",
"vue": ">=3"
},
"peerDependenciesMeta": {
"react": {
"optional": true
},
"react-dom": {
"optional": true
},
"svelte": {
"optional": true
},
"vue": {
"optional": true
}
}
},
"node_modules/which": {
"version": "2.0.2",
"resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",