-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 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
46
47
{
"name": "hallstrom-blog",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"generate:gql": "graphql-codegen --config codegen.yml"
},
"dependencies": {
"@apollo/client": "^3.4.8",
"@chakra-ui/react": "^1.6.6",
"@emotion/react": "^11",
"@emotion/styled": "^11",
"@makotot/ghostui": "^2.0.0",
"dayjs": "^1.10.6",
"framer-motion": "^4",
"graphql": "^15.5.1",
"gray-matter": "^4.0.3",
"next": "11.1.0",
"next-seo": "^4.26.0",
"react": "17.0.2",
"react-code-blocks": "^0.0.9-0",
"react-dom": "17.0.2",
"react-markdown": "^7.0.1",
"react-scrollspy": "^3.4.3",
"remark-directive": "^2.0.0",
"remark-gfm": "^2.0.0"
},
"devDependencies": {
"@graphql-codegen/cli": "2.1.1",
"@graphql-codegen/import-types-preset": "^2.1.0",
"@graphql-codegen/introspection": "2.1.0",
"@graphql-codegen/typescript": "2.1.0",
"@graphql-codegen/typescript-operations": "2.1.0",
"@graphql-codegen/typescript-react-apollo": "3.1.0",
"@next/bundle-analyzer": "^11.1.0",
"@types/react": "17.0.19",
"@types/react-scrollspy": "^3.3.4",
"eslint": "7.32.0",
"eslint-config-next": "11.1.0",
"sass": "^1.38.0",
"typescript": "4.3.5"
}
}