web/packages/ui-services/package.json
StandardNotes CI 4641f3235d
chore(release): publish
- @standardnotes/api@1.26.28
 - @standardnotes/clipper@1.1.89
 - @standardnotes/desktop@3.108.20
 - @standardnotes/encryption@1.21.51
 - @standardnotes/features@1.59.9
 - @standardnotes/filepicker@1.28.60
 - @standardnotes/files@1.16.6
 - @standardnotes/icons@1.12.2
 - @standardnotes/mobile@3.55.8
 - @standardnotes/models@1.46.10
 - @standardnotes/releases@1.4.367
 - @standardnotes/responses@1.13.29
 - @standardnotes/services@1.63.3
 - @standardnotes/snjs@2.202.3
 - @standardnotes/toast@1.3.35
 - @standardnotes/ui-services@1.28.4
 - @standardnotes/web@3.166.7
2023-07-13 11:34:30 +00:00

41 lines
1.1 KiB
JSON

{
"name": "@standardnotes/ui-services",
"version": "1.28.4",
"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.50.0",
"@standardnotes/domain-core": "^1.22.0",
"@standardnotes/features": "workspace:^",
"@standardnotes/filepicker": "workspace:^",
"@standardnotes/models": "workspace:^",
"@standardnotes/services": "workspace:^",
"@standardnotes/styles": "workspace:^",
"@standardnotes/toast": "workspace:^",
"@standardnotes/utils": "workspace:^",
"mobx": "^6.8.0",
"mobx-react-lite": "^3.4.2"
},
"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": "*"
}
}