package.json
1.23 KB
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
{
"name": "@graphql-community/web",
"version": "0.1.0",
"author": "",
"license": "MIT",
"scripts": {
"dev": "next",
"build": "next build",
"test": "jest",
"start": "next start"
},
"dependencies": {
"@apollo/client": "^3.1.3",
"@graphql-community/shared": "1.0.0",
"@graphql-tools/load-files": "6.0.18",
"@graphql-tools/merge": "6.0.18",
"@graphql-tools/schema": "6.0.18",
"antd": "^4.16.0",
"apollo-server-micro": "^2.16.1",
"graphql": "15.3.0",
"next": "latest",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"sass": "^1.34.1"
},
"devDependencies": {
"@graphql-codegen/cli": "^1.17.8",
"@graphql-codegen/plugin-helpers": "^1.17.8",
"@graphql-codegen/typescript": "^1.17.8",
"@graphql-codegen/typescript-operations": "^1.17.8",
"@graphql-codegen/typescript-react-apollo": "^2.0.6",
"@graphql-codegen/typescript-resolvers": "^1.17.8",
"@types/react": "^16.9.46",
"@types/react-dom": "^16.9.8",
"@types/react-test-renderer": "16.9.3",
"babel-jest": "26.3.0",
"graphql-let": "0.x",
"graphql-tag": "2.11.0",
"jest": "26.4.0",
"react-test-renderer": "16.13.1",
"typescript": "^3.9.7",
"yaml-loader": "0.6.0"
}
}