feat(wip): components monorepo (#1082)

This commit is contained in:
Mo
2022-06-10 10:15:44 -05:00
committed by GitHub
parent 2ecfcdecb4
commit e3d6001a17
36 changed files with 1294 additions and 68 deletions

View File

@@ -1,10 +1,8 @@
{
"name": "@standardnotes/toast",
"version": "1.0.0",
"version": "1.1.0",
"private": true,
"main": "./dist/index.js",
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "yarn tsc",
"clean": "rm -fr dist",
@@ -20,7 +18,7 @@
},
"dependencies": {
"@nanostores/react": "^0.2.0",
"@standardnotes/icons": "*",
"@standardnotes/icons": "^1.3.0",
"nanoid": "^3.3.4",
"nanostores": "^0.5.12"
},