mirror of
https://github.com/yusufipk/teknolojirehberleri.xyz.git
synced 2026-09-11 19:06:07 +00:00
Bumps [next](https://github.com/vercel/next.js) from 11.1.0 to 11.1.1. - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](https://github.com/vercel/next.js/compare/v11.1.0...v11.1.1) --- updated-dependencies: - dependency-name: next dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
24 lines
461 B
JSON
24 lines
461 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",
|
|
"marked": "^3.0.0",
|
|
"next": "^11.1.1",
|
|
"react": "17.0.2",
|
|
"react-dom": "17.0.2",
|
|
"sass": "^1.36.0"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "7.31.0",
|
|
"eslint-config-next": "11.0.1"
|
|
}
|
|
}
|