add enter functionality and resolve title show bug
This commit is contained in:
60
kitabcitab/node_modules/@next/font/package.json
generated
vendored
60
kitabcitab/node_modules/@next/font/package.json
generated
vendored
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user