SecureNotes/package.json

39 lines
1.0 KiB
JSON
Executable File

{
"name": "@hibas123/securenotes2",
"version": "2.0.0-alpha.1",
"description": "",
"main": "index.js",
"scripts": {
"build": "parcel build src/index.html",
"dev": "parcel src/index.html"
},
"author": "Fabian Stamm <dev@fabianstamm.de>",
"license": "MIT",
"browserslist": [
"last 2 Chrome versions"
],
"dependencies": {
"@hibas123/secure-file-wrapper": "^2.5.1",
"@hibas123/theme": "^1.0.5",
"@hibas123/utils": "^2.2.17",
"aes-js": "^3.1.2",
"codemirror": "^5.58.3",
"feather-icons": "^4.28.0",
"idb": "^5.0.7",
"js-sha256": "^0.9.0",
"lodash.clonedeep": "^4.5.0",
"parcel": "^1.12.4",
"preact": "^10.5.7",
"preact-feather": "^4.1.0",
"secure-file-wrapper": "git+https://git.stamm.me/OpenServer/OSSecureFileWrapper.git",
"uuid": "^8.3.1"
},
"devDependencies": {
"@types/codemirror": "0.0.99",
"@types/lodash.clonedeep": "^4.5.6",
"@types/uuid": "^8.3.0",
"sass": "^1.29.0",
"typescript": "^4.1.2"
}
}