-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.51 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.51 KB
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
51
{
"private": true,
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"relay": "relay-compiler",
"relay:watch": "yarn relay --watch"
},
"dependencies": {
"@date-io/luxon": "1.3.13",
"@faker-js/faker": "^8.0.2",
"@formatjs/intl-pluralrules": "^4.0.5",
"@formatjs/intl-relativetimeformat": "^11.2.4",
"@graphql-tools/schema": "^10.0.0",
"@material-ui/core": "^4.12.4",
"@material-ui/styles": "^4.11.5",
"accepts": "^1.3.8",
"express-graphql": "^0.12.0",
"flow-typed": "^3.9.0",
"graphql": "15.5.3",
"graphql-relay": "^0.9.0",
"graphql-scalars": "^1.19.0",
"next": "12.3.1",
"next-plugin-graphql": "^0.0.2",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-intl": "^5.25.0",
"react-relay": "12.0.0",
"react-relay-network-modern": "6.0.0",
"react-relay-network-modern-ssr": "^1.4.0",
"relay-connection-handler-plus": "^0.1.2",
"relay-runtime": "12.0.0",
"relay-utils": "^0.1.0"
},
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/plugin-proposal-optional-chaining": "^7.12.1",
"@babel/plugin-transform-flow-strip-types": "^7.12.10",
"@babel/register": "^7.11.5",
"babel-loader": "^8.1.0",
"babel-plugin-inline-react-svg": "^1.1.1",
"babel-plugin-react-intl": "^8.2.25",
"babel-plugin-relay": "11.0.2",
"eslint": "8.47.0",
"eslint-config-next": "latest",
"flow-bin": "^0.142.0",
"relay-compiler": "12.0.0",
"relay-config": "^12.0.0"
}
}