global: get rid of lerna

This commit is contained in:
Abdullah Atta
2023-07-06 09:09:10 +05:00
committed by Abdullah Atta
parent 6fff30bd89
commit 72a25dcf34
35 changed files with 4006 additions and 11265 deletions

View File

@@ -9,12 +9,26 @@
"version": "1.0.0",
"license": "GPL-3.0-or-later",
"dependencies": {
"@notesnook/crypto": "file:../crypto",
"localforage": "^1.10.0"
},
"devDependencies": {
"@types/localforage": "^0.0.34"
}
},
"../crypto": {
"name": "@notesnook/crypto",
"version": "1.0.1",
"license": "GPL-3.0-or-later",
"dependencies": {
"@notesnook/sodium": "file:../sodium"
},
"devDependencies": {}
},
"node_modules/@notesnook/crypto": {
"resolved": "../crypto",
"link": true
},
"node_modules/@types/localforage": {
"version": "0.0.34",
"resolved": "https://registry.npmjs.org/@types/localforage/-/localforage-0.0.34.tgz",
@@ -48,6 +62,12 @@
}
},
"dependencies": {
"@notesnook/crypto": {
"version": "file:../crypto",
"requires": {
"@notesnook/sodium": "file:../sodium"
}
},
"@types/localforage": {
"version": "0.0.34",
"resolved": "https://registry.npmjs.org/@types/localforage/-/localforage-0.0.34.tgz",

View File

@@ -10,7 +10,7 @@
"author": "",
"license": "GPL-3.0-or-later",
"dependencies": {
"@notesnook/crypto": "*",
"@notesnook/crypto": "file:../crypto",
"localforage": "^1.10.0"
},
"devDependencies": {