error page

This commit is contained in:
Olivier PARPAILLON
2024-11-25 14:01:59 +01:00
parent 4561cea8d4
commit 3fd95744a9
9 changed files with 155 additions and 9 deletions

19
package-lock.json generated
View File

@@ -5,6 +5,10 @@
"packages": {
"": {
"license": "UNLICENSED",
"dependencies": {
"gsap": "^3.0.0-beta.11",
"split-text": "^1.0.0"
},
"devDependencies": {
"@babel/core": "^7.17.0",
"@babel/preset-env": "^7.16.0",
@@ -3837,6 +3841,12 @@
"dev": true,
"license": "MIT"
},
"node_modules/gsap": {
"version": "3.0.0-beta.11",
"resolved": "https://registry.npmjs.org/gsap/-/gsap-3.0.0-beta.11.tgz",
"integrity": "sha512-MC5VetUp+PbupAHOGFtgXzsD8zHBAyq3gGOvIiaYU9NhIyhBm0F7unVb9XYYUg5iNo7lkhGqHki6WdjAskEHtQ==",
"license": "Standard 'no charge' license: https://greensock.com/standard-license. Club GreenSock members get more: https://greensock.com/licensing/. Why GreenSock doesn't employ an MIT license: https://greensock.com/why-license/"
},
"node_modules/has-flag": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz",
@@ -6093,6 +6103,15 @@
"source-map": "^0.6.0"
}
},
"node_modules/split-text": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/split-text/-/split-text-1.0.0.tgz",
"integrity": "sha512-uUKOFGpdt4/rrrBSmLugVbGmHaD7Ex4FcqIEXQRwlnxnDN+pL21Rx2lTgA3CSM8JE6EZPL4ZeEJp1ntzBsnc6Q==",
"license": "MIT",
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/stackframe": {
"version": "1.3.4",
"resolved": "https://registry.npmjs.org/stackframe/-/stackframe-1.3.4.tgz",