- @standardnotes/api@1.20.5 - @standardnotes/blocks-editor@1.5.3 - @standardnotes/desktop@3.100.5 - @standardnotes/encryption@1.19.13 - @standardnotes/features@1.55.2 - @standardnotes/filepicker@1.25.13 - @standardnotes/files@1.12.13 - @standardnotes/mobile@3.46.15 - @standardnotes/models@1.37.2 - @standardnotes/releases@1.3.241 - @standardnotes/responses@1.12.8 - @standardnotes/services@1.45.3 - @standardnotes/sncrypto-common@1.13.3 - @standardnotes/sncrypto-web@1.14.3 - @standardnotes/snjs@2.151.2 - @standardnotes/ui-services@1.13.15 - @standardnotes/utils@1.11.3 - @standardnotes/web@3.100.4
37 lines
1010 B
JSON
37 lines
1010 B
JSON
{
|
|
"name": "@standardnotes/ui-services",
|
|
"version": "1.13.15",
|
|
"engines": {
|
|
"node": ">=16.0.0 <17.0.0"
|
|
},
|
|
"description": "UI Services for Standard Notes clients",
|
|
"main": "./src/index.ts",
|
|
"author": "Standard Notes",
|
|
"private": true,
|
|
"license": "AGPL-3.0-or-later",
|
|
"scripts": {
|
|
"tsc": "tsc --project tsconfig.json",
|
|
"lint": "eslint src --ext .ts",
|
|
"test": "jest spec"
|
|
},
|
|
"dependencies": {
|
|
"@standardnotes/common": "^1.45.0",
|
|
"@standardnotes/features": "workspace:^",
|
|
"@standardnotes/filepicker": "workspace:^",
|
|
"@standardnotes/services": "workspace:^",
|
|
"@standardnotes/styles": "workspace:^",
|
|
"@standardnotes/toast": "workspace:^",
|
|
"@standardnotes/utils": "workspace:^"
|
|
},
|
|
"devDependencies": {
|
|
"@types/jest": "^29.2.3",
|
|
"@typescript-eslint/eslint-plugin": "*",
|
|
"@typescript-eslint/parser": "*",
|
|
"eslint": "*",
|
|
"eslint-plugin-prettier": "*",
|
|
"jest": "^29.3.1",
|
|
"ts-jest": "^29.0.3",
|
|
"typescript": "*"
|
|
}
|
|
}
|