Files
standardnotes-app-web/packages/toast/package.json
StandardNotes CI b57d16dd68 chore(release): publish
- @standardnotes/desktop@3.105.34
 - @standardnotes/icons@1.10.6
 - @standardnotes/mobile@3.51.67
 - @standardnotes/releases@1.4.210
 - @standardnotes/styles@1.7.5
 - @standardnotes/toast@1.3.25
 - @standardnotes/ui-services@1.24.40
 - @standardnotes/web@3.150.34
2023-03-29 19:34:21 +00:00

27 lines
717 B
JSON

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