SecureNotes/package.json

39 lines
1.0 KiB
JSON
Raw Permalink Normal View History

2019-01-27 20:29:33 +00:00
{
"name": "@hibas123/securenotes2",
2019-03-25 01:25:08 +00:00
"version": "2.0.0-alpha.1",
2019-01-27 20:29:33 +00:00
"description": "",
"main": "index.js",
"scripts": {
"build": "parcel build src/index.html",
"dev": "parcel src/index.html"
2019-01-27 20:29:33 +00:00
},
"author": "Fabian Stamm <dev@fabianstamm.de>",
"license": "MIT",
"browserslist": [
"last 2 Chrome versions"
],
2019-01-27 20:29:33 +00:00
"dependencies": {
"@hibas123/secure-file-wrapper": "^2.5.1",
2019-07-02 15:45:14 +00:00
"@hibas123/theme": "^1.0.5",
"@hibas123/utils": "^2.2.17",
2019-01-27 20:29:33 +00:00
"aes-js": "^3.1.2",
"codemirror": "^5.58.3",
"feather-icons": "^4.28.0",
"idb": "^5.0.7",
2019-01-27 20:29:33 +00:00
"js-sha256": "^0.9.0",
"lodash.clonedeep": "^4.5.0",
"parcel": "^1.12.4",
"preact": "^10.5.7",
"preact-feather": "^4.1.0",
2019-01-27 20:29:33 +00:00
"secure-file-wrapper": "git+https://git.stamm.me/OpenServer/OSSecureFileWrapper.git",
"uuid": "^8.3.1"
2019-01-27 20:29:33 +00:00
},
"devDependencies": {
"@types/codemirror": "0.0.99",
2019-03-25 01:25:08 +00:00
"@types/lodash.clonedeep": "^4.5.6",
"@types/uuid": "^8.3.0",
2020-11-24 21:21:21 +00:00
"sass": "^1.29.0",
"typescript": "^4.1.2"
2019-01-27 20:29:33 +00:00
}
2019-04-30 16:22:09 +00:00
}