@retriever-ui/typography
Version:
styles to text items
40 lines (39 loc) • 814 B
JSON
{
"private": false,
"name": "@retriever-ui/typography",
"version": "1.0.0",
"description": "styles to text items",
"keywords": [
"React Component",
"Housi",
"Retriever",
"UI library",
"typography"
],
"author": "Guilherme <guilherme.soares@housi.com.br>",
"repository": {
"type": "git",
"url": "git+https://github.com/indahousi/retriever.git"
},
"typings": "lib/index.d.ts",
"files": [
"lib"
],
"main": "lib/index.js",
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@types/react": "^17.0.3",
"@types/react-dom": "^17.0.3",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"typescript": "^4.2.4"
},
"scripts": {
"build": "rm -rf lib && tsc"
},
"dependencies": {
"@retriever-ui/system": "^0.5.0"
}
}