diff --git a/package-lock.json b/package-lock.json index a6eaf3f..38ac283 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,6 +18,7 @@ "@huggingface/hub": "^0.15.1", "@mlc-ai/web-llm": "^0.2.46", "@ratchet-ml/ratchet-web": "^0.4.0", + "@stripe/stripe-js": "^3.5.0", "@wllama/wllama": "^1.11.0", "canvas-confetti": "^1.9.3", "create-pubsub": "^1.6.3", @@ -1976,6 +1977,14 @@ "url": "https://github.com/sindresorhus/is?sponsor=1" } }, + "node_modules/@stripe/stripe-js": { + "version": "3.5.0", + "resolved": "https://registry.npmjs.org/@stripe/stripe-js/-/stripe-js-3.5.0.tgz", + "integrity": "sha512-pKS3wZnJoL1iTyGBXAvCwduNNeghJHY6QSRSNNvpYnrrQrLZ6Owsazjyynu0e0ObRgks0i7Rv+pe2M7/MBTZpQ==", + "engines": { + "node": ">=12.16" + } + }, "node_modules/@supercharge/promise-pool": { "version": "3.2.0", "resolved": "https://registry.npmjs.org/@supercharge/promise-pool/-/promise-pool-3.2.0.tgz", diff --git a/package.json b/package.json index b1cafd6..ecb2ca1 100644 --- a/package.json +++ b/package.json @@ -24,6 +24,7 @@ "@huggingface/hub": "^0.15.1", "@mlc-ai/web-llm": "^0.2.46", "@ratchet-ml/ratchet-web": "^0.4.0", + "@stripe/stripe-js": "^3.5.0", "@wllama/wllama": "^1.11.0", "canvas-confetti": "^1.9.3", "create-pubsub": "^1.6.3",