Files
standardnotes-app-web/packages/toast/package.json
StandardNotes CI 798145b057 chore(release): publish
- @standardnotes/components-meta@2.1.0
 - @standardnotes/desktop@3.22.3
 - @standardnotes/icons@1.4.1
 - @standardnotes/mobile@3.23.1
 - @standardnotes/styles@1.2.2
 - @standardnotes/toast@1.2.1
 - @standardnotes/web-server@1.2.7
 - @standardnotes/web@3.22.3
 - @standardnotes/advanced-checklist@0.0.2
 - @standardnotes/markdown-hybrid@1.5.1
 - @standardnotes/bold-editor@1.3.6
 - @standardnotes/classic-code-editor@1.3.13
 - @standardnotes/markdown-math@1.3.7
 - @standardnotes/markdown-visual@1.0.8
 - @standardnotes/markdown-minimal@1.3.10
 - @standardnotes/rich-text@1.6.2
 - @standardnotes/markdown-basic@1.4.3
 - @standardnotes/simple-task-editor@1.3.11
 - @standardnotes/spreadsheets@1.4.5
 - @standardnotes/autobiography-theme@1.0.5
 - @standardnotes/dynamic-theme@1.0.5
 - @standardnotes/focus-theme@1.2.10
 - @standardnotes/futura-theme@1.2.10
 - @standardnotes/midnight-theme@1.2.9
 - @standardnotes/solarized-dark-theme@1.2.8
 - @standardnotes/titanium-theme@1.2.9
 - @standardnotes/authenticator@2.0.11
 - @standardnotes/inner-desktop@3.22.3
2022-06-16 19:13:08 +00:00

27 lines
717 B
JSON

{
"name": "@standardnotes/toast",
"version": "1.2.1",
"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": "*"
}
}