Valentin Peron commited on
Commit
6e78e8c
·
1 Parent(s): e7ef90f

final update

Browse files
front/dist/assets/{index-D1zI8xqC.js → index-4ctqtKO6.js} RENAMED
The diff for this file is too large to render. See raw diff
 
front/dist/index.html CHANGED
@@ -5,7 +5,7 @@
5
  <link rel="icon" type="image/svg+xml" href="/vite.svg" />
6
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
7
  <title>Vite + React + TS</title>
8
- <script type="module" crossorigin src="/assets/index-D1zI8xqC.js"></script>
9
  <link rel="stylesheet" crossorigin href="/assets/index-FOeRIyQ0.css">
10
  </head>
11
  <body>
 
5
  <link rel="icon" type="image/svg+xml" href="/vite.svg" />
6
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
7
  <title>Vite + React + TS</title>
8
+ <script type="module" crossorigin src="/assets/index-4ctqtKO6.js"></script>
9
  <link rel="stylesheet" crossorigin href="/assets/index-FOeRIyQ0.css">
10
  </head>
11
  <body>
front/package-lock.json CHANGED
@@ -18,6 +18,7 @@
18
  "@ramonak/react-progress-bar": "^5.3.0",
19
  "class-variance-authority": "^0.7.0",
20
  "clsx": "^2.1.1",
 
21
  "lucide-react": "^0.446.0",
22
  "prettier": "^3.3.3",
23
  "react": "^18.3.1",
@@ -2898,6 +2899,30 @@
2898
  "url": "https://github.com/sponsors/rawify"
2899
  }
2900
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2901
  "node_modules/fsevents": {
2902
  "version": "2.3.3",
2903
  "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
@@ -4330,6 +4355,11 @@
4330
  "resolved": "https://registry.npmjs.org/ts-interface-checker/-/ts-interface-checker-0.1.13.tgz",
4331
  "integrity": "sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA=="
4332
  },
 
 
 
 
 
4333
  "node_modules/type-check": {
4334
  "version": "0.4.0",
4335
  "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz",
 
18
  "@ramonak/react-progress-bar": "^5.3.0",
19
  "class-variance-authority": "^0.7.0",
20
  "clsx": "^2.1.1",
21
+ "framer-motion": "^11.9.0",
22
  "lucide-react": "^0.446.0",
23
  "prettier": "^3.3.3",
24
  "react": "^18.3.1",
 
2899
  "url": "https://github.com/sponsors/rawify"
2900
  }
2901
  },
2902
+ "node_modules/framer-motion": {
2903
+ "version": "11.9.0",
2904
+ "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-11.9.0.tgz",
2905
+ "integrity": "sha512-nCfGxvsQecVLjjYDu35G2F5ls+ArE3FBfhxV0RSiisMaUKqteq5DMBFNRKwMyVj+VqKTNhawt+BV480YCHKFlQ==",
2906
+ "dependencies": {
2907
+ "tslib": "^2.4.0"
2908
+ },
2909
+ "peerDependencies": {
2910
+ "@emotion/is-prop-valid": "*",
2911
+ "react": "^18.0.0",
2912
+ "react-dom": "^18.0.0"
2913
+ },
2914
+ "peerDependenciesMeta": {
2915
+ "@emotion/is-prop-valid": {
2916
+ "optional": true
2917
+ },
2918
+ "react": {
2919
+ "optional": true
2920
+ },
2921
+ "react-dom": {
2922
+ "optional": true
2923
+ }
2924
+ }
2925
+ },
2926
  "node_modules/fsevents": {
2927
  "version": "2.3.3",
2928
  "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
 
4355
  "resolved": "https://registry.npmjs.org/ts-interface-checker/-/ts-interface-checker-0.1.13.tgz",
4356
  "integrity": "sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA=="
4357
  },
4358
+ "node_modules/tslib": {
4359
+ "version": "2.7.0",
4360
+ "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.7.0.tgz",
4361
+ "integrity": "sha512-gLXCKdN1/j47AiHiOkJN69hJmcbGTHI0ImLmbYLHykhgeN0jVGola9yVjFgzCUklsZQMW55o+dW7IXv3RCXDzA=="
4362
+ },
4363
  "node_modules/type-check": {
4364
  "version": "0.4.0",
4365
  "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz",
front/package.json CHANGED
@@ -20,6 +20,7 @@
20
  "@ramonak/react-progress-bar": "^5.3.0",
21
  "class-variance-authority": "^0.7.0",
22
  "clsx": "^2.1.1",
 
23
  "lucide-react": "^0.446.0",
24
  "prettier": "^3.3.3",
25
  "react": "^18.3.1",
 
20
  "@ramonak/react-progress-bar": "^5.3.0",
21
  "class-variance-authority": "^0.7.0",
22
  "clsx": "^2.1.1",
23
+ "framer-motion": "^11.9.0",
24
  "lucide-react": "^0.446.0",
25
  "prettier": "^3.3.3",
26
  "react": "^18.3.1",
front/tsconfig.app.tsbuildinfo CHANGED
@@ -1 +1 @@
1
- {"root":["./src/app.tsx","./src/homescene.tsx","./src/verificationscene.tsx","./src/main.tsx","./src/vite-env.d.ts","./src/components/boxcontainer.tsx","./src/components/darkvideowrapper.tsx","./src/components/resultcontainer.tsx","./src/components/videowrapper.tsx","./src/components/ui/button.tsx","./src/lib/utils.ts"],"version":"5.6.2"}
 
1
+ {"root":["./src/App.tsx","./src/Homescene.tsx","./src/VerificationScene.tsx","./src/main.tsx","./src/vite-env.d.ts","./src/components/BoxContainer.tsx","./src/components/DarkVideoWrapper.tsx","./src/components/ResultContainer.tsx","./src/components/VideoWrapper.tsx","./src/components/ui/button.tsx","./src/lib/utils.ts"],"version":"5.6.2"}