mirror of
https://github.com/yusufipk/teknolojirehberleri.xyz.git
synced 2026-09-11 10:56:08 +00:00
24 lines
468 B
JSON
24 lines
468 B
JSON
{
|
|
"name": "teknolojirehberleri.xyz",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"contentful": "^8.4.2",
|
|
"next": "11.0.1",
|
|
"react": "17.0.2",
|
|
"react-dom": "17.0.2",
|
|
"react-markdown": "^6.0.3",
|
|
"sass": "^1.36.0"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "7.31.0",
|
|
"eslint-config-next": "11.0.1"
|
|
}
|
|
}
|