2018-11-26 06:53:58 +08:00
|
|
|
{
|
2018-12-07 00:35:59 +08:00
|
|
|
"name": "@graphql-nexus/example-kitchen-sink",
|
2018-11-26 06:53:58 +08:00
|
|
|
"version": "0.0.0",
|
2020-11-05 01:03:29 +08:00
|
|
|
"license": "MIT",
|
2018-11-26 06:53:58 +08:00
|
|
|
"scripts": {
|
2019-12-04 20:43:10 +08:00
|
|
|
"build": "ts-node --log-error src/index.ts",
|
2019-11-08 05:39:33 +08:00
|
|
|
"debug": "ts-node-dev --inspect-brk --no-notify --transpileOnly --respawn ./src",
|
2019-12-04 20:43:10 +08:00
|
|
|
"dev": "ts-node-dev --no-notify --transpileOnly --respawn ./src",
|
|
|
|
|
"start": "ts-node --transpile-only src/index.ts"
|
2018-11-26 06:53:58 +08:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2020-10-04 03:50:56 +08:00
|
|
|
"apollo-server": "^2.18.1",
|
2022-02-18 01:47:40 +08:00
|
|
|
"graphql": "^16.3.0",
|
2020-02-11 08:00:45 +08:00
|
|
|
"graphql-query-complexity": "^0.4.1",
|
2020-01-23 09:17:17 +08:00
|
|
|
"graphql-relay": "^0.6.0",
|
2019-03-08 08:39:40 +08:00
|
|
|
"graphql-subscriptions": "^1.0.0",
|
2020-10-04 03:50:56 +08:00
|
|
|
"graphql-tools": "^4.0.7",
|
2020-01-23 09:17:17 +08:00
|
|
|
"lodash": "^4.17.15",
|
2020-12-15 03:10:29 +08:00
|
|
|
"nexus": "^1.0.0",
|
2019-03-08 09:00:08 +08:00
|
|
|
"subscriptions-transport-ws": "^0.9.15",
|
2019-12-04 20:43:10 +08:00
|
|
|
"ts-node": "^8.5.4",
|
2022-02-18 01:47:40 +08:00
|
|
|
"typescript": "^4.5.5"
|
2018-11-26 06:53:58 +08:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2020-01-23 09:17:17 +08:00
|
|
|
"@types/graphql-relay": "^0.4.11",
|
|
|
|
|
"@types/lodash": "^4.14.149",
|
2018-11-26 06:53:58 +08:00
|
|
|
"jest": "^23.6.0",
|
2019-11-12 03:57:21 +08:00
|
|
|
"prettier": "^1.19.1",
|
2020-01-23 09:17:17 +08:00
|
|
|
"ts-jest": "^24.1.0",
|
2019-12-04 20:43:10 +08:00
|
|
|
"ts-node-dev": "^1.0.0-pre.30"
|
2018-11-26 06:53:58 +08:00
|
|
|
}
|
|
|
|
|
}
|