- @standardnotes/blocks-editor@1.7.0 - @standardnotes/desktop@3.100.17 - @standardnotes/icons@1.6.0 - @standardnotes/mobile@3.46.27 - @standardnotes/releases@1.3.253 - @standardnotes/toast@1.3.11 - @standardnotes/ui-services@1.14.2 - @standardnotes/web@3.104.0
27 lines
717 B
JSON
27 lines
717 B
JSON
{
|
|
"name": "@standardnotes/toast",
|
|
"version": "1.3.11",
|
|
"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": "*"
|
|
}
|
|
}
|