feat: add themes source (#1089)

This commit is contained in:
Johnny A
2022-06-11 17:34:13 -04:00
committed by GitHub
parent d162cf87fc
commit e80eb441a7
28 changed files with 571 additions and 717 deletions

View File

@@ -13,11 +13,12 @@
"version": "node scripts/package-components.mjs && git add dist && git commit -m 'chore(release): components'"
},
"devDependencies": {
"@standardnotes/advanced-checklist": "0.0.1",
"@standardnotes/autobiography-theme": "1.0.4",
"@standardnotes/deterministic-zip": "^1.2.0",
"@standardnotes/features": "^1.45.1",
"mini-css-extract-plugin": "^2.6.0",
"node-sass": "7.0.1",
"sass": "^1.52.3"
"sass": "^1.52.3",
"webpack": "^5.73.0",
"webpack-remove-empty-scripts": "^0.8.0"
}
}