- @standardnotes/components-meta@2.1.1 - @standardnotes/desktop@3.22.4 - @standardnotes/icons@1.4.2 - @standardnotes/mobile@3.23.2 - @standardnotes/styles@1.2.3 - @standardnotes/toast@1.2.2 - @standardnotes/web-server@1.2.8 - @standardnotes/web@3.22.4 - @standardnotes/advanced-checklist@0.0.3 - @standardnotes/markdown-hybrid@1.5.2 - @standardnotes/bold-editor@1.3.7 - @standardnotes/classic-code-editor@1.3.14 - @standardnotes/markdown-math@1.3.8 - @standardnotes/markdown-visual@1.0.9 - @standardnotes/markdown-minimal@1.3.11 - @standardnotes/rich-text@1.6.3 - @standardnotes/markdown-basic@1.4.4 - @standardnotes/simple-task-editor@1.3.12 - @standardnotes/spreadsheets@1.4.6 - @standardnotes/autobiography-theme@1.0.6 - @standardnotes/dynamic-theme@1.0.6 - @standardnotes/focus-theme@1.2.11 - @standardnotes/futura-theme@1.2.11 - @standardnotes/midnight-theme@1.2.10 - @standardnotes/solarized-dark-theme@1.2.9 - @standardnotes/titanium-theme@1.2.10 - @standardnotes/authenticator@2.0.12 - @standardnotes/inner-desktop@3.22.4
27 lines
717 B
JSON
27 lines
717 B
JSON
{
|
|
"name": "@standardnotes/toast",
|
|
"version": "1.2.2",
|
|
"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.2.0",
|
|
"@standardnotes/icons": "workspace:*",
|
|
"nanoid": "^3.3.4",
|
|
"nanostores": "^0.5.12",
|
|
"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": "*"
|
|
}
|
|
}
|