First version

This commit is contained in:
Senad Uka
2023-07-05 11:02:15 +02:00
parent f21c24b599
commit 8eabf79994
4052 changed files with 723968 additions and 232443 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "postcss-js",
"version": "4.0.1",
"description": "PostCSS for CSS-in-JS and styles in JS objects",
"version": "2.0.3",
"description": "PostCSS for React Inline Styles, Radium, Free Style and other CSS-in-JS",
"keywords": [
"postcss",
"postcss-runner",
@@ -14,29 +14,8 @@
"author": "Andrey Sitnik <andrey@sitnik.ru>",
"license": "MIT",
"repository": "postcss/postcss-js",
"engines": {
"node": "^12 || ^14 || >= 16"
},
"exports": {
".": {
"require": "./index.js",
"import": "./index.mjs"
},
"./package.json": "./package.json",
"./async": "./async.js",
"./objectifier": "./objectifier.js",
"./parser": "./parser.js",
"./process-result": "./process-result.js",
"./sync": "./sync.js"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/postcss/"
},
"peerDependencies": {
"postcss": "^8.4.21"
},
"dependencies": {
"camelcase-css": "^2.0.1"
"camelcase-css": "^2.0.1",
"postcss": "^7.0.18"
}
}