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