web/packages/ui-services/package.json
StandardNotes CI 1f5354c816
chore(release): publish
- @standardnotes/api@1.26.25
 - @standardnotes/clipper@1.1.81
 - @standardnotes/desktop@3.108.12
 - @standardnotes/mobile@3.54.16
 - @standardnotes/releases@1.4.358
 - @standardnotes/services@1.62.6
 - @standardnotes/snjs@2.201.9
 - @standardnotes/ui-services@1.27.9
 - @standardnotes/web@3.165.12
2023-07-11 15:46:44 +00:00

40 lines
1.1 KiB
JSON

{
"name": "@standardnotes/ui-services",
"version": "1.27.9",
"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.48.3",
"@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": "*"
}
}