-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
64 lines (64 loc) · 1.97 KB
/
package.json
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "@cloud-next/graphql",
"version": "1.1.0",
"description": "#### Description {**When you're done, you can delete the content in this README and update the file with details for others getting started with your repository**}",
"main": "index.js",
"scripts": {
"test": "jest --detectOpenHandles",
"build": "babel src -d dist",
"start": "MODE=production node main.js && typeorm migration:run",
"dev": "MODE=development NODE_ENV=development babel-watch src/main.js",
"release": "standard-version"
},
"repository": {
"type": "git",
"url": "[email protected]:clound-next/graphql.git"
},
"author": "",
"license": "ISC",
"dependencies": {
"@alicloud/pop-core": "^1.7.7",
"alipay-sdk": "^3.0.7",
"apollo-server-koa": "^2.4.8",
"axios": "^0.19.0",
"date-fns": "^1.30.1",
"dotenv": "^7.0.0",
"graphql": "^14.2.1",
"graphql-tools": "^4.0.4",
"graphql-voyager": "^1.0.0-rc.27",
"jsonwebtoken": "^8.5.1",
"koa": "^2.7.0",
"koa-bodyparser": "^4.2.1",
"koa-parameter": "^3.0.1",
"koa-router": "^7.4.0",
"koa-session": "^5.11.0",
"koa-xml-body": "^2.1.0",
"node-schedule": "^1.3.2",
"pg": "^7.10.0",
"qiniu": "^7.2.1",
"reflect-metadata": "^0.1.13",
"typeorm": "^0.2.17",
"winston": "^3.2.1",
"xml-js": "^1.6.11"
},
"devDependencies": {
"@babel/cli": "^7.4.3",
"@babel/core": "^7.4.3",
"@babel/plugin-proposal-class-properties": "^7.4.4",
"@babel/plugin-proposal-decorators": "^7.4.4",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/preset-env": "^7.4.4",
"babel-eslint": "^10.0.2",
"babel-plugin-import-graphql": "^2.7.0",
"babel-watch": "^7.0.0",
"eslint": "^5.16.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.18.0",
"graphql-request": "^1.8.2",
"graphql-tag": "^2.10.1",
"jest": "^24.8.0",
"nodemon": "^1.18.11",
"prettier-eslint": "^9.0.0",
"standard-version": "^5.0.2"
}
}