next preview UAT fixture (javascript)

This commit is contained in:
Jogeswar Reddy Kupuli
2026-08-26 13:09:21 +01:00
commit e1550afa38
7 changed files with 468 additions and 0 deletions

15
package.json Normal file
View File

@@ -0,0 +1,15 @@
{
"name": "next-preview-uat-js",
"private": true,
"version": "0.1.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"next": "14.2.5",
"react": "18.3.1",
"react-dom": "18.3.1"
}
}