mirror of
https://github.com/20kaushik02/spotify-manager-web.git
synced 2026-01-25 08:04:05 +00:00
removed web-vitals, more updates
This commit is contained in:
23
package.json
23
package.json
@@ -10,28 +10,27 @@
|
||||
"url": "git+https://github.com/20kaushik02/spotify-manager-web.git"
|
||||
},
|
||||
"license": "MIT",
|
||||
"author": "Kaushik Ravishankar <rknarayan02@gmail.com>",
|
||||
"author": "Kaushik Ravishankar <hello@knravish.me>",
|
||||
"bugs": {
|
||||
"url": "https://github.com/20kaushik02/spotify-manager-web/issues"
|
||||
},
|
||||
"homepage": "https://spotify-manager.knravish.me",
|
||||
"dependencies": {
|
||||
"@dagrejs/dagre": "^1.1.4",
|
||||
"@types/react": "^19.1.6",
|
||||
"@types/react-dom": "^19.1.5",
|
||||
"@xyflow/react": "^12.6.4",
|
||||
"axios": "^1.9.0",
|
||||
"react": "^19.1.0",
|
||||
"react-dom": "^19.1.0",
|
||||
"@dagrejs/dagre": "^1.1.8",
|
||||
"@xyflow/react": "^12.10.0",
|
||||
"axios": "^1.13.2",
|
||||
"react": "^19.2.3",
|
||||
"react-dom": "^19.2.3",
|
||||
"react-icons": "^5.5.0",
|
||||
"react-router-dom": "^7.6.1",
|
||||
"react-toastify": "^11.0.5",
|
||||
"web-vitals": "^5.0.2"
|
||||
"react-router-dom": "^7.11.0",
|
||||
"react-toastify": "^11.0.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/react": "^19.2.3",
|
||||
"@types/react-dom": "^19.2.3",
|
||||
"react-scripts": "^5.0.1",
|
||||
"typescript": "^5.8.3",
|
||||
"typescript-plugin-css-modules": "^5.1.0"
|
||||
"typescript-plugin-css-modules": "^5.2.0"
|
||||
},
|
||||
"overrides": {
|
||||
"react-scripts": {
|
||||
|
||||
Reference in New Issue
Block a user