UNPKG

@amaui/style-react

Version:

Amaui CSS in JS styling solution for React

52 lines 1.03 kB
{ "name": "@amaui/style-react", "version": "1.1.35", "description": "Amaui CSS in JS styling solution for React", "repository": "https://github.com/amaui-org/amaui.git", "author": "Lazar <lazareric2@gmail.com>", "license": "MIT", "private": false, "main": "./index.js", "module": "./esm/index.js", "types": "./index.d.ts", "keywords": [ "react", "react-style", "react-styling", "css", "css-in-js", "style", "styling", "cascading-style-sheets", "frontend", "front-end", "backend", "back-end", "web", "browser", "javascript", "js", "typescript", "node", "nodejs", "library", "amaui", "utils" ], "peerDependencies": { "react": "^18.1.0" }, "dependencies": { "@amaui/style": "^1.1.21", "@amaui/utils": "^1.1.40" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org" }, "sideEffects": false, "engines": { "node": ">=12.0.0", "yarn": ">=1.22" } }