Skip to content

Commit 10533c8

Browse files
authored
Update package.json
1 parent 47954a5 commit 10533c8

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

package.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@
1111
"start": "node server/index.js"
1212
},
1313
"dependencies": {
14-
"@types/axios": "^0.14.4",
1514
"axios": "^1.6.7",
1615
"express": "^4.18.2",
1716
"http-proxy-middleware": "^2.0.6",
1817
"lucide-react": "^0.344.0",
1918
"react": "^18.2.0",
2019
"react-dom": "^18.2.0",
2120
"react-router-dom": "^6.22.3",
22-
"recharts": "^2.12.2"
21+
"recharts": "^2.12.2",
22+
"vite": "^5.1.4"
2323
},
2424
"devDependencies": {
2525
"@types/react": "^18.2.64",
@@ -31,7 +31,8 @@
3131
"eslint-plugin-react-refresh": "^0.4.5",
3232
"postcss": "^8.4.35",
3333
"tailwindcss": "^3.4.1",
34-
"typescript": "^5.2.2",
35-
"vite": "^5.1.4"
36-
}
34+
"terser": "^5.28.1",
35+
"typescript": "^5.2.2"
36+
},
37+
"homepage": "https://pymmdrza.github.io/BlockHub/"
3738
}

0 commit comments

Comments
 (0)