UNPKG

@masaischool/lotus

Version:

Masai UI component library designed to work seamlessly with Chakra UI

112 lines (111 loc) 3.06 kB
{ "version": "1.0.30", "license": "MIT", "main": "dist/index.js", "typings": "dist/index.d.ts", "files": [ "dist" ], "engines": { "node": ">=10" }, "scripts": { "analyze": "size-limit --why", "build-storybook": "build-storybook", "build": "tsdx build", "lint": "tsdx lint", "prepare": "tsdx build", "prestorybook": "rimraf node_modules/.cache/storybook", "push": "yalc push", "size": "size-limit", "start": "tsdx watch", "start:concurrent": "concurrently \"tsdx watch\" \"yarn watch\"", "storybook": "start-storybook -p 6006", "test": "tsdx test --passWithNoTests", "watch": "nodemon --exec \"yarn push\"", "chromatic": "npx chromatic --project-token=ac536865f119" }, "peerDependencies": { "@chakra-ui/react": ">=1.6.7", "@chakra-ui/icons": "^1.1.7", "@emotion/react": "^11", "@emotion/styled": "^11", "framer-motion": "^5", "react": ">=16" }, "husky": { "hooks": { "pre-commit": "tsdx lint" } }, "prettier": { "printWidth": 80, "semi": true, "singleQuote": true, "trailingComma": "es5" }, "description": "Masai UI component library designed to work seamlessly with Chakra UI", "name": "@masaischool/lotus", "author": "Masai Developers", "module": "dist/lotus.esm.js", "size-limit": [ { "path": "dist/lotus.cjs.production.min.js", "limit": "1 s" }, { "path": "dist/lotus.esm.js", "limit": "1 s" } ], "devDependencies": { "@babel/core": "^7.14.3", "@chakra-ui/core": "^0.8.0", "@chakra-ui/icons": "^1.1.7", "@chakra-ui/react": "^1.6.10", "@emotion/react": "^11", "@emotion/styled": "^11", "@semantic-release/changelog": "^5.0.1", "@semantic-release/commit-analyzer": "^8.0.1", "@semantic-release/git": "^9.0.0", "@semantic-release/npm": "^7.1.3", "@semantic-release/release-notes-generator": "^9.0.2", "@size-limit/preset-big-lib": "^4.12.0", "@size-limit/preset-small-lib": "^4.11.0", "@storybook/addon-essentials": "^6.2.9", "@storybook/addon-info": "^5.3.21", "@storybook/addon-links": "^6.2.9", "@storybook/addons": "^6.2.9", "@storybook/react": "^6.2.9", "@testing-library/jest-dom": "^5.12.0", "@testing-library/react": "^11.2.7", "@types/jest-axe": "^3.5.1", "@types/react": "^17.0.8", "@types/react-dom": "^17.0.5", "babel-loader": "^8.2.2", "chromatic": "^6.5.3", "concurrently": "^6.2.0", "framer-motion": "^6.2.1", "husky": "^6.0.0", "jest-axe": "^4.1.0", "nodemon": "^2.0.12", "react": "^17.0.2", "react-dom": "^17.0.2", "react-icons": "^4.2.0", "react-is": "^17.0.2", "rimraf": "^3.0.2", "size-limit": "^4.11.0", "storybook-addon-performance": "^0.16.0", "tsdx": "^0.14.1", "tslib": "^2.3.1", "typescript": "^4.3.2", "yalc": "^1.0.0-pre.53" }, "keywords": [ "lotus", "masai-school" ], "bugs": { "url": "https://github.com/masai-codes/lotus/issues" } }