mirror of
https://github.com/johndoe6345789/WizardMerge.git
synced 2026-05-05 02:54:52 +00:00
d9324c6c9c
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
23 lines
449 B
JSON
23 lines
449 B
JSON
{
|
|
"name": "wizardmerge-frontend",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"next": "^16.0.0",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^24.0.0",
|
|
"@types/react": "^19.0.0",
|
|
"@types/react-dom": "^19.0.0",
|
|
"typescript": "^5.3.0"
|
|
}
|
|
}
|