@implydata/stitches-react
Version:
The modern CSS-in-JS library
98 lines (97 loc) • 1.76 kB
JSON
{
"name": "@implydata/stitches-react",
"version": "1.4.0",
"description": "The modern CSS-in-JS library",
"type": "module",
"main": "dist/index.cjs",
"module": "dist/index.mjs",
"types": "types/index.d.ts",
"typesVersions": {
">= 4.1": {
"*": [
"types/*"
]
}
},
"jsdelivr": "dist/index.global.js",
"unpkg": "dist/index.global.js",
"exports": {
".": {
"types": "./types/index.d.ts",
"require": "./dist/index.cjs",
"import": "./dist/index.mjs"
},
"./global": "./dist/index.global.js",
"./*": {
"types": "./types/*"
}
},
"files": [
"dist/*.cjs",
"dist/*.js",
"dist/*.map",
"dist/*.mjs",
"types/*.d.ts"
],
"sideEffects": false,
"license": "MIT",
"repository": "stitchesjs/stitches",
"homepage": "https://stitches.dev/",
"bugs": "https://github.com/stitchesjs/stitches/issues",
"contributors": [
"Pedro Duarte",
"Abdulhadi Alhallak <abdul@workos.com>",
"Jonathan Neal"
],
"devDependencies": {
"react": "17.0.2"
},
"peerDependencies": {
"react": ">= 16.3.0"
},
"publishConfig": {
"access": "public"
},
"keywords": [
"component",
"components",
"create",
"css",
"css-in-js",
"global",
"globals",
"javascript",
"js",
"nesting",
"object",
"object-oriented",
"oo",
"oocss",
"oriented",
"scope",
"scoped",
"style",
"styled",
"styles",
"stylesheet",
"stylesheets",
"theme",
"themes",
"theming",
"token",
"tokens",
"type",
"typed",
"types",
"transform",
"ts",
"variable",
"variables",
"jsx",
"next",
"nextjs",
"preact",
"react",
"tsx"
]
}