refactor: add checklist editor source (#1085)

* refactor: add checklist editor source

* chore: merge develop
This commit is contained in:
Mo
2022-06-10 17:42:57 -05:00
committed by GitHub
parent 318e89dc03
commit e0794e4ad9
115 changed files with 11962 additions and 180 deletions

View File

@@ -9,18 +9,18 @@
},
"scripts": {
"build": "yarn workspaces foreach --parallel run build",
"preversion": "yarn workspaces foreach --parallel run build",
"preversion": "yarn build",
"version": "node scripts/package-components.mjs"
},
"installConfig": {
"hoistingLimits": "workspaces"
},
"dependencies": {
"@standardnotes/autobiography-theme": "1.0.4"
},
"devDependencies": {
"@standardnotes/advanced-checklist": "0.0.1",
"@standardnotes/autobiography-theme": "1.0.4",
"@standardnotes/deterministic-zip": "^1.2.0",
"@standardnotes/features": "^1.45.1",
"node-sass": "7.0.1",
"sass": "^1.52.3"
}
}