feat: mobile app package (#1075)

This commit is contained in:
Mo
2022-06-09 09:45:15 -05:00
committed by GitHub
parent 58b63898de
commit 8248a38280
336 changed files with 47696 additions and 22563 deletions

View File

@@ -1,32 +1,31 @@
{
"name": "@standardnotes/toast",
"version": "1.0.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"main": "./dist/index.js",
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "yarn run tsc",
"build": "yarn tsc",
"clean": "rm -fr dist",
"prestart": "yarn clean",
"start": "tsc -p tsconfig.json --watch",
"tsc": "tsc --project tsconfig.json",
"prebuild": "yarn clean",
"lint": "eslint ./src"
},
"peerDependencies": {
"react": "^18",
"react-dom": "^18"
},
"dependencies": {
"@nanostores/react": "^0.2.0",
"@standardnotes/config": "^2.4.3",
"@standardnotes/icons": "^1.1.7",
"@standardnotes/icons": "*",
"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"
"eslint": "*",
"typescript": "*"
}
}