18 lines
363 B
JSON
18 lines
363 B
JSON
{
|
|
"name": "clone-build-harness",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": { "build": "next build" },
|
|
"dependencies": {
|
|
"next": "15.5.19",
|
|
"react": "19.2.7",
|
|
"react-dom": "19.2.7"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "5.7.3",
|
|
"@types/node": "22.10.5",
|
|
"@types/react": "19.2.17",
|
|
"@types/react-dom": "19.2.3"
|
|
}
|
|
}
|