testing DO NOT MERGE #34

Closed
SinusFox wants to merge 18 commits from GitHub-Pages into main
2 changed files with 20 additions and 5 deletions
Showing only changes of commit f90f8294d7 - Show all commits
+15 -1
View File
@@ -10,7 +10,8 @@
"dependencies": {
"next": "14.2.11",
"react": "^18",
"react-dom": "^18"
"react-dom": "^18",
"reactjs-popup": "^2.0.6"
},
"devDependencies": {
"@types/node": "^20",
@@ -4203,6 +4204,19 @@
"dev": true,
"license": "MIT"
},
"node_modules/reactjs-popup": {
"version": "2.0.6",
"resolved": "https://registry.npmjs.org/reactjs-popup/-/reactjs-popup-2.0.6.tgz",
"integrity": "sha512-A+tt+x9wdgZiZjv0e2WzYLD3IfFwJALaRaqwrCSXGjo0iQdsry/EtBEbQXRSmQs7cHmOi5eytCiSlOm8k4C+dg==",
"license": "MIT",
"engines": {
"node": ">=10"
},
"peerDependencies": {
"react": ">=16",
"react-dom": ">=16"
}
},
"node_modules/read-cache": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/read-cache/-/read-cache-1.0.0.tgz",
+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"
}
}