Files
standardnotes-app-web/packages/toast/package.json
StandardNotes CI 772fbea381 chore(release): publish
- @standardnotes/blocks-editor@1.3.9
 - @standardnotes/desktop@3.23.286
 - @standardnotes/icons@1.4.8
 - @standardnotes/mobile@3.45.35
 - @standardnotes/releases@1.3.217
 - @standardnotes/toast@1.3.7
 - @standardnotes/ui-services@1.13.7
 - @standardnotes/web@3.93.17
2022-11-09 12:31:40 +00:00

27 lines
717 B
JSON

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