Files
standardnotes-app-web/packages/toast/package.json
StandardNotes CI 12eee935b6 chore(release): publish
- @standardnotes/components-meta@2.1.2
 - @standardnotes/desktop@3.22.5
 - @standardnotes/icons@1.4.3
 - @standardnotes/mobile@3.23.3
 - @standardnotes/styles@1.2.4
 - @standardnotes/toast@1.2.3
 - @standardnotes/web-server@1.2.9
 - @standardnotes/web@3.22.5
 - @standardnotes/advanced-checklist@0.0.4
 - @standardnotes/markdown-hybrid@1.5.3
 - @standardnotes/bold-editor@1.3.8
 - @standardnotes/classic-code-editor@1.3.15
 - @standardnotes/markdown-math@1.3.9
 - @standardnotes/markdown-visual@1.0.10
 - @standardnotes/markdown-minimal@1.3.12
 - @standardnotes/rich-text@1.6.4
 - @standardnotes/markdown-basic@1.4.5
 - @standardnotes/simple-task-editor@1.3.13
 - @standardnotes/spreadsheets@1.4.7
 - @standardnotes/autobiography-theme@1.0.7
 - @standardnotes/dynamic-theme@1.0.7
 - @standardnotes/focus-theme@1.2.12
 - @standardnotes/futura-theme@1.2.12
 - @standardnotes/midnight-theme@1.2.11
 - @standardnotes/solarized-dark-theme@1.2.10
 - @standardnotes/titanium-theme@1.2.11
 - @standardnotes/authenticator@2.0.13
 - @standardnotes/inner-desktop@3.22.5
2022-06-16 20:12:43 +00:00

27 lines
717 B
JSON

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