-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.8 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
{
"name": "nextjs-with-typescript-graphql-redux",
"version": "0.1.0",
"author": "",
"license": "ISC",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"gen": "graphql-codegen --config graphql/codegen.yml"
},
"dependencies": {
"@ant-design/icons": "^4.0.2",
"@apollo/react-common": "3.1.3",
"@apollo/react-components": "^3.1.3",
"@apollo/react-hoc": "^3.1.3",
"@apollo/react-hooks": "3.1.3",
"@apollo/react-ssr": "3.1.3",
"@apollo/react-testing": "^3.1.3",
"@graphql-codegen/add": "^1.12.2",
"@graphql-codegen/fragment-matcher": "^1.12.2",
"@graphql-codegen/time": "^1.12.2",
"@graphql-codegen/typescript-resolvers": "^1.12.2",
"@types/antd": "^1.0.0",
"@types/classnames": "^2.2.9",
"@types/react-redux": "^7.1.7",
"@types/redux": "^3.6.0",
"@zeit/next-css": "^1.0.1",
"@zeit/next-stylus": "^1.0.1",
"antd": "^3.26.11",
"apollo-cache-inmemory": "1.6.5",
"apollo-client": "2.6.8",
"apollo-link-http": "1.5.16",
"apollo-link-schema": "1.2.4",
"apollo-server-micro": "2.9.14",
"apollo-utilities": "^1.3.3",
"classnames": "^2.2.6",
"graphql": "^14.5.8",
"graphql-tag": "^2.10.1",
"isomorphic-unfetch": "^3.0.0",
"next": "latest",
"react": "^16.12.0",
"react-apollo": "^3.1.3",
"react-dom": "^16.12.0",
"react-markdown": "^4.3.1",
"react-redux": "^7.2.0",
"redux": "^4.0.5",
"stylus": "^0.54.7"
},
"devDependencies": {
"@graphql-codegen/introspection": "1.12.2",
"@graphql-codegen/typescript": "1.12.2",
"@graphql-codegen/typescript-operations": "1.12.2",
"@graphql-codegen/typescript-react-apollo": "^1.12.2",
"@types/react": "^16.9.17",
"graphql-let": "0.x",
"prettier": "1.19.1",
"typescript": "^3.7.4"
}
}