|
|
|
|
@ -9,8 +9,10 @@
|
|
|
|
|
"version": "0.0.0", |
|
|
|
|
"dependencies": { |
|
|
|
|
"framer-motion": "^12.38.0", |
|
|
|
|
"gsap": "^3.15.0", |
|
|
|
|
"react": "^19.2.4", |
|
|
|
|
"react-dom": "^19.2.4" |
|
|
|
|
"react-dom": "^19.2.4", |
|
|
|
|
"react-router-dom": "^7.14.1" |
|
|
|
|
}, |
|
|
|
|
"devDependencies": { |
|
|
|
|
"@babel/core": "^7.29.0", |
|
|
|
|
@ -1175,6 +1177,19 @@
|
|
|
|
|
"dev": true, |
|
|
|
|
"license": "MIT" |
|
|
|
|
}, |
|
|
|
|
"node_modules/cookie": { |
|
|
|
|
"version": "1.1.1", |
|
|
|
|
"resolved": "https://registry.npmjs.org/cookie/-/cookie-1.1.1.tgz", |
|
|
|
|
"integrity": "sha512-ei8Aos7ja0weRpFzJnEA9UHJ/7XQmqglbRwnf2ATjcB9Wq874VKH9kfjjirM6UhU2/E5fFYadylyhFldcqSidQ==", |
|
|
|
|
"license": "MIT", |
|
|
|
|
"engines": { |
|
|
|
|
"node": ">=18" |
|
|
|
|
}, |
|
|
|
|
"funding": { |
|
|
|
|
"type": "opencollective", |
|
|
|
|
"url": "https://opencollective.com/express" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/cross-spawn": { |
|
|
|
|
"version": "7.0.6", |
|
|
|
|
"resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz", |
|
|
|
|
@ -1614,6 +1629,12 @@
|
|
|
|
|
"url": "https://github.com/sponsors/sindresorhus" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/gsap": { |
|
|
|
|
"version": "3.15.0", |
|
|
|
|
"resolved": "https://registry.npmjs.org/gsap/-/gsap-3.15.0.tgz", |
|
|
|
|
"integrity": "sha512-dMW4CWBTUK1AEEDeZc1g4xpPGIrSf9fJF960qbTZmN/QwZIWY5wgliS6JWl9/25fpTGJrMRtSjGtOmPnfjZB+A==", |
|
|
|
|
"license": "Standard 'no charge' license: https://gsap.com/standard-license." |
|
|
|
|
}, |
|
|
|
|
"node_modules/has-flag": { |
|
|
|
|
"version": "4.0.0", |
|
|
|
|
"resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", |
|
|
|
|
@ -2334,6 +2355,44 @@
|
|
|
|
|
"react": "^19.2.4" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/react-router": { |
|
|
|
|
"version": "7.14.1", |
|
|
|
|
"resolved": "https://registry.npmjs.org/react-router/-/react-router-7.14.1.tgz", |
|
|
|
|
"integrity": "sha512-5BCvFskyAAVumqhEKh/iPhLOIkfxcEUz8WqFIARCkMg8hZZzDYX9CtwxXA0e+qT8zAxmMC0x3Ckb9iMONwc5jg==", |
|
|
|
|
"license": "MIT", |
|
|
|
|
"dependencies": { |
|
|
|
|
"cookie": "^1.0.1", |
|
|
|
|
"set-cookie-parser": "^2.6.0" |
|
|
|
|
}, |
|
|
|
|
"engines": { |
|
|
|
|
"node": ">=20.0.0" |
|
|
|
|
}, |
|
|
|
|
"peerDependencies": { |
|
|
|
|
"react": ">=18", |
|
|
|
|
"react-dom": ">=18" |
|
|
|
|
}, |
|
|
|
|
"peerDependenciesMeta": { |
|
|
|
|
"react-dom": { |
|
|
|
|
"optional": true |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/react-router-dom": { |
|
|
|
|
"version": "7.14.1", |
|
|
|
|
"resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-7.14.1.tgz", |
|
|
|
|
"integrity": "sha512-ZkrQuwwhGibjQLqH1eCdyiZyLWglPxzxdl5tgwgKEyCSGC76vmAjleGocRe3J/MLfzMUIKwaFJWpFVJhK3d2xA==", |
|
|
|
|
"license": "MIT", |
|
|
|
|
"dependencies": { |
|
|
|
|
"react-router": "7.14.1" |
|
|
|
|
}, |
|
|
|
|
"engines": { |
|
|
|
|
"node": ">=20.0.0" |
|
|
|
|
}, |
|
|
|
|
"peerDependencies": { |
|
|
|
|
"react": ">=18", |
|
|
|
|
"react-dom": ">=18" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/resolve-from": { |
|
|
|
|
"version": "4.0.0", |
|
|
|
|
"resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz", |
|
|
|
|
@ -2401,6 +2460,12 @@
|
|
|
|
|
"semver": "bin/semver.js" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/set-cookie-parser": { |
|
|
|
|
"version": "2.7.2", |
|
|
|
|
"resolved": "https://registry.npmjs.org/set-cookie-parser/-/set-cookie-parser-2.7.2.tgz", |
|
|
|
|
"integrity": "sha512-oeM1lpU/UvhTxw+g3cIfxXHyJRc/uidd3yK1P242gzHds0udQBYzs3y8j4gCCW+ZJ7ad0yctld8RYO+bdurlvw==", |
|
|
|
|
"license": "MIT" |
|
|
|
|
}, |
|
|
|
|
"node_modules/shebang-command": { |
|
|
|
|
"version": "2.0.0", |
|
|
|
|
"resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz", |
|
|
|
|
|