generated from ryyppy/rescript-nextjs-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.63 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
48
49
50
{
"name": "nextjs-default",
"version": "1.0.0",
"author": "Patrick Stapfer <[email protected]>",
"license": "Apache License 2.0",
"dependencies": {
"@glennsl/bs-json": "^3.0.0",
"@zeit/next-css": "^1.0.1",
"bs-fetch": "^0.3.1",
"bs-onegraph-auth": "0.0.5",
"comfy.js": "^1.1.2",
"gentype": "^3.6.0",
"graphql": "^15.3.0",
"next": "^9.4.4",
"next-transpile-modules": "^3.2.0",
"onegraph-auth": "^2.2.4",
"onegraph-subscription-client": "^2.2.3",
"react": "0.0.0-experimental-d7382b6c4",
"react-basic-error-boundary": "^1.1.0",
"react-dom": "0.0.0-experimental-d7382b6c4",
"react-relay": "0.0.0-experimental-8058ef82",
"reason-promise": "^1.1.1",
"reason-react": "^0.9.1",
"reason-relay": "^0.11.0",
"relay-compiler": "^10.0.1",
"relay-config": "^10.0.1",
"relay-runtime": "^10.0.1",
"request": "^2.88.0",
"tmi.js": "^1.5.0"
},
"scripts": {
"dev": "next -p 3010",
"build": "bsb -clean-world -make-world && next build",
"now-build": "bsb -clean-world -make-world && next build",
"export": "next export",
"start": "next start -p $PORT",
"bs:build": "bsb -make-world",
"bs:clean": "bsb -clean-world",
"bs:start": "bsb -make-world -w",
"relay": "reason-relay-compiler",
"relay:watch": "reason-relay-compiler --watch",
"update-graphql-schema": "npx get-graphql-schema https://serve.onegraph.com/graphql?app_id=f1b8d65a-c97c-43c3-ac72-9a289de3c257 > schema.graphql"
},
"devDependencies": {
"autoprefixer": "^9.5.1",
"bs-platform": "^8.2.0",
"cssnano": "^4.1.10",
"tailwindcss": "1.4.6"
}
}