add bezier-easing

This commit is contained in:
2025-06-06 13:52:28 +08:00
parent c35c0bf444
commit 9cbddfae99
2 changed files with 16 additions and 0 deletions

13
package-lock.json generated
View File

@@ -1,9 +1,16 @@
{ {
"name": "shudu", "name": "shudu",
"version": "1.0.0",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "shudu",
"version": "1.0.0",
"license": "ISC",
"dependencies": {
"bezier-easing": "^2.1.0"
},
"devDependencies": { "devDependencies": {
"@antfu/eslint-config": "^4.13.0", "@antfu/eslint-config": "^4.13.0",
"eslint": "^9.26.0", "eslint": "^9.26.0",
@@ -1416,6 +1423,12 @@
"dev": true, "dev": true,
"license": "MIT" "license": "MIT"
}, },
"node_modules/bezier-easing": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/bezier-easing/-/bezier-easing-2.1.0.tgz",
"integrity": "sha512-gbIqZ/eslnUFC1tjEvtz0sgx+xTK20wDnYMIA27VA04R7w6xxXQPZDbibjA9DTWZRA2CXtwHykkVzlCaAJAZig==",
"license": "MIT"
},
"node_modules/body-parser": { "node_modules/body-parser": {
"version": "2.2.0", "version": "2.2.0",
"resolved": "https://registry.npmjs.org/body-parser/-/body-parser-2.2.0.tgz", "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-2.2.0.tgz",

View File

@@ -14,5 +14,8 @@
"@antfu/eslint-config": "^4.13.0", "@antfu/eslint-config": "^4.13.0",
"eslint": "^9.26.0", "eslint": "^9.26.0",
"eslint-plugin-format": "^1.0.1" "eslint-plugin-format": "^1.0.1"
},
"dependencies": {
"bezier-easing": "^2.1.0"
} }
} }