Repository URL to install this package:
|
Version:
2.0.11 ▾
|
@skava/graphql
/
package.json
|
|---|
{
"name": "@skava/graphql",
"version": "2.0.11",
"description": "",
"main": "dist/index.js",
"publishConfig": {
"access": "public"
},
"scripts": {
"clean": "npx rimraf dist",
"build_schema": "npx graphql prepare -p skava-graphql -o src/generated --bundle --save",
"build_fragments": "npx graphql generate-fragments -p skava-graphql -o src/generated -g graphql --save --verbose",
"build_types": "npx graphql prepare",
"build_generated": "yarn run build_schema && yarn run build_fragments && yarn run build_types",
"compile": "npx tsc --project tsconfig.json || true",
"prepublish": "yarn run clean && yarn run build_generated && yarn run compile",
"predev": "yarn run build_schema",
"dev": "make dev",
"build": "make build",
"build:prod": "make build_prod",
"prestart": "yarn run build && make build_schema",
"start": "make start",
"test": "NODE_ENV=testing BASE_URL=http://localhost:4000 PORT=4000 SERVER_URL=http://localhost:4000 jest",
"tdd": "make tdd",
"babel": "babel",
"cross-env": "cross-env",
"graphql": "graphql",
"jest": "jest",
"watch": "node scripts/dev",
"webpack": "webpack"
},
"author": "SKAVA",
"license": "proprietary",
"dependencies": {
"@skava/modules": "^1.2.19",
"@skava/request": "^4.1.1",
"accepts": "1.3.5",
"apollo-errors": "1.9.0",
"apollo-link-schema": "1.1.0",
"apollo-resolvers": "1.4.1",
"apollo-server": "2.0.7",
"apollo-server-express": "2.0.6",
"body-parser": "1.18.3",
"chain-able-boost": "^6.0.2",
"chain-able-lego": "^6.0.2",
"compression": "1.7.3",
"cookie-parser": "1.4.3",
"cors": "2.8.4",
"date-fns": "1.29.0",
"exotic": "^1.2.14",
"exotic-core": "^1.2.21",
"express": "4.16.3",
"express-pino-logger": "^4.0.0",
"fliplog": "1.0.4",
"graphql": "0.13.2",
"graphql-cli": "2.16.3",
"graphql-cli-generate-fragments": "1.3.0",
"graphql-playground-middleware-express": "1.7.0",
"graphql-tag": "2.9.2",
"graphql-tools": "2.23.1",
"graphql-type-json": "0.2.1",
"http-proxy-middleware": "0.18.0",
"jsonwebtoken": "8.3.0",
"lodash": "4.17.11",
"portscanner": "2.2.0",
"query-string": "6.1.0",
"shelljs": "0.8.2",
"tough-cookie": "2.4.3"
},
"@todo/UPDATE": {
"graphql": "14.0.2",
"graphql-cli": "2.16.7",
"graphql-cli-generate-fragments": "1.4.1",
"graphql-playground-middleware-express": "1.7.3",
"graphql-tag": "2.9.2",
"graphql-tools": "3.1.1",
"graphql-type-json": "0.2.1"
},
"optionalDependencies": {
"@types/core-js": "2.5.0",
"@types/cors": "2.8.4",
"@types/enzyme": "3.1.13",
"@types/express": "4.16.0",
"@types/graphql": "14.0.0",
"@types/jest": "^23.3.1",
"@types/lodash": "4.14.116",
"@types/nock": "9.3.0",
"@types/node": "10.9.4",
"@types/query-string": "6.1.0",
"@types/tough-cookie": "2.3.3",
"graphql-binding": "2.2.4"
},
"devDependencies": {
"apollo-engine": "1.1.2",
"cross-env": "5.1.4",
"jest": "23.6.0",
"jest-cli": "23.6.0",
"jest-sonar-reporter": "^2.0.0",
"jest-transform-graphql": "2.1.0",
"json-d-ts": "^1.0.1",
"ndb": "^1.0.25",
"nock": "9.2.3",
"ts-jest": "23.1.4",
"ts-loader": "5.1.0",
"ts-node-dev": "^1.0.0-pre.30",
"tslint": "5.11.0",
"tslint-clean-code": "0.2.7",
"tslint-language-service": "0.9.9",
"tslint-microsoft-contrib": "5.2.1",
"typescript": "^3.1.0-dev.20180822",
"uglifyjs-webpack-plugin": "1.3.0",
"vscode-languageserver": "^5.1.0",
"webpack": "4.19.0",
"webpack-node-externals": "1.7.2",
"xmobx": "^1.3.3"
},
"@old": {
"remove": {
"graphql-import": "0.5.0",
"nodemon": "1.17.5",
"nodemon-webpack-plugin": "3.0.1",
"hash.js": "^1.1.3",
"type-is": "^1.6.16",
"keyv": "^3.0.0",
"quick-lru": "1.1.0",
"node-fetch": "2.1.2",
"axios": "0.17.1",
"chokidar": "2.0.4",
"graphql-import-loader": "0.2.1",
"hoist-non-react-statics": "2.5.0"
},
"todoDependencies": {
"graphql-extensions": "0.1.0-beta.15",
"graphql-subscriptions": "^0.5.8",
"webpack-cli": "3.0.8",
"webpack-merge": "4.1.3",
"subscriptions-transport-ws": "^0.9.9",
"ws": "^5.2.0",
"@skava/typings": "*",
"@skava/tests": "*",
"@skava/tslint": "*",
"@babel/core": "^7.0.1",
"babel-jest": "23.6.0",
"babel-loader": "8.0.2",
"@babel/preset-env": "7.0.0",
"@babel/preset-typescript": "7.0.0",
"babel-plugin-module-resolver": "3.1.1"
}
}
}