-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1023 Bytes
/
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
{
"name": "kevin.languas.co",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@apollo/client": "^3.5.8",
"@chakra-ui/icons": "^1.1.5",
"@chakra-ui/portal": "^1.3.5",
"@chakra-ui/react": "^1.8.3",
"@chakra-ui/react-env": "^1.1.4",
"@chakra-ui/system": "^1.10.3",
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"framer-motion": "^6.2.4",
"graphql": "^15.8.0",
"next": "^11.1.3",
"next-sitemap": "^1.6.168",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"sharp": "^0.30.1"
},
"devDependencies": {
"@octokit/graphql-schema": "^10.72.0",
"@types/node": "^16.9.2",
"@types/react": "17.0.21",
"@types/sharp": "^0",
"eslint": "7.32.0",
"eslint-config-next": "11.1.2",
"schema-dts": "^1.0.0",
"typescript": "^4.5.5"
},
"packageManager": "[email protected]"
}