mirror of
https://github.com/standardnotes/app
synced 2026-01-16 19:04:58 -05:00
- @standardnotes/api@1.26.77 - @standardnotes/clipper@1.1.397 - @standardnotes/desktop@3.109.0 - @standardnotes/encryption@1.21.99 - @standardnotes/filepicker@1.28.114 - @standardnotes/files@1.19.0 - @standardnotes/mobile@3.58.56 - @standardnotes/models@1.52.0 - @standardnotes/releases@1.4.691 - @standardnotes/services@1.68.2 - @standardnotes/snjs@2.205.2 - @standardnotes/toast@1.5.0 - @standardnotes/ui-services@1.35.22 - @standardnotes/web@3.186.0
27 lines
604 B
JSON
27 lines
604 B
JSON
{
|
|
"name": "@standardnotes/toast",
|
|
"version": "1.5.0",
|
|
"private": true,
|
|
"main": "./src/index.ts",
|
|
"scripts": {
|
|
"start": "tsc -p tsconfig.json --watch",
|
|
"tsc": "tsc --project tsconfig.json",
|
|
"lint": "eslint ./src"
|
|
},
|
|
"dependencies": {
|
|
"@nanostores/react": "^0.7.1",
|
|
"@standardnotes/icons": "workspace:*",
|
|
"nanoid": "^4.0.0",
|
|
"nanostores": "^0.9.3",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^18.2.39",
|
|
"@types/react-dom": "^18.2.17",
|
|
"eslint": "*",
|
|
"prettier": "*",
|
|
"typescript": "*"
|
|
}
|
|
}
|