Files
standardnotes-app-web/packages/toast/package.json
StandardNotes CI a3d8f1f3ff chore(release): publish
- @standardnotes/blocks-editor@1.12.2
 - @standardnotes/desktop@3.104.62
 - @standardnotes/icons@1.8.0
 - @standardnotes/mobile@3.49.59
 - @standardnotes/releases@1.4.85
 - @standardnotes/toast@1.3.15
 - @standardnotes/ui-services@1.22.0
 - @standardnotes/web@3.131.0
2022-12-29 20:21:46 +00:00

27 lines
717 B
JSON

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