-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 1.07 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
{
"name": "guruhotel-challenge",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"codegen": "graphql-codegen --config codegen.yml"
},
"dependencies": {
"@radix-ui/react-select": "^1.0.0",
"@stitches/react": "^1.2.8",
"cookies": "^0.8.0",
"framer-motion": "^7.5.3",
"graphql": "^16.6.0",
"http-proxy": "^1.18.1",
"next": "^12.3.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"swr": "^1.3.0",
"zustand": "^4.1.1"
},
"devDependencies": {
"@graphql-codegen/cli": "^2.13.2",
"@graphql-codegen/introspection": "^2.2.1",
"@graphql-codegen/near-operation-file-preset": "^2.4.1",
"@graphql-codegen/typescript": "^2.7.3",
"@graphql-codegen/typescript-operations": "^2.5.3",
"@types/cookies": "^0.7.7",
"@types/http-proxy": "^1.17.9",
"@types/node": "18.7.18",
"@types/react": "18.0.20",
"typescript": "4.8.3"
},
"repository": {
"type": "github",
"url": "https://github.com/coderdiaz/guruhotel-challenge"
}
}