-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.32 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
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"generate": "graphql-codegen --config codegen.yml --require dotenv/config"
},
"dependencies": {
"@apollo/client": "^3.6.9",
"@contentful/rich-text-react-renderer": "^15.12.1",
"@graphql-codegen/typed-document-node": "^2.3.3",
"@next/bundle-analyzer": "^13.1.6",
"contentful": "^9.1.32",
"cookie": "^0.5.0",
"cross-fetch": "^3.1.5",
"deepmerge": "^4.2.2",
"eslint-config-next": "^12.0.8",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.0.0",
"graphql": "^16.6.0",
"markdown-to-jsx": "^7.1.7",
"next": "^13.5.3",
"prettier": "^2.5.1",
"react": "^18.0.2",
"react-dom": "^18.0.2",
"react-icons": "^4.3.1",
"styled-components": "^5.3.3",
"swr": "^1.3.0"
},
"devDependencies": {
"@graphql-codegen/cli": "2.11.6",
"@graphql-codegen/typescript": "2.7.3",
"@graphql-codegen/typescript-operations": "2.5.3",
"@graphql-codegen/typescript-react-apollo": "3.3.3",
"@types/cookie": "^0.5.1",
"@types/react": "^18.0.25",
"@types/styled-components": "^5.1.15",
"autoprefixer": "^10.2.6",
"postcss": "^8.3.5",
"tailwindcss": "^2.2.4",
"typescript": "^4.5.2"
}
}