Files
standardnotes-app-web/packages/toast/package.json
StandardNotes CI f2ed5d1a6c chore(release): publish
- @standardnotes/components-meta@2.1.6-alpha.0
 - @standardnotes/desktop@3.22.11-alpha.0
 - @standardnotes/icons@1.4.4-alpha.0
 - @standardnotes/mobile@3.23.7-alpha.0
 - @standardnotes/toast@1.2.4-alpha.0
 - @standardnotes/web-server@1.2.13-alpha.0
 - @standardnotes/web@3.22.6-alpha.0
 - @standardnotes/markdown-hybrid@1.5.4-alpha.0
 - @standardnotes/bold-editor@1.3.9-alpha.0
 - @standardnotes/classic-code-editor@1.3.16-alpha.0
 - @standardnotes/rich-text@1.6.5-alpha.0
 - @standardnotes/markdown-basic@1.4.6-alpha.0
 - @standardnotes/simple-task-editor@1.3.14-alpha.0
 - @standardnotes/spreadsheets@1.4.8-alpha.0
 - @standardnotes/authenticator@2.0.14-alpha.0
2022-06-18 14:25:51 +00:00

27 lines
725 B
JSON

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