@retriever-ui/system
Version:
41 lines (40 loc) • 811 B
JSON
{
"private": false,
"name": "@retriever-ui/system",
"version": "0.5.0",
"description": "",
"keywords": [
"React Component",
"Housi",
"Retriever",
"UI library",
"system"
],
"author": "Joao <joao.ferreira@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": {
"@retriever-ui/theme": "^1.2.0",
"@retriever-ui/type": "^0.1.0",
"@types/lodash": "^4.14.170",
"csstype": "^3.0.8",
"typescript": "^4.2.4"
},
"dependencies": {
"@emotion/css": "^11.5.0",
"lodash": "^4.17.21"
},
"scripts": {
"build": "rm -rf lib && tsc"
}
}