This repository was archived by the owner on Jun 5, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.32 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.32 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
{
"name": "@adeira/example-relay",
"version": "0.0.0",
"license": "UNLICENSED",
"private": true,
"dependencies": {
"@adeira/fixtures-tester": "^1.1.1",
"@adeira/graphql-global-id": "^2.1.0",
"@adeira/graphql-relay": "^0.3.0",
"@adeira/icons": "^1.1.0",
"@adeira/js": "^2.1.1",
"@adeira/relay": "^5.2.1",
"@adeira/sx": "^0.29.1",
"@adeira/sx-design": "^0.27.0",
"apollo-server-micro": "^3.8.2",
"cors": "^2.8.5",
"graphql": "^16.5.0",
"micro": "^9.3.4",
"next": "^12.1.6",
"next-compose-plugins": "^2.2.1",
"next-plugin-custom-babel-config": "^1.0.5",
"next-transpile-modules": "^9.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"devDependencies": {
"@adeira/babel-preset-adeira": "^4.0.0",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^12.1.5",
"@testing-library/user-event": "^14.2.0",
"babel-jest": "^28.1.0",
"flow-bin": "^0.179.0",
"graphql": "^16.5.0",
"jest": "^28.1.0",
"react-test-renderer": "^17.0.2",
"relay-test-utils": "^13.2.0"
},
"scripts": {
"start": "next dev",
"start-production": "next start",
"build": "next build",
"build-analyze": "ANALYZE=true next build",
"schema": "adeira-fetch-schema --resource=https://relay-example.vercel.app/api/graphql"
}
}