-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.84 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
{
"name": "qb-api",
"version": "1.0.0",
"description": "",
"license": "MIT",
"scripts": {
"generate": "graphql-codegen --config codegen.yaml",
"lint": "yarn eslint src --ext ts --cache",
"lint:fix": "yarn lint --fix || true"
},
"dependencies": {
"@apollo/client": "^3.7.1",
"@types/crypto-js": "^4.1.1",
"@types/eslint": "^8.4.8",
"@types/express": "^4.17.14",
"@types/node": "^18.11.7",
"@types/react": "^18.0.24",
"@types/react-dom": "^18.0.8",
"aws-lambda": "^1.0.7",
"aws-sdk": "^2.1242.0",
"body-parser": "^1.20.1",
"cross-fetch": "^3.1.5",
"crypto-js": "^4.1.1",
"dotenv": "^16.0.3",
"eslint-plugin-unused-imports": "^2.0.0",
"ethers": "^5.7.2",
"express": "^4.18.2",
"graphql": "^16.6.0",
"markdown-draft-js": "^2.4.0",
"moment": "^2.29.4",
"pino": "^8.7.0",
"react": "^18.1.0",
"serverless-http": "^3.1.0"
},
"devDependencies": {
"@creatoros/eslint-config": "github:CreatorOS/eslint-config",
"@graphql-codegen/cli": "^2.13.8",
"@graphql-codegen/introspection": "^2.2.1",
"@graphql-codegen/typescript": "^2.8.0",
"@graphql-codegen/typescript-operations": "^2.5.5",
"@graphql-codegen/typescript-react-apollo": "^3.3.5",
"@types/aws-lambda": "^8.10.108",
"@types/draft-js": "^0.11.9",
"@types/markdown-draft-js": "^2.2.4",
"@typescript-eslint/eslint-plugin": "^5.41.0",
"@typescript-eslint/parser": "^5.41.0",
"eslint": "^8.26.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-react": "^7.31.10",
"eslint-plugin-react-hooks": "^4.3.0",
"serverless-dotenv-plugin": "^4.0.2",
"serverless-offline": "^11.2.1",
"serverless-plugin-typescript": "^2.1.4",
"ts-node": "^10.9.1",
"typescript": "^4.8.4"
}
}