Skip to content

Commit bd06746

Browse files
committed
chore(deps): properly split dependencies from development
1 parent e7ec7b4 commit bd06746

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

package.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,11 @@
55
},
66
"dependencies": {
77
"@graphile/postgis": "file:graphile-postgis-v0.2.0.tgz",
8+
"grafserv": "1.0.0",
9+
"graphile": "5.0.0",
810
"jose": "6.2.2",
9-
"postgraphile": "5.0.0"
11+
"postgraphile": "5.0.0",
12+
"typescript": "6.0.2"
1013
},
1114
"description": "PostGraphile GraphQL API for the Vibetype platform; includes @graphile/postgis, Amber preset, Grafast optimizations, and JWT authentication.",
1215
"devDependencies": {
@@ -15,11 +18,7 @@
1518
"eslint": "10.2.0",
1619
"eslint-config-prettier": "10.1.8",
1720
"eslint-plugin-prettier": "5.5.5",
18-
"grafserv": "1.0.0",
19-
"graphile": "5.0.0",
20-
"jiti": "2.6.1",
2121
"prettier": "3.8.1",
22-
"typescript": "6.0.2",
2322
"typescript-eslint": "8.58.0"
2423
},
2524
"homepage": "https://github.com/maevsi/postgraphile#readme",

0 commit comments

Comments
 (0)