add enter functionality and resolve title show bug
This commit is contained in:
173
kitabcitab/node_modules/styled-jsx/package.json
generated
vendored
173
kitabcitab/node_modules/styled-jsx/package.json
generated
vendored
@@ -1,69 +1,44 @@
|
||||
{
|
||||
"name": "styled-jsx",
|
||||
"version": "5.1.1",
|
||||
"license": "MIT",
|
||||
"repository": "vercel/styled-jsx",
|
||||
"description": "Full CSS support for JSX without compromises",
|
||||
"files": [
|
||||
"dist",
|
||||
"lib",
|
||||
"global.d.ts",
|
||||
"index.d.ts",
|
||||
"index.js",
|
||||
"babel.js",
|
||||
"babel-test.js",
|
||||
"style.js",
|
||||
"style.d.ts",
|
||||
"macro.js",
|
||||
"macro.d.ts",
|
||||
"css.js",
|
||||
"css.d.ts",
|
||||
"webpack.js",
|
||||
"license.md"
|
||||
"_args": [
|
||||
[
|
||||
"styled-jsx@5.1.1",
|
||||
"/home/ismail/Desktop/kitabcitab-frontend/kitabcitab"
|
||||
]
|
||||
],
|
||||
"typings": "./index.d.ts",
|
||||
"scripts": {
|
||||
"build-babel": "bunchee src/babel.js -f cjs -e babel-plugin-macros --runtime node -o dist/babel/index.js",
|
||||
"build": "rm -rf dist && rm -rf out && yarn build-webpack && yarn build-index && yarn build-babel",
|
||||
"build-webpack": "bunchee src/webpack.js -f cjs --runtime node -o dist/webpack/index.js",
|
||||
"build-index": "bunchee src/index.js -f cjs --runtime node -o dist/index/index.js",
|
||||
"test": "ava",
|
||||
"lint": "eslint ./src",
|
||||
"format": "prettier --write \"./{src,test}/**/*.{js,css}\"",
|
||||
"prepublishOnly": "yarn build && yarn test && yarn lint --quiet"
|
||||
},
|
||||
"husky": {
|
||||
"hooks": {
|
||||
"pre-commit": "pretty-quick --staged"
|
||||
}
|
||||
"_from": "styled-jsx@5.1.1",
|
||||
"_id": "styled-jsx@5.1.1",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-pW7uC1l4mBZ8ugbiZrcIsiIvVx1UmTfw7UkC3Um2tmfUq9Bhk8IiyEIPl6F8agHgjzku6j0xQEZbfA5uSgSaCw==",
|
||||
"_location": "/styled-jsx",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "styled-jsx@5.1.1",
|
||||
"name": "styled-jsx",
|
||||
"escapedName": "styled-jsx",
|
||||
"rawSpec": "5.1.1",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "5.1.1"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/next"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/styled-jsx/-/styled-jsx-5.1.1.tgz",
|
||||
"_spec": "5.1.1",
|
||||
"_where": "/home/ismail/Desktop/kitabcitab-frontend/kitabcitab",
|
||||
"ava": {
|
||||
"require": [
|
||||
"@babel/register"
|
||||
]
|
||||
},
|
||||
"eslintConfig": {
|
||||
"env": {
|
||||
"node": true,
|
||||
"browser": true,
|
||||
"es6": true
|
||||
},
|
||||
"extends": [
|
||||
"eslint:recommended",
|
||||
"prettier"
|
||||
],
|
||||
"parserOptions": {
|
||||
"ecmaVersion": 11,
|
||||
"sourceType": "module"
|
||||
},
|
||||
"rules": {
|
||||
"no-empty": 0,
|
||||
"capitalized-comments": 0,
|
||||
"valid-jsdoc": 0,
|
||||
"prefer-destructuring": 0,
|
||||
"padding-line-between-statements": 0
|
||||
}
|
||||
"bugs": {
|
||||
"url": "https://github.com/vercel/styled-jsx/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"client-only": "0.0.1"
|
||||
},
|
||||
"description": "Full CSS support for JSX without compromises",
|
||||
"devDependencies": {
|
||||
"@babel/cli": "7.18.10",
|
||||
"@babel/core": "7.12.3",
|
||||
@@ -95,6 +70,63 @@
|
||||
"stylis": "3.5.4",
|
||||
"stylis-rule-sheet": "0.0.10"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 12.0.0"
|
||||
},
|
||||
"eslintConfig": {
|
||||
"env": {
|
||||
"node": true,
|
||||
"browser": true,
|
||||
"es6": true
|
||||
},
|
||||
"extends": [
|
||||
"eslint:recommended",
|
||||
"prettier"
|
||||
],
|
||||
"parserOptions": {
|
||||
"ecmaVersion": 11,
|
||||
"sourceType": "module"
|
||||
},
|
||||
"rules": {
|
||||
"no-empty": 0,
|
||||
"capitalized-comments": 0,
|
||||
"valid-jsdoc": 0,
|
||||
"prefer-destructuring": 0,
|
||||
"padding-line-between-statements": 0
|
||||
}
|
||||
},
|
||||
"files": [
|
||||
"dist",
|
||||
"lib",
|
||||
"global.d.ts",
|
||||
"index.d.ts",
|
||||
"index.js",
|
||||
"babel.js",
|
||||
"babel-test.js",
|
||||
"style.js",
|
||||
"style.d.ts",
|
||||
"macro.js",
|
||||
"macro.d.ts",
|
||||
"css.js",
|
||||
"css.d.ts",
|
||||
"webpack.js",
|
||||
"license.md"
|
||||
],
|
||||
"homepage": "https://github.com/vercel/styled-jsx#readme",
|
||||
"husky": {
|
||||
"hooks": {
|
||||
"pre-commit": "pretty-quick --staged"
|
||||
}
|
||||
},
|
||||
"keywords": [
|
||||
"babel-plugin-macros",
|
||||
"vercel",
|
||||
"zeit",
|
||||
"css-in-js",
|
||||
"css"
|
||||
],
|
||||
"license": "MIT",
|
||||
"name": "styled-jsx",
|
||||
"peerDependencies": {
|
||||
"react": ">= 16.8.0 || 17.x.x || ^18.0.0-0"
|
||||
},
|
||||
@@ -113,17 +145,20 @@
|
||||
"beta"
|
||||
]
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 12.0.0"
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/vercel/styled-jsx.git"
|
||||
},
|
||||
"keywords": [
|
||||
"babel-plugin-macros",
|
||||
"vercel",
|
||||
"zeit",
|
||||
"css-in-js",
|
||||
"css"
|
||||
],
|
||||
"dependencies": {
|
||||
"client-only": "0.0.1"
|
||||
}
|
||||
"scripts": {
|
||||
"build": "rm -rf dist && rm -rf out && yarn build-webpack && yarn build-index && yarn build-babel",
|
||||
"build-babel": "bunchee src/babel.js -f cjs -e babel-plugin-macros --runtime node -o dist/babel/index.js",
|
||||
"build-index": "bunchee src/index.js -f cjs --runtime node -o dist/index/index.js",
|
||||
"build-webpack": "bunchee src/webpack.js -f cjs --runtime node -o dist/webpack/index.js",
|
||||
"format": "prettier --write \"./{src,test}/**/*.{js,css}\"",
|
||||
"lint": "eslint ./src",
|
||||
"prepublishOnly": "yarn build && yarn test && yarn lint --quiet",
|
||||
"test": "ava"
|
||||
},
|
||||
"typings": "./index.d.ts",
|
||||
"version": "5.1.1"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user