{ "name": "@padloc/app", "version": "4.0.0", "author": "Martin Kleinschrodt ", "license": "GPL-3.0", "private": true, "files": [ "src", "assets", "types", "tsconfig.json" ], "repository": { "type": "git", "url": "https://github.com/padloc/padloc.git", "directory": "packages/app" }, "engines": { "node": "16.13.1", "npm": "8.2.0" }, "dependencies": { "@padloc/core": "4.0.0", "@padloc/locale": "4.0.0", "@simplewebauthn/browser": "4.0.0", "@simplewebauthn/typescript-types": "4.0.0", "@types/dompurify": "2.3.1", "@types/marked": "3.0.1", "@types/papaparse": "5.2.5", "@types/qrcode": "1.4.1", "@types/ua-parser-js": "0.7.36", "@types/workbox-precaching": "4.3.1", "@types/workbox-sw": "4.3.1", "@types/workbox-window": "4.3.3", "@types/zxcvbn": "4.4.1", "@webcomponents/webcomponentsjs": "2.5.0", "autosize": "5.0.0", "date-fns": "2.22.1", "dompurify": "2.3.3", "event-target-shim": "6.0.2", "http-server": "0.12.3", "jsqr": "1.4.0", "lit": "*", "localforage": "1.9.0", "marked": "3.0.4", "papaparse": "5.3.1", "qrcode": "1.4.4", "reflect-metadata": "0.1.13", "typescript": "4.4.3", "ua-parser-js": "0.7.28", "workbox-precaching": "6.2.0", "workbox-sw": "6.1.5", "workbox-window": "6.1.5", "zxcvbn": "4.4.2" }, "devDependencies": { "@types/chai": "4.2.18", "@types/mocha": "8.2.2", "chai": "4.3.4", "mocha": "8.4.0" }, "description": "Padloc Web-Based UI package" }