- @standardnotes/api@1.26.11 - @standardnotes/clipper@1.1.48 - @standardnotes/desktop@3.106.57 - @standardnotes/encryption@1.21.39 - @standardnotes/filepicker@1.28.48 - @standardnotes/files@1.15.10 - @standardnotes/icons@1.12.0 - @standardnotes/mobile@3.53.57 - @standardnotes/models@1.46.0 - @standardnotes/releases@1.4.325 - @standardnotes/services@1.60.0 - @standardnotes/snjs@2.169.0 - @standardnotes/styles@1.8.0 - @standardnotes/toast@1.3.32 - @standardnotes/ui-services@1.26.15 - @standardnotes/utils@1.17.0 - @standardnotes/web@3.162.0
27 lines
717 B
JSON
27 lines
717 B
JSON
{
|
|
"name": "@standardnotes/toast",
|
|
"version": "1.3.32",
|
|
"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.4.0",
|
|
"@standardnotes/icons": "workspace:*",
|
|
"nanoid": "^4.0.0",
|
|
"nanostores": "^0.7.1",
|
|
"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": "*"
|
|
}
|
|
}
|