mirror of
https://github.com/standardnotes/app.git
synced 2026-01-11 19:56:41 +00:00
25 lines
696 B
JSON
25 lines
696 B
JSON
{
|
|
"name": "@standardnotes/toast",
|
|
"version": "1.2.0",
|
|
"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": "*",
|
|
"typescript": "*"
|
|
}
|
|
}
|