Add verify-code page
This commit is contained in:
10
package.json
10
package.json
@@ -9,19 +9,21 @@
|
||||
"lint": "eslint"
|
||||
},
|
||||
"dependencies": {
|
||||
"next": "16.1.1",
|
||||
"@marsidev/react-turnstile": "1.4.1",
|
||||
"axios": "1.13.2",
|
||||
"next": "16.1.4",
|
||||
"react": "19.2.3",
|
||||
"react-dom": "19.2.3",
|
||||
"swiper": "12.0.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"typescript": "5.9.3",
|
||||
"@types/node": "25.0.6",
|
||||
"@types/react": "19.2.8",
|
||||
"@types/node": "25.0.10",
|
||||
"@types/react": "19.2.9",
|
||||
"@types/react-dom": "19.2.3",
|
||||
"@tailwindcss/postcss": "4.1.18",
|
||||
"tailwindcss": "4.1.18",
|
||||
"eslint": "9.39.2",
|
||||
"eslint-config-next": "16.1.1"
|
||||
"eslint-config-next": "16.1.4"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user