- @standardnotes/api@1.25.12 - @standardnotes/clipper@1.0.3 - @standardnotes/desktop@3.105.48 - @standardnotes/encryption@1.21.25 - @standardnotes/features@1.58.14 - @standardnotes/filepicker@1.28.30 - @standardnotes/files@1.14.40 - @standardnotes/icons@1.10.9 - @standardnotes/mobile@3.51.81 - @standardnotes/models@1.43.13 - @standardnotes/releases@1.4.224 - @standardnotes/responses@1.13.15 - @standardnotes/services@1.57.13 - @standardnotes/snjs@2.166.20 - @standardnotes/toast@1.3.28 - @standardnotes/ui-services@1.24.43 - @standardnotes/web@3.150.48
27 lines
717 B
JSON
27 lines
717 B
JSON
{
|
|
"name": "@standardnotes/toast",
|
|
"version": "1.3.28",
|
|
"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": "*"
|
|
}
|
|
}
|