add enter functionality and resolve title show bug

This commit is contained in:
ismailsosic
2023-03-08 16:17:26 +01:00
parent 71811fac4b
commit f09648dd67
420 changed files with 21395 additions and 1067108 deletions

View File

@@ -1,38 +1,74 @@
{
"name": "@next/env",
"version": "13.1.1",
"_args": [
[
"@next/env@13.1.1",
"/home/ismail/Desktop/kitabcitab-frontend/kitabcitab"
]
],
"_from": "@next/env@13.1.1",
"_id": "@next/env@13.1.1",
"_inBundle": false,
"_integrity": "sha512-vFMyXtPjSAiOXOywMojxfKIqE3VWN5RCAx+tT3AS3pcKjMLFTCJFUWsKv8hC+87Z1F4W3r68qTwDFZIFmd5Xkw==",
"_location": "/@next/env",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "@next/env@13.1.1",
"name": "@next/env",
"escapedName": "@next%2fenv",
"scope": "@next",
"rawSpec": "13.1.1",
"saveSpec": null,
"fetchSpec": "13.1.1"
},
"_requiredBy": [
"/next"
],
"_resolved": "https://registry.npmjs.org/@next/env/-/env-13.1.1.tgz",
"_spec": "13.1.1",
"_where": "/home/ismail/Desktop/kitabcitab-frontend/kitabcitab",
"author": {
"name": "Next.js Team",
"email": "support@vercel.com"
},
"bugs": {
"url": "https://github.com/vercel/next.js/issues"
},
"description": "Next.js dotenv file loading",
"devDependencies": {
"@vercel/ncc": "0.34.0",
"dotenv": "10.0.0",
"dotenv-expand": "8.0.1",
"rimraf": "3.0.2"
},
"files": [
"dist",
"types"
],
"homepage": "https://github.com/vercel/next.js#readme",
"keywords": [
"react",
"next",
"next.js",
"dotenv"
],
"description": "Next.js dotenv file loading",
"repository": {
"type": "git",
"url": "https://github.com/vercel/next.js",
"directory": "packages/next-env"
},
"author": "Next.js Team <support@vercel.com>",
"license": "MIT",
"main": "dist/index.js",
"types": "types/index.d.ts",
"files": [
"dist",
"types"
],
"scripts": {
"dev": "ncc build ./index.ts -w -o dist/",
"prerelease": "rimraf ./dist/",
"types": "tsc index.ts --declaration --emitDeclarationOnly --declarationDir types --esModuleInterop",
"release": "ncc build ./index.ts -o ./dist/ --minify --no-cache --no-source-map-register",
"build": "pnpm release && pnpm types",
"prepublishOnly": "cd ../../ && turbo run build"
"name": "@next/env",
"repository": {
"type": "git",
"url": "git+https://github.com/vercel/next.js.git",
"directory": "packages/next-env"
},
"devDependencies": {
"@vercel/ncc": "0.34.0",
"dotenv": "10.0.0",
"dotenv-expand": "8.0.1",
"rimraf": "3.0.2"
}
"scripts": {
"build": "pnpm release && pnpm types",
"dev": "ncc build ./index.ts -w -o dist/",
"prepublishOnly": "cd ../../ && turbo run build",
"prerelease": "rimraf ./dist/",
"release": "ncc build ./index.ts -o ./dist/ --minify --no-cache --no-source-map-register",
"types": "tsc index.ts --declaration --emitDeclarationOnly --declarationDir types --esModuleInterop"
},
"types": "types/index.d.ts",
"version": "13.1.1"
}

View File

@@ -1,25 +1,58 @@
{
"name": "@next/eslint-plugin-next",
"version": "13.1.1",
"description": "ESLint plugin for NextJS.",
"main": "dist/index.js",
"license": "MIT",
"repository": {
"url": "vercel/next.js",
"directory": "packages/eslint-plugin-next"
},
"files": [
"dist"
"_args": [
[
"@next/eslint-plugin-next@13.1.1",
"/home/ismail/Desktop/kitabcitab-frontend/kitabcitab"
]
],
"_from": "@next/eslint-plugin-next@13.1.1",
"_id": "@next/eslint-plugin-next@13.1.1",
"_inBundle": false,
"_integrity": "sha512-SBrOFS8PC3nQ5aeZmawJkjKkWjwK9RoxvBSv/86nZp0ubdoVQoko8r8htALd9ufp16NhacCdqhu9bzZLDWtALQ==",
"_location": "/@next/eslint-plugin-next",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "@next/eslint-plugin-next@13.1.1",
"name": "@next/eslint-plugin-next",
"escapedName": "@next%2feslint-plugin-next",
"scope": "@next",
"rawSpec": "13.1.1",
"saveSpec": null,
"fetchSpec": "13.1.1"
},
"_requiredBy": [
"/eslint-config-next"
],
"_resolved": "https://registry.npmjs.org/@next/eslint-plugin-next/-/eslint-plugin-next-13.1.1.tgz",
"_spec": "13.1.1",
"_where": "/home/ismail/Desktop/kitabcitab-frontend/kitabcitab",
"bugs": {
"url": "https://github.com/vercel/next.js/issues"
},
"dependencies": {
"glob": "7.1.7"
},
"description": "ESLint plugin for NextJS.",
"devDependencies": {
"@types/glob": "7.1.1",
"eslint": "7.24.0"
},
"files": [
"dist"
],
"homepage": "https://github.com/vercel/next.js#readme",
"license": "MIT",
"main": "dist/index.js",
"name": "@next/eslint-plugin-next",
"repository": {
"url": "git+https://github.com/vercel/next.js.git",
"directory": "packages/eslint-plugin-next"
},
"scripts": {
"build": "swc -d dist src",
"prepublishOnly": "cd ../../ && turbo run build"
}
},
"version": "13.1.1"
}

View File

@@ -1,26 +1,60 @@
{
"name": "@next/font",
"version": "13.1.1",
"repository": {
"url": "vercel/next.js",
"directory": "packages/font"
"_args": [
[
"@next/font@13.1.1",
"/home/ismail/Desktop/kitabcitab-frontend/kitabcitab"
]
],
"_from": "@next/font@13.1.1",
"_id": "@next/font@13.1.1",
"_inBundle": false,
"_integrity": "sha512-amygRorS05hYK1/XQRZo5qBl7l2fpHnezeKU/cNveWU5QJg+sg8gMGkUXHtvesNKpiKIJshBRH1TzvO+2sKpvQ==",
"_location": "/@next/font",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "@next/font@13.1.1",
"name": "@next/font",
"escapedName": "@next%2ffont",
"scope": "@next",
"rawSpec": "13.1.1",
"saveSpec": null,
"fetchSpec": "13.1.1"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/@next/font/-/font-13.1.1.tgz",
"_spec": "13.1.1",
"_where": "/home/ismail/Desktop/kitabcitab-frontend/kitabcitab",
"bugs": {
"url": "https://github.com/vercel/next.js/issues"
},
"description": "`@next/font` includes built-in automatic self-hosting for any font file. This means you can optimally load web fonts with zero layout shift, thanks to the underlying CSS size-adjust property used.",
"devDependencies": {
"@types/fontkit": "2.0.0",
"@vercel/ncc": "0.34.0",
"fontkit": "2.0.2"
},
"files": [
"dist",
"google",
"local"
],
"homepage": "https://github.com/vercel/next.js#readme",
"license": "MIT",
"name": "@next/font",
"repository": {
"url": "git+https://github.com/vercel/next.js.git",
"directory": "packages/font"
},
"scripts": {
"build": "rimraf dist && pnpm ncc-fontkit && tsc -d -p tsconfig.json",
"prepublishOnly": "cd ../../ && turbo run build",
"dev": "pnpm ncc-fontkit && tsc -d -w -p tsconfig.json",
"typescript": "tsec --noEmit -p tsconfig.json",
"ncc-fontkit": "ncc build ./fontkit.js -o dist/fontkit"
"ncc-fontkit": "ncc build ./fontkit.js -o dist/fontkit",
"prepublishOnly": "cd ../../ && turbo run build",
"typescript": "tsec --noEmit -p tsconfig.json"
},
"devDependencies": {
"@types/fontkit": "2.0.0",
"@vercel/ncc": "0.34.0",
"fontkit": "2.0.2"
}
"version": "13.1.1"
}

View File

@@ -1,21 +1,52 @@
{
"name": "@next/swc-linux-x64-gnu",
"version": "13.1.1",
"os": [
"linux"
"_args": [
[
"@next/swc-linux-x64-gnu@13.1.1",
"/home/ismail/Desktop/kitabcitab-frontend/kitabcitab"
]
],
"_from": "@next/swc-linux-x64-gnu@13.1.1",
"_id": "@next/swc-linux-x64-gnu@13.1.1",
"_inBundle": false,
"_integrity": "sha512-nnjuBrbzvqaOJaV+XgT8/+lmXrSCOt1YYZn/irbDb2fR2QprL6Q7WJNgwsZNxiLSfLdv+2RJGGegBx9sLBEzGA==",
"_location": "/@next/swc-linux-x64-gnu",
"_optional": true,
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "@next/swc-linux-x64-gnu@13.1.1",
"name": "@next/swc-linux-x64-gnu",
"escapedName": "@next%2fswc-linux-x64-gnu",
"scope": "@next",
"rawSpec": "13.1.1",
"saveSpec": null,
"fetchSpec": "13.1.1"
},
"_requiredBy": [
"/next"
],
"_resolved": "https://registry.npmjs.org/@next/swc-linux-x64-gnu/-/swc-linux-x64-gnu-13.1.1.tgz",
"_spec": "13.1.1",
"_where": "/home/ismail/Desktop/kitabcitab-frontend/kitabcitab",
"cpu": [
"x64"
],
"description": "This is the **x86_64-unknown-linux-gnu** binary for `@next/swc`",
"engines": {
"node": ">= 10"
},
"files": [
"next-swc.linux-x64-gnu.node"
],
"libc": [
"glibc"
],
"main": "next-swc.linux-x64-gnu.node",
"files": [
"next-swc.linux-x64-gnu.node"
],
"license": "MIT",
"engines": {
"node": ">= 10"
}
}
"main": "next-swc.linux-x64-gnu.node",
"name": "@next/swc-linux-x64-gnu",
"os": [
"linux"
],
"version": "13.1.1"
}

View File

@@ -1,21 +1,52 @@
{
"name": "@next/swc-linux-x64-musl",
"version": "13.1.1",
"os": [
"linux"
"_args": [
[
"@next/swc-linux-x64-musl@13.1.1",
"/home/ismail/Desktop/kitabcitab-frontend/kitabcitab"
]
],
"_from": "@next/swc-linux-x64-musl@13.1.1",
"_id": "@next/swc-linux-x64-musl@13.1.1",
"_inBundle": false,
"_integrity": "sha512-CM9xnAQNIZ8zf/igbIT/i3xWbQZYaF397H+JroF5VMOCUleElaMdQLL5riJml8wUfPoN3dtfn2s4peSr3azz/g==",
"_location": "/@next/swc-linux-x64-musl",
"_optional": true,
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "@next/swc-linux-x64-musl@13.1.1",
"name": "@next/swc-linux-x64-musl",
"escapedName": "@next%2fswc-linux-x64-musl",
"scope": "@next",
"rawSpec": "13.1.1",
"saveSpec": null,
"fetchSpec": "13.1.1"
},
"_requiredBy": [
"/next"
],
"_resolved": "https://registry.npmjs.org/@next/swc-linux-x64-musl/-/swc-linux-x64-musl-13.1.1.tgz",
"_spec": "13.1.1",
"_where": "/home/ismail/Desktop/kitabcitab-frontend/kitabcitab",
"cpu": [
"x64"
],
"description": "This is the **linux-x64-musl** binary for `@next/swc`",
"engines": {
"node": ">= 10"
},
"files": [
"next-swc.linux-x64-musl.node"
],
"libc": [
"musl"
],
"main": "next-swc.linux-x64-musl.node",
"files": [
"next-swc.linux-x64-musl.node"
],
"license": "MIT",
"engines": {
"node": ">= 10"
}
}
"main": "next-swc.linux-x64-musl.node",
"name": "@next/swc-linux-x64-musl",
"os": [
"linux"
],
"version": "13.1.1"
}