installing dependencies

This commit is contained in:
Antoine M 2024-01-31 19:40:57 +01:00
parent 328c3f3181
commit 373c3fa3f9
2 changed files with 818 additions and 7 deletions

819
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -3,9 +3,11 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@parcellab/react-use-umami": "^2.0.1",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"@umami/api-client": "^0.56.0",
"axios": "^1.6.7",
"postcss": "^8.4.33",
"postcss-cli": "^11.0.0",
@ -14,7 +16,9 @@
"react-dom": "^18.2.0",
"react-router-dom": "^6.21.3",
"react-scripts": "5.0.1",
"react-umami": "^1.0.1",
"sass": "^1.70.0",
"uuid": "^9.0.1",
"web-vitals": "^2.1.4"
},
"scripts": {