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 47954a5 commit 10533c8Copy full SHA for 10533c8
package.json
@@ -11,15 +11,15 @@
11
"start": "node server/index.js"
12
},
13
"dependencies": {
14
- "@types/axios": "^0.14.4",
15
"axios": "^1.6.7",
16
"express": "^4.18.2",
17
"http-proxy-middleware": "^2.0.6",
18
"lucide-react": "^0.344.0",
19
"react": "^18.2.0",
20
"react-dom": "^18.2.0",
21
"react-router-dom": "^6.22.3",
22
- "recharts": "^2.12.2"
+ "recharts": "^2.12.2",
+ "vite": "^5.1.4"
23
24
"devDependencies": {
25
"@types/react": "^18.2.64",
@@ -31,7 +31,8 @@
31
"eslint-plugin-react-refresh": "^0.4.5",
32
"postcss": "^8.4.35",
33
"tailwindcss": "^3.4.1",
34
- "typescript": "^5.2.2",
35
- "vite": "^5.1.4"
36
- }
+ "terser": "^5.28.1",
+ "typescript": "^5.2.2"
+ },
37
+ "homepage": "https://pymmdrza.github.io/BlockHub/"
38
}
0 commit comments