-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.33 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
{
"name": "es2077-dolist-project",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"build": "yarn rescript:build && yarn next:build",
"rescript:start": "rescript build -w",
"rescript:build": "rescript build -with-deps",
"rescript:clean": "rescript clean",
"rescript:format": "rescript format",
"next:dev": "next dev",
"next:build": "next build",
"next:start": "next start",
"graphql:update-schema": "npx get-graphql-schema https://workshop-es77.herokuapp.com/v1beta1/relay -j > graphql_schema.json"
},
"dependencies": {
"@emotion/cache": "11.4.0",
"@emotion/css": "11.1.3",
"@emotion/server": "11.4.0",
"@next/bundle-analyzer": "11.0.1",
"@rescript/react": "0.10.3",
"@rescriptbr/ancestor": "0.4.4",
"@rescriptbr/reform": "^11.0.1",
"@ryyppy/rescript-promise": "2.1.0",
"@urql/rescript": "^4.0.0",
"date-fns": "^2.25.0",
"graphql": "^16.0.1",
"next": "11.0.1",
"next-transpile-modules": "8.0.0",
"normalize.css": "8.0.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"reschema": "^2.0.3",
"rescript": "9.1.4",
"urql": "^2.0.5"
},
"devDependencies": {
"@reasonml-community/graphql-ppx": "^1.2.2",
"gentype": "^4.3.0",
"lenses-ppx": "^6.1.10"
},
"resolutions": {
"wonka": "5.0.0-rc.1"
}
}