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 de68597 commit 5a2ca90Copy full SHA for 5a2ca90
package.json
@@ -15,18 +15,19 @@
15
"dependencies": {
16
"gh-pages": "^6.0.0",
17
"react": "^18.2.0",
18
- "react-dom": "^18.2.0"
+ "react-dom": "^18.2.0",
19
+ "react-fast-marquee": "^1.6.4"
20
},
21
"devDependencies": {
22
"@types/react": "^18.2.15",
23
"@types/react-dom": "^18.2.7",
24
"@vitejs/plugin-react-swc": "^3.3.2",
25
"eslint": "^8.45.0",
26
+ "eslint-config-prettier": "^9.1.0",
27
+ "eslint-plugin-prettier": "^5.1.3",
28
"eslint-plugin-react": "^7.32.2",
29
"eslint-plugin-react-hooks": "^4.6.0",
30
"eslint-plugin-react-refresh": "^0.4.3",
- "eslint-config-prettier": "^9.1.0",
- "eslint-plugin-prettier": "^5.1.3",
31
"husky": "^9.0.11",
32
"lint-staged": "^15.2.2",
33
"prettier": "^3.2.5",
0 commit comments