Files
standardnotes-app-web/packages/toast/package.json
StandardNotes CI 240bf669a1 chore(release): publish
- @standardnotes/clipper@1.1.24
 - @standardnotes/desktop@3.106.33
 - @standardnotes/icons@1.11.0
 - @standardnotes/mobile@3.53.33
 - @standardnotes/releases@1.4.301
 - @standardnotes/toast@1.3.31
 - @standardnotes/ui-services@1.26.10
 - @standardnotes/web@3.160.0
2023-05-17 14:44:08 +00:00

27 lines
717 B
JSON

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