UNPKG

@numl-react/elements

Version:

Attribute Provider Box for Numl React by NUML.Design.

71 lines (70 loc) 1.63 kB
{ "name": "@numl-react/elements", "version": "0.0.37", "description": "Attribute Provider Box for Numl React by NUML.Design.", "keywords": [ "component", "elements", "initials", "react", "react-components", "profile-image", "numl-react", "photo" ], "homepage": "https://github.com/numldesign/numl-react#readme", "bugs": { "url": "https://github.com/numldesign/numl-react/issues" }, "repository": { "type": "git", "url": "git+https://github.com/numldesign/numl-react.git" }, "license": "MIT", "author": "Numl.Design Team", "sideEffects": false, "exports": { ".": { "require": "./index.ts", "default": "./index.ts" } }, "main": "dist/index.cjs.js", "module": "dist/index.es.js", "types": "types/index.d.ts", "typings": "types/index.d.ts", "files": [ "dist", "types", "index.js", "CHANGELOG.md" ], "scripts": { "build": "vite build", "prebuild": "rimraf dist && rimraf types", "postbuild": "yarn build:types", "build:types": "npx tsc -b --verbose" }, "dependencies": { "@numl-react/utility": "^0.0.37", "nanoid": "^3.1.23" }, "devDependencies": { "@types/jest": "26.0.23", "@types/mocha": "8.2.2", "@types/node": "15.3.0", "@types/react": "17.0.5", "@types/react-dom": "17.0.5", "jest": "26.6.3", "prop-types": "15.7.2", "rimraf": "3.0.2", "tslib": "2.2.0", "typescript": "4.2.4", "uuid": "^8.3.2", "vite": "2.2.4" }, "publishConfig": { "access": "public" }, "gitHead": "0713f0f185b3c67f8952ce49350c784c8799dcdb" }