UNPKG

profile-plus

Version:

### IOS

62 lines 1.36 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.2", "lincd": true, "license": "ISC", "scripts": { "start": "npm exec lincd dev", "build": "yarn lincd build", "prepublishOnly": "yarn lincd build production", "postpublish": "npm exec lincd register" }, "keywords": [ "lincd", "linked data", "interoperable", "semantic web", "web3" ], "dependencies": { "@capacitor/camera": "^7.0.0", "@capacitor/core": "^7.0.0", "formidable": "^3.5.4", "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", "node-gyp": "^11.1.0", "profile-pics": "~1.0", "react-easy-crop": "^5.0.0", "sharp": "^0.34.4" }, "devDependencies": { "@types/formidable": "^3.4.5", "lincd-cli": "^1.2", "tsconfig-to-dual-package": "^1.2.0", "typescript": "^5.7.3", "typescript-plugin-css-modules": "^5.1.0" }, "typesVersions": { "*": { "*": [ "lib/esm/*" ] } }, "type": "commonjs" }