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,19 +1,44 @@
{
"name": "postcss-js",
"version": "4.0.0",
"description": "PostCSS for CSS-in-JS and styles in JS objects",
"keywords": [
"postcss",
"postcss-runner",
"js",
"inline",
"react",
"css",
"cssinjs"
"_args": [
[
"postcss-js@4.0.0",
"/home/ismail/Desktop/kitabcitab-frontend/kitabcitab"
]
],
"author": "Andrey Sitnik <andrey@sitnik.ru>",
"license": "MIT",
"repository": "postcss/postcss-js",
"_development": true,
"_from": "postcss-js@4.0.0",
"_id": "postcss-js@4.0.0",
"_inBundle": false,
"_integrity": "sha512-77QESFBwgX4irogGVPgQ5s07vLvFqWr228qZY+w6lW599cRlK/HmnlivnnVUxkjHnCu4J16PDMHcH+e+2HbvTQ==",
"_location": "/postcss-js",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "postcss-js@4.0.0",
"name": "postcss-js",
"escapedName": "postcss-js",
"rawSpec": "4.0.0",
"saveSpec": null,
"fetchSpec": "4.0.0"
},
"_requiredBy": [
"/tailwindcss"
],
"_resolved": "https://registry.npmjs.org/postcss-js/-/postcss-js-4.0.0.tgz",
"_spec": "4.0.0",
"_where": "/home/ismail/Desktop/kitabcitab-frontend/kitabcitab",
"author": {
"name": "Andrey Sitnik",
"email": "andrey@sitnik.ru"
},
"bugs": {
"url": "https://github.com/postcss/postcss-js/issues"
},
"dependencies": {
"camelcase-css": "^2.0.1"
},
"description": "PostCSS for CSS-in-JS and styles in JS objects",
"engines": {
"node": "^12 || ^14 || >= 16"
},
@@ -33,10 +58,24 @@
"type": "opencollective",
"url": "https://opencollective.com/postcss/"
},
"homepage": "https://github.com/postcss/postcss-js#readme",
"keywords": [
"postcss",
"postcss-runner",
"js",
"inline",
"react",
"css",
"cssinjs"
],
"license": "MIT",
"name": "postcss-js",
"peerDependencies": {
"postcss": "^8.3.3"
},
"dependencies": {
"camelcase-css": "^2.0.1"
}
"repository": {
"type": "git",
"url": "git+https://github.com/postcss/postcss-js.git"
},
"version": "4.0.0"
}