Upload folder using huggingface_hub
Browse files- client/package-lock.json +20 -0
- client/package.json +1 -0
client/package-lock.json
CHANGED
|
@@ -29,6 +29,7 @@
|
|
| 29 |
"react-router-dom": "^6.8.0",
|
| 30 |
"react-scripts": "5.0.1",
|
| 31 |
"react-syntax-highlighter": "^15.5.0",
|
|
|
|
| 32 |
"tailwindcss": "^3.3.6",
|
| 33 |
"typescript": "^4.9.5"
|
| 34 |
}
|
|
@@ -17340,6 +17341,25 @@
|
|
| 17340 |
"node": ">=4"
|
| 17341 |
}
|
| 17342 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 17343 |
"node_modules/symbol-tree": {
|
| 17344 |
"version": "3.2.4",
|
| 17345 |
"resolved": "https://registry.npmjs.org/symbol-tree/-/symbol-tree-3.2.4.tgz",
|
|
|
|
| 29 |
"react-router-dom": "^6.8.0",
|
| 30 |
"react-scripts": "5.0.1",
|
| 31 |
"react-syntax-highlighter": "^15.5.0",
|
| 32 |
+
"swiper": "^12.0.2",
|
| 33 |
"tailwindcss": "^3.3.6",
|
| 34 |
"typescript": "^4.9.5"
|
| 35 |
}
|
|
|
|
| 17341 |
"node": ">=4"
|
| 17342 |
}
|
| 17343 |
},
|
| 17344 |
+
"node_modules/swiper": {
|
| 17345 |
+
"version": "12.0.2",
|
| 17346 |
+
"resolved": "https://registry.npmjs.org/swiper/-/swiper-12.0.2.tgz",
|
| 17347 |
+
"integrity": "sha512-y8F6fDGXmTVVgwqJj6I00l4FdGuhpFJn0U/9Ucn1MwWOw3NdLV8aH88pZOjyhBgU/6PyBlUx+JuAQ5KMWz906Q==",
|
| 17348 |
+
"funding": [
|
| 17349 |
+
{
|
| 17350 |
+
"type": "patreon",
|
| 17351 |
+
"url": "https://www.patreon.com/swiperjs"
|
| 17352 |
+
},
|
| 17353 |
+
{
|
| 17354 |
+
"type": "open_collective",
|
| 17355 |
+
"url": "http://opencollective.com/swiper"
|
| 17356 |
+
}
|
| 17357 |
+
],
|
| 17358 |
+
"license": "MIT",
|
| 17359 |
+
"engines": {
|
| 17360 |
+
"node": ">= 4.7.0"
|
| 17361 |
+
}
|
| 17362 |
+
},
|
| 17363 |
"node_modules/symbol-tree": {
|
| 17364 |
"version": "3.2.4",
|
| 17365 |
"resolved": "https://registry.npmjs.org/symbol-tree/-/symbol-tree-3.2.4.tgz",
|
client/package.json
CHANGED
|
@@ -25,6 +25,7 @@
|
|
| 25 |
"react-router-dom": "^6.8.0",
|
| 26 |
"react-scripts": "5.0.1",
|
| 27 |
"react-syntax-highlighter": "^15.5.0",
|
|
|
|
| 28 |
"tailwindcss": "^3.3.6",
|
| 29 |
"typescript": "^4.9.5"
|
| 30 |
},
|
|
|
|
| 25 |
"react-router-dom": "^6.8.0",
|
| 26 |
"react-scripts": "5.0.1",
|
| 27 |
"react-syntax-highlighter": "^15.5.0",
|
| 28 |
+
"swiper": "^12.0.2",
|
| 29 |
"tailwindcss": "^3.3.6",
|
| 30 |
"typescript": "^4.9.5"
|
| 31 |
},
|