59 lines
1.2 KiB
JSON
59 lines
1.2 KiB
JSON
{
|
|
"name": "apollo-upload-examples-api",
|
|
"private": true,
|
|
"dependencies": {
|
|
"apollo-upload-server": "^2.0.0",
|
|
"babel-core": "^6.24.0",
|
|
"babel-loader": "^7.0.0-beta.1",
|
|
"babel-preset-env": "^1.3.2",
|
|
"babel-preset-stage-0": "^6.22.0",
|
|
"graphql": "^0.9.2",
|
|
"graphql-server-koa": "^0.6.0",
|
|
"graphql-tag": "^2.0.0",
|
|
"graphql-tools": "^0.11.0",
|
|
"kcors": "^2.2.1",
|
|
"koa": "^2.2.0",
|
|
"koa-bodyparser": "^4.2.0",
|
|
"koa-compress": "^2.0.0",
|
|
"koa-router": "^7.1.1",
|
|
"source-map-support": "^0.4.14",
|
|
"webpack": "^2.3.2",
|
|
"zoo": "^0.1.9"
|
|
},
|
|
"devDependencies": {
|
|
"babel-cli": "^6.24.0",
|
|
"babel-eslint": "^7.2.1",
|
|
"chalk": "^1.1.3",
|
|
"indent-string": "^3.1.0",
|
|
"standard": "^9.0.2"
|
|
},
|
|
"scripts": {
|
|
"lint": "standard",
|
|
"dev": "zoo babel-node scripts/dev",
|
|
"build": "zoo webpack",
|
|
"start": "zoo node dist"
|
|
},
|
|
"engines": {
|
|
"node": ">=7.6"
|
|
},
|
|
"babel": {
|
|
"presets": [
|
|
[
|
|
"env",
|
|
{
|
|
"targets": {
|
|
"node": 7.6
|
|
}
|
|
}
|
|
],
|
|
"stage-0"
|
|
]
|
|
},
|
|
"standard": {
|
|
"parser": "babel-eslint",
|
|
"ignore": [
|
|
"dist/**"
|
|
]
|
|
}
|
|
}
|