UNPKG

profile-plus

Version:

73 lines 1.63 kB
{ "name": "profile-plus", "description": "", "author": { "name": "René Verheij", "email": "rene@semantu.com", "url": "https://www.github.com/flyon" }, "repository": { "type": "git", "url": "" }, "version": "1.0.0", "lincd": true, "main": "lib/cjs/index.js", "types": "dist/profile-plus.d.ts", "license": "ISC", "scripts": { "start": "npm exec lincd dev", "build": "npm exec lincd build", "prepublishOnly": "npm exec lincd build production", "postpublish": "npm exec lincd register" }, "keywords": [ "lincd", "linked data", "interoperable", "semantic web", "web3" ], "dependencies": { "@capacitor/camera": "^5.0.7", "@capacitor/core": "^5.3.0", "formidable": "^3.5.1", "lincd": "^1.0", "lincd-auth": "~1.0", "lincd-jsonld": "~1.0", "lincd-mui-base": "~1.0", "lincd-schema": "~1.0", "lincd-server-utils": "~1.0", "lincd-sioc": "~1.0", "lincd-xsd": "~1.0", "node-fetch": "2", "profile-pics": "~1.0", "react-easy-crop": "^5.0.0", "sharp": "^0.33" }, "devDependencies": { "lincd-cli": "^1.1", "tsconfig-to-dual-package": "^1.2.0", "typescript-plugin-css-modules": "^5.1.0" }, "module": "lib/esm/index.js", "exports": { ".": { "types": "./lib/esm/index.d.ts", "import": "./lib/esm/index.js", "require": "./lib/cjs/index.js" }, "./*": { "types": "./lib/esm/*.d.ts", "import": "./lib/esm/*.js", "require": "./lib/cjs/*.js" } }, "typesVersions": { "*": { "*": [ "lib/esm/*" ] } } }