- @standardnotes/api@1.26.65 - @standardnotes/clipper@1.1.261 - @standardnotes/desktop@3.108.195 - @standardnotes/encryption@1.21.87 - @standardnotes/features@1.60.2 - @standardnotes/filepicker@1.28.98 - @standardnotes/files@1.17.17 - @standardnotes/icons@1.13.1 - @standardnotes/mobile@3.56.174 - @standardnotes/models@1.47.23 - @standardnotes/releases@1.4.549 - @standardnotes/responses@1.13.49 - @standardnotes/services@1.64.35 - @standardnotes/sncrypto-common@1.13.8 - @standardnotes/sncrypto-web@1.14.9 - @standardnotes/snjs@2.202.97 - @standardnotes/toast@1.3.39 - @standardnotes/ui-services@1.32.1 - @standardnotes/utils@1.17.12 - @standardnotes/web@3.177.6
27 lines
717 B
JSON
27 lines
717 B
JSON
{
|
|
"name": "@standardnotes/toast",
|
|
"version": "1.3.39",
|
|
"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": "link:../web/node_modules/react",
|
|
"react-dom": "link:../web/node_modules/react-dom"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "link:../web/node_modules/@types/react",
|
|
"@types/react-dom": "link:../web/node_modules/@types/react-dom",
|
|
"eslint": "*",
|
|
"prettier": "*",
|
|
"typescript": "*"
|
|
}
|
|
}
|