kilo-cms 0.1.0 → 0.1.1
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.
- package/package.json +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "kilo-cms",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "An installable, config-driven CMS engine for Next.js — admin panel, RBAC, a generic field-type engine, and an API, mounted into your own app. Define your content schema via config, not a hand-maintained registry.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"cms",
|
|
@@ -78,7 +78,9 @@
|
|
|
78
78
|
"nodemailer": "^10.0.9",
|
|
79
79
|
"react-easy-crop": "^6.2.3",
|
|
80
80
|
"react-leaflet": "^5.0.0",
|
|
81
|
-
"zod": "^4.0.0"
|
|
81
|
+
"zod": "^4.0.0",
|
|
82
|
+
"@types/leaflet": "^1.9.22",
|
|
83
|
+
"@types/nodemailer": "^8.0.1"
|
|
82
84
|
},
|
|
83
85
|
"peerDependencies": {
|
|
84
86
|
"next": "^16.2.6",
|
|
@@ -86,9 +88,7 @@
|
|
|
86
88
|
"react-dom": "^19.2.0"
|
|
87
89
|
},
|
|
88
90
|
"devDependencies": {
|
|
89
|
-
"@types/leaflet": "^1.9.22",
|
|
90
91
|
"@types/node": "^22.15.0",
|
|
91
|
-
"@types/nodemailer": "^8.0.1",
|
|
92
92
|
"@types/react": "^19.1.0",
|
|
93
93
|
"@types/react-dom": "^19.1.0",
|
|
94
94
|
"drizzle-kit": "^0.31.0",
|