clovie 0.1.21 → 0.1.22

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +7 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "clovie",
3
- "version": "0.1.21",
3
+ "version": "0.1.22",
4
4
  "description": "Vintage web dev tooling with modern quality of life",
5
5
  "keywords": [
6
6
  "static-site-generator",
@@ -83,11 +83,6 @@
83
83
  "publish:info": "node scripts/publish.js info"
84
84
  },
85
85
  "dependencies": {
86
- "@babel/core": "^7.23.7",
87
- "@babel/preset-env": "^7.23.7",
88
- "@brickworks/database-ext": "^1.0.3",
89
- "@brickworks/engine": "1.1.18",
90
- "babelify": "^10.0.0",
91
86
  "chalk": "^5.6.2",
92
87
  "chokidar": "^3.5.3",
93
88
  "cli-progress": "^3.12.0",
@@ -101,10 +96,15 @@
101
96
  "pug": "^3.0.3",
102
97
  "sass": "^1.69.5",
103
98
  "socket.io": "^4.7.4",
104
- "type-detect": "^4.0.8",
105
99
  "urlpattern-polyfill": "^10.1.0"
106
100
  },
107
101
  "devDependencies": {
102
+ "@babel/core": "^7.23.7",
103
+ "@babel/preset-env": "^7.23.7",
104
+ "@brickworks/database-ext": "^1.0.3",
105
+ "@brickworks/engine": "1.1.18",
106
+ "babelify": "^10.0.0",
107
+ "type-detect": "^4.0.8",
108
108
  "@rollup/plugin-commonjs": "^28.0.6",
109
109
  "@rollup/plugin-json": "^6.1.0",
110
110
  "@rollup/plugin-node-resolve": "^16.0.1",