UNPKG

@nex-ui/system

Version:

A lightweight and performant styling library based on Emotion, focusing on component architecture and developer experience.

57 lines 1.4 kB
{ "name": "@nex-ui/system", "version": "0.0.13", "private": false, "author": "X1ng Yu", "description": "A lightweight and performant styling library based on Emotion, focusing on component architecture and developer experience.", "files": [ "dist" ], "keywords": [ "react", "react-component", "nui", "nex-ui", "system" ], "repository": { "type": "git", "url": "https://github.com/rxy001/nex-ui.git", "directory": "packages/system" }, "license": "MIT", "type": "module", "main": "dist/cjs/index.cjs", "sideEffects": false, "dependencies": { "@x1ngyu/serialize-javascript": "7.1.0", "@nex-ui/hooks": "0.0.13", "@nex-ui/utils": "0.0.13" }, "peerDependencies": { "@emotion/react": ">=11", "react": ">=19", "react-dom": ">=19" }, "clean-package": "../../clean-package.config.json", "module": "dist/esm/index.mjs", "types": "dist/types/index.d.ts", "exports": { ".": { "import": { "types": "./dist/types/index.d.ts", "default": "./dist/esm/index.mjs" }, "require": { "types": "./dist/types/index.d.ts", "default": "./dist/cjs/index.cjs" } }, "./package.json": "./package.json" }, "scripts": { "build": "tsx ../../scripts/build.ts --dts", "build:fast": "tsx ../../scripts/build.ts", "typecheck": "tsc --noEmit" } }