SecureNotes/package.json

45 lines
1.3 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": {
"@codemirror/commands": "^6.6.0",
"@codemirror/lang-markdown": "^6.2.5",
"@hibas123/secure-file-wrapper": "^2.5.3",
"@hibas123/theme": "^2.0.7",
"@hibas123/utils": "^2.2.18",
"aes-js": "^3.1.2",
"codemirror": "^6.0.1",
"easymde": "^2.18.0",
"feather-icons": "^4.29.2",
"idb": "^5.0.8",
"js-sha256": "^0.11.0",
"lodash": "^4.17.21",
"lodash.clonedeep": "^4.5.0",
"parcel": "^2.12.0",
"preact": "^10.22.0",
"preact-feather": "^4.2.1",
"uuid": "^10.0.0"
},
"devDependencies": {
"@parcel/packager-raw-url": "2.12.0",
"@parcel/transformer-sass": "^2.12.0",
"@parcel/transformer-webmanifest": "^2.12.0",
"@types/codemirror": "5.60.15",
"@types/lodash.clonedeep": "^4.5.9",
"@types/uuid": "^10.0.0",
"process": "^0.11.10",
"sass": "^1.77.6",
"typescript": "^5.5.2"
}
}