add enter functionality and resolve title show bug
This commit is contained in:
50
kitabcitab/node_modules/eslint-config-next/package.json
generated
vendored
50
kitabcitab/node_modules/eslint-config-next/package.json
generated
vendored
@@ -1,12 +1,34 @@
|
||||
{
|
||||
"name": "eslint-config-next",
|
||||
"version": "13.1.1",
|
||||
"description": "ESLint configuration used by NextJS.",
|
||||
"main": "index.js",
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
"url": "vercel/next.js",
|
||||
"directory": "packages/eslint-config-next"
|
||||
"_args": [
|
||||
[
|
||||
"eslint-config-next@13.1.1",
|
||||
"/home/ismail/Desktop/kitabcitab-frontend/kitabcitab"
|
||||
]
|
||||
],
|
||||
"_from": "eslint-config-next@13.1.1",
|
||||
"_id": "eslint-config-next@13.1.1",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-/5S2XGWlGaiqrRhzpn51ux5JUSLwx8PVK2keLi5xk7QmhfYB8PqE6R6SlVw6hgnf/VexvUXSrlNJ/su00NhtHQ==",
|
||||
"_location": "/eslint-config-next",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "eslint-config-next@13.1.1",
|
||||
"name": "eslint-config-next",
|
||||
"escapedName": "eslint-config-next",
|
||||
"rawSpec": "13.1.1",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "13.1.1"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/eslint-config-next/-/eslint-config-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": {
|
||||
"@next/eslint-plugin-next": "13.1.1",
|
||||
@@ -19,6 +41,11 @@
|
||||
"eslint-plugin-react": "^7.31.7",
|
||||
"eslint-plugin-react-hooks": "^4.5.0"
|
||||
},
|
||||
"description": "ESLint configuration used by NextJS.",
|
||||
"homepage": "https://github.com/vercel/next.js#readme",
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"name": "eslint-config-next",
|
||||
"peerDependencies": {
|
||||
"eslint": "^7.23.0 || ^8.0.0",
|
||||
"typescript": ">=3.3.1"
|
||||
@@ -27,5 +54,10 @@
|
||||
"typescript": {
|
||||
"optional": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"repository": {
|
||||
"url": "git+https://github.com/vercel/next.js.git",
|
||||
"directory": "packages/eslint-config-next"
|
||||
},
|
||||
"version": "13.1.1"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user