forked from graphql-nexus/nexus
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 933 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 933 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
29
30
31
{
"name": "@graphql-nexus/ghost-example-api",
"scripts": {
"start": "yarn dump-tables && ts-node-dev --ignore-watch src/generated --no-notify --transpileOnly --respawn ./src",
"dump-tables": "node -r ts-node/register/transpile-only scripts/dumpTables.ts"
},
"dependencies": {
"apollo-server-express": "^2.3.3",
"dataloader": "tgriesser/dataloader.git#ts-types",
"express": "^4.16.4",
"ghost": "^2.13.1",
"graphql": "^14.0.2",
"graphql-iso-date": "^3.6.1",
"knex": "^0.16.3",
"lodash": "^4.17.11",
"mysql": "^2.16.0",
"nexus": "0.11.2"
},
"devDependencies": {
"@types/express": "^4.16.1",
"@types/fs-extra": "^5.0.4",
"@types/graphql-iso-date": "^3.3.1",
"@types/lodash": "^4.14.120",
"fs-extra": "^7.0.1",
"prettier": "^1.15.2",
"schemats": "^3.0.3",
"ts-node": "^8.0.2",
"ts-node-dev": "^1.0.0-pre.30",
"typescript": "^3.4.5"
}
}