UNPKG

@nami-ui/stack

Version:
38 lines 1.01 kB
{ "name": "@nami-ui/stack", "version": "0.0.7", "description": "A basic layout component.", "keywords": ["layout", "flex"], "homepage": "https://nami-ui.biossun.org/docs/stack", "bugs": "https://github.com/BiosSun/nami-ui/issues", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/BiosSun/nami-ui.git", "directory": "packages/stack" }, "author": { "name": "Bios Sun", "email": "biossun@gmail.com", "url": "https://biossun.org" }, "main": "lib/index.js", "module": "lib/index.js", "publishConfig": { "access": "public" }, "peerDependencies": { "react": "^17.0.1", "react-dom": "^17.0.1" }, "dependencies": { "@nami-ui/styles": "^0.0.6", "clsx": "^1.1.1", "nojiko": "^2.0.0" }, "devDependencies": { "@types/react": "^17.0.0", "@types/react-dom": "^17.0.0", "immer": "^8.0.0" } }