updated imports

This commit is contained in:
2026-05-05 12:35:34 +09:00
parent 085e2b4134
commit 0952b33a33
2 changed files with 0 additions and 52 deletions

49
package-lock.json generated
View File

@@ -9,9 +9,6 @@
"version": "1.0.0",
"dependencies": {
"@mediapipe/tasks-vision": "^0.10.35",
"p5": "1.11.4",
"p5-svelte": "^3.1.2",
"p5play": "^3.8.14",
"sirv-cli": "^2.0.0"
},
"devDependencies": {
@@ -602,13 +599,6 @@
"dev": true,
"license": "MIT"
},
"node_modules/@types/p5": {
"version": "1.7.7",
"resolved": "https://registry.npmjs.org/@types/p5/-/p5-1.7.7.tgz",
"integrity": "sha512-WFuP7jqc5CkkMtCK/NphgvMnJz1Qi9CMuK7t6xLu/tuXkRdGQA4q4AD0dUYcChC0Oibe8PE8gbKSFPNF0BqVNw==",
"license": "MIT",
"peer": true
},
"node_modules/@types/resolve": {
"version": "1.20.2",
"resolved": "https://registry.npmjs.org/@types/resolve/-/resolve-1.20.2.tgz",
@@ -1099,45 +1089,6 @@
"dev": true,
"license": "BSD-2-Clause"
},
"node_modules/p5": {
"version": "1.11.4",
"resolved": "https://registry.npmjs.org/p5/-/p5-1.11.4.tgz",
"integrity": "sha512-N7tM2XYSmuNX8S295RvgHoJS7kpYLYxLjVFeySkwkbxwVrGnrwY8yAwciTxlonBjP422W7WW9pihpUVP8bAVgg==",
"license": "LGPL-2.1"
},
"node_modules/p5-svelte": {
"version": "3.1.2",
"resolved": "https://registry.npmjs.org/p5-svelte/-/p5-svelte-3.1.2.tgz",
"integrity": "sha512-lcfWh+cJ1/wRdIXHnjpYmDgj2h3TCy1QJVQnf/cBcFWS8CSkvyAN5F8u8H2U8qBUtZ4XaD3nd+1NoYUMHaMExQ==",
"license": "MIT",
"dependencies": {
"p5": "^1.4.1"
},
"peerDependencies": {
"@types/p5": "^1.4.2",
"p5": "^1.4.0"
}
},
"node_modules/p5play": {
"version": "3.35.4",
"resolved": "https://registry.npmjs.org/p5play/-/p5play-3.35.4.tgz",
"integrity": "sha512-5C0QobV0a36JhFacV0rrMvgeJNFWYtIpS1EcvHYptmzGXFRt6x9/mvEegiWPqNq5LqRf30XeD3g1JJLfoHYzwQ==",
"funding": [
{
"type": "patreon",
"url": "https://www.patreon.com/q5play"
},
{
"type": "ko-fi",
"url": "https://ko-fi.com/q5play"
},
{
"type": "github",
"url": "https://github.com/sponsors/quinton-ashley"
}
],
"license": "p5play Personal License"
},
"node_modules/path-parse": {
"version": "1.0.7",
"resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz",