Skip to content

Commit 9f9cee0

Browse files
committed
ADD: Sass & UUID;
Signed-off-by: HarmonySkull <[email protected]>
1 parent d672464 commit 9f9cee0

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.yarn/install-state.gz

-11.1 KB
Binary file not shown.

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@
1717
"axios": "^0.27.2",
1818
"react": "^18.2.0",
1919
"react-dom": "^18.2.0",
20-
"react-router-dom": "6"
20+
"react-router-dom": "6",
21+
"sass": "^1.53.0",
22+
"uuid": "^8.3.2"
2123
},
2224
"devDependencies": {
2325
"@tailwindcss/line-clamp": "^0.4.0",
@@ -29,6 +31,7 @@
2931
"@types/jest": "^28.1.6",
3032
"@types/react": "^18.0.15",
3133
"@types/react-dom": "^18.0.6",
34+
"@types/uuid": "^8.3.4",
3235
"@typescript-eslint/eslint-plugin": "^5.30.6",
3336
"@typescript-eslint/parser": "^5.30.6",
3437
"@vitejs/plugin-react": "^2.0.0",

0 commit comments

Comments
 (0)