Adding "reactjs-popup" to package,json

This commit is contained in:
SinusFox
2024-09-24 10:13:49 +02:00
parent 312e4ae1f5
commit f90f8294d7
2 changed files with 20 additions and 5 deletions
+5 -4
View File
@@ -9,18 +9,19 @@
"lint": "next lint"
},
"dependencies": {
"next": "14.2.11",
"react": "^18",
"react-dom": "^18",
"next": "14.2.11"
"reactjs-popup": "^2.0.6"
},
"devDependencies": {
"typescript": "^5",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.11",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"eslint": "^8",
"eslint-config-next": "14.2.11"
"typescript": "^5"
}
}