38 lines
982 B
JSON
Executable File
38 lines
982 B
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.2.14",
|
|
"@hibas123/utils": "^2.2.3",
|
|
"aes-js": "^3.1.2",
|
|
"feather-icons": "^4.26.0",
|
|
"idb": "^4.0.3",
|
|
"js-sha256": "^0.9.0",
|
|
"lodash.clonedeep": "^4.5.0",
|
|
"parcel": "^1.12.4",
|
|
"uuid": "^3.4.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/lodash.clonedeep": "^4.5.6",
|
|
"@types/uikit": "^2.27.7",
|
|
"@types/uuid": "^3.4.7",
|
|
"node-sass": "^4.13.1",
|
|
"parcel-bundler": "^1.12.4",
|
|
"preact": "^10.3.1",
|
|
"ts-loader": "^6.2.1",
|
|
"typescript": "^3.7.5"
|
|
}
|
|
}
|