UNPKG

@indoqa/ui-explorer

Version:

A React component to showcase isolated React components and an Indoqa Style-System based theme

47 lines (46 loc) 1.25 kB
{ "name": "@indoqa/ui-explorer", "version": "2.0.0-alpha.4", "author": "Indoqa Software Design und Beratung GmbH (https://www.indoqa.com)", "description": "A React component to showcase isolated React components and an Indoqa Style-System based theme", "license": "Apache-2.0", "main": "lib/index.js", "types": "lib/index.d.ts", "sideEffects": false, "files": [ "lib" ], "scripts": { "clean": "rimraf ./compiled ./dist", "compile": "tsc -p tsconfig.json", "lint": "eslint './src/**/*.tsx' './src/**/*.ts'", "package": "yarn lint && yarn compile", "prepublishOnly": "yarn package" }, "repository": { "type": "git", "url": "git+https://github.com/Indoqa/indoqa-react.git" }, "keywords": [ "react", "react-fela", "fela" ], "peerDependencies": { "@indoqa/style-system": "*", "fela": ">=11", "react": ">=17", "react-fela": ">=11", "react-router": ">=5", "react-router-dom": ">=5" }, "devDependencies": { "@indoqa/style-system": "^2.0.0-alpha.4", "fela": "^11.6.1", "react": "^17.0.2", "react-fela": "^11.6.1", "react-router": "^5.2.1", "react-router-dom": "^5.2.1" }, "gitHead": "212fa3cbf2cf92a9c07e4dcf47557c82ac614e15" }