Initial commit from Create Next App

This commit is contained in:
smanylov
2025-11-24 18:24:36 +07:00
commit 3cb4e89dd1
17 changed files with 6385 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
{
"name": "no-copy",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"next": "16.0.3",
"react": "19.2.0",
"react-dom": "19.2.0"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "16.0.3",
"typescript": "^5"
}
}