mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-23 23:19:40 +01:00
core: install @notesnook/intl
This commit is contained in:
29
packages/core/package-lock.json
generated
29
packages/core/package-lock.json
generated
@@ -12,6 +12,7 @@
|
||||
"dependencies": {
|
||||
"@leeoniya/ufuzzy": "^1.0.10",
|
||||
"@microsoft/signalr": "^8.0.0",
|
||||
"@notesnook/intl": "file:../intl",
|
||||
"@notesnook/logger": "file:../logger",
|
||||
"@readme/data-urls": "^3.0.0",
|
||||
"@streetwriters/kysely": "^0.27.4",
|
||||
@@ -80,6 +81,30 @@
|
||||
"resolved": "../sodium",
|
||||
"link": true
|
||||
},
|
||||
"../intl": {
|
||||
"name": "@notesnook/intl",
|
||||
"version": "1.0.0",
|
||||
"hasInstallScript": true,
|
||||
"license": "GPL-3.0-or-later",
|
||||
"devDependencies": {
|
||||
"@lingui/cli": "5.1.2",
|
||||
"@lingui/core": "5.1.2",
|
||||
"@lingui/swc-plugin": "5.0.2",
|
||||
"@types/react": "18.3.5",
|
||||
"babel-plugin-macros": "^3.1.0",
|
||||
"nodemon": "^3.1.7",
|
||||
"react": "18.3.1",
|
||||
"rollup": "^4.24.4",
|
||||
"vite": "5.4.11",
|
||||
"vite-plugin-dts": "^4.2.3",
|
||||
"vite-plugin-static-copy": "^2.0.0",
|
||||
"vite-plugin-swc-transform": "^1.0.1"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@lingui/macro": "*",
|
||||
"react": ">=18"
|
||||
}
|
||||
},
|
||||
"../logger": {
|
||||
"name": "@notesnook/logger",
|
||||
"version": "2.1.3",
|
||||
@@ -1473,6 +1498,10 @@
|
||||
"resolved": "../crypto",
|
||||
"link": true
|
||||
},
|
||||
"node_modules/@notesnook/intl": {
|
||||
"resolved": "../intl",
|
||||
"link": true
|
||||
},
|
||||
"node_modules/@notesnook/logger": {
|
||||
"resolved": "../logger",
|
||||
"link": true
|
||||
|
||||
@@ -66,6 +66,7 @@
|
||||
"dependencies": {
|
||||
"@leeoniya/ufuzzy": "^1.0.10",
|
||||
"@microsoft/signalr": "^8.0.0",
|
||||
"@notesnook/intl": "file:../intl",
|
||||
"@notesnook/logger": "file:../logger",
|
||||
"@readme/data-urls": "^3.0.0",
|
||||
"@streetwriters/kysely": "^0.27.4",
|
||||
|
||||
Reference in New Issue
Block a user