- @standardnotes/components@0.3.0-alpha.1 - @standardnotes/desktop@3.22.3-alpha.1 - @standardnotes/icons@1.4.1-alpha.1 - @standardnotes/mobile@3.23.1-alpha.1 - @standardnotes/styles@1.2.2-alpha.1 - @standardnotes/toast@1.2.1-alpha.1 - @standardnotes/web-server@1.2.7-alpha.1 - @standardnotes/web@3.22.3-alpha.1
27 lines
725 B
JSON
27 lines
725 B
JSON
{
|
|
"name": "@standardnotes/toast",
|
|
"version": "1.2.1-alpha.1",
|
|
"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": "*"
|
|
}
|
|
}
|