@sphereon/ui-components.core
Version:
SSI UI components Core
46 lines (45 loc) • 1.07 kB
JSON
{
"name": "@sphereon/ui-components.core",
"private": false,
"version": "0.4.0",
"description": "SSI UI components Core",
"repository": "git@github.com:Sphereon-Opensource/UI-Components.git",
"author": "Sphereon <dev@sphereon.com>",
"license": "Apache-2.0",
"keywords": [
"Frontend",
"User interface",
"Self-sovereign identity (SSI)"
],
"scripts": {
"build": "tsc",
"build:clean": "tsc --build --clean && tsc --build"
},
"source": "src/index.ts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist/**/*",
"README.md",
"LICENSE"
],
"publishConfig": {
"access": "public"
},
"dependencies": {
"i18n-js": "^3.8.0",
"lodash.memoize": "^4.1.2",
"styled-components": "^6.1.12"
},
"devDependencies": {
"@types/i18n-js": "^3.8.4",
"@types/lodash.memoize": "^4.1.7",
"@types/react": "~18.2.67",
"react": "18.2.0",
"typescript": "4.9.5"
},
"peerDependencies": {
"react": ">= 18.2"
},
"gitHead": "c63b21ea1ff8a2aef0b6de301d1a85143d9d8f8e"
}