We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d672464 commit 9f9cee0Copy full SHA for 9f9cee0
.yarn/install-state.gz
-11.1 KB
package.json
@@ -17,7 +17,9 @@
17
"axios": "^0.27.2",
18
"react": "^18.2.0",
19
"react-dom": "^18.2.0",
20
- "react-router-dom": "6"
+ "react-router-dom": "6",
21
+ "sass": "^1.53.0",
22
+ "uuid": "^8.3.2"
23
},
24
"devDependencies": {
25
"@tailwindcss/line-clamp": "^0.4.0",
@@ -29,6 +31,7 @@
29
31
"@types/jest": "^28.1.6",
30
32
"@types/react": "^18.0.15",
33
"@types/react-dom": "^18.0.6",
34
+ "@types/uuid": "^8.3.4",
35
"@typescript-eslint/eslint-plugin": "^5.30.6",
36
"@typescript-eslint/parser": "^5.30.6",
37
"@vitejs/plugin-react": "^2.0.0",
0 commit comments