mirror of
https://github.com/standardnotes/app.git
synced 2026-01-11 19:56:41 +00:00
32 lines
756 B
JSON
32 lines
756 B
JSON
{
|
|
"name": "@standardnotes/toast",
|
|
"version": "1.0.0",
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"scripts": {
|
|
"build": "yarn run tsc",
|
|
"clean": "rm -fr dist",
|
|
"prestart": "yarn clean",
|
|
"start": "tsc -p tsconfig.json --watch",
|
|
"prebuild": "yarn clean",
|
|
"lint": "eslint ./src"
|
|
},
|
|
"dependencies": {
|
|
"@nanostores/react": "^0.2.0",
|
|
"@standardnotes/config": "^2.4.3",
|
|
"@standardnotes/icons": "^1.1.7",
|
|
"nanoid": "^3.3.4",
|
|
"nanostores": "^0.5.12"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/preset-env": "^7.18.0",
|
|
"@babel/preset-react": "^7.17.12",
|
|
"@babel/preset-typescript": "^7.17.12"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "17"
|
|
}
|
|
}
|