-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.12 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
{
"name": "hagrid",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"dev": "next dev",
"res:build": "rescript",
"res:watch": "rescript build -w",
"build": "next build",
"start": "next start",
"lint": "next lint",
"generate:relay": "relay-compiler"
},
"dependencies": {
"@apollo/client": "^3.6.9",
"@asyncapi/web-component": "^0.24.23",
"@emotion/css": "^11.10.0",
"@radix-ui/react-popover": "^1.0.0",
"@rescript/react": "^0.10.3",
"@rescriptbr/radix-ui": "^1.1.3",
"axios": "^0.27.2",
"graphql": "^16.6.0",
"next": "^12.2.5",
"next-auth": "^4.10.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-relay": "^14.1.0",
"relay-nextjs": "^0.9.0",
"relay-runtime": "^14.1.0",
"rescript-apollo-client": "^3.1.0",
"rescript-next": "^12.0.1",
"subscriptions-transport-ws": "^0.11.0"
},
"devDependencies": {
"@reasonml-community/graphql-ppx": "^1.2.3",
"@types/node": "^18.7.18",
"babel-plugin-relay": "^14.1.0",
"relay-config": "^12.0.1",
"rescript": "^10.0.1",
"typescript": "^4.8.3"
}
}