-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 648 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 648 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"name": "zimbabwe-information-platform",
"description": "Zimbabwe Information Platform — monorepo for travel-info.co.zw (Mintlify docs) and apps under mukoko.com",
"version": "1.0.0",
"private": true,
"license": "CC-BY-4.0",
"homepage": "https://travel-info.co.zw",
"repository": {
"type": "git",
"url": "https://github.com/nyuchitech/zti-docs"
},
"workspaces": [
"apps/*"
],
"dependencies": {
"@supabase/supabase-js": "^2.68.0",
"react": "^18.2.0"
},
"devDependencies": {
"gray-matter": "^4.0.3"
},
"overrides": {
"js-yaml": ">=3.14.2"
},
"engines": {
"node": ">=18.0.0"
}
}