Files
standardnotes-app-web/packages/toast/package.json
StandardNotes CI c3d3633e6b chore(release): publish
- @standardnotes/desktop@3.105.35
 - @standardnotes/icons@1.10.7
 - @standardnotes/mobile@3.51.68
 - @standardnotes/releases@1.4.211
 - @standardnotes/styles@1.7.6
 - @standardnotes/toast@1.3.26
 - @standardnotes/ui-services@1.24.41
 - @standardnotes/web@3.150.35
2023-03-30 07:42:56 +00:00

27 lines
717 B
JSON

{
"name": "@standardnotes/toast",
"version": "1.3.26",
"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.4.0",
"@standardnotes/icons": "workspace:*",
"nanoid": "^4.0.0",
"nanostores": "^0.7.1",
"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": "*"
}
}