simplest-sitegen
Advanced tools
Comparing version 0.8.0 to 0.8.1
{ | ||
"name": "simplest-sitegen", | ||
"version": "0.8.0", | ||
"version": "0.8.1", | ||
"author": "", | ||
@@ -25,2 +25,4 @@ "description": "The simplest static sitegen there is. Build a modern, fully working website with only HTML.", | ||
"dependencies": { | ||
"ansi-colors": "^4.1.3", | ||
"browser-sync": ">=2", | ||
"cross-spawn": "^7.0.3", | ||
@@ -37,3 +39,2 @@ "debug": "^4.3.4", | ||
"devDependencies": { | ||
"browser-sync": ">=2", | ||
"@npmcli/disparity-colors": "^2.0.0", | ||
@@ -47,3 +48,2 @@ "@types/cross-spawn": "^6.0.2", | ||
"@types/sane": "^2.0.1", | ||
"ansi-colors": "^4.1.3", | ||
"diff": "^5.1.0", | ||
@@ -50,0 +50,0 @@ "dir-compare": "^4.0.0", |
@@ -116,4 +116,8 @@ # simplest-sitegen | ||
## Any limitations? | ||
Sure, if you want to use a framework like Svelte, Vue, etc, you're better off using [Vite](https://vitejs.dev/). And if you want more CMS/blog features and/or advanced templating, look at the [jamstack generators](https://jamstack.org/generators/) again. | ||
## Feedback wanted | ||
Comments, bug reports, feature requests that will keep things simple(st), are very welcome as a [github issue](https://github.com/ciscoheat/simplest-sitegen). Thanks for reading, and enjoy simplicity for a change! | ||
Comments, bug reports, feature requests that will keep things simple(st), are very welcome as a [github issue](https://github.com/ciscoheat/simplest-sitegen/issues). Thanks for reading, and enjoy simplicity for a change! |
31406
14
123
12
+ Addedansi-colors@^4.1.3
+ Addedbrowser-sync@>=2
+ Addedansi-colors@4.1.3(transitive)