mirror of
https://github.com/yusufipk/teknolojirehberleri.xyz.git
synced 2026-09-11 10:56:08 +00:00
initialize nextjs project
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"name": "teknolojirehberleri.xyz",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "next dev",
|
||||
"build": "next build",
|
||||
"start": "next start",
|
||||
"lint": "next lint"
|
||||
},
|
||||
"dependencies": {
|
||||
"next": "11.0.1",
|
||||
"react": "17.0.2",
|
||||
"react-dom": "17.0.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint": "7.31.0",
|
||||
"eslint-config-next": "11.0.1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user