-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
57 lines (57 loc) · 1.87 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
51
52
53
54
55
56
57
{
"name": "gallery-monorepo",
"private": true,
"workspaces": [
"apps/mobile",
"apps/web",
"packages/frames-dls",
"packages/shared"
],
"packageManager": "[email protected]",
"scripts": {
"fetch-schema": "get-graphql-schema https://gateway.gallery.so/ > schema.graphql",
"fetch-schema-dev": "get-graphql-schema https://gateway.dev.gallery.so/ > schema.graphql"
},
"dependencies": {
"nextjs-routes": "^1.0.8",
"react": "^18.2.0",
"react-hotkeys-hook": "^4.3.8",
"react-relay": "^15.0.0",
"relay-runtime": "^15.0.0",
"web3-utils": "^4.2.1"
},
"engines": {
"node": "20.5.0"
},
"resolutions": {
"@types/react": "^18.0.0",
"@taquito/taquito": "^14.0.0",
"react": "18.2.0",
"relay-runtime": "14.1.0",
"entities": "3.0.1",
"typecript": "^5.0.0",
"@expo/prebuild-config": "6.7.0",
"@expo/config-plugins": "7.8.0",
"@wagmi/[email protected]": "patch:@wagmi/core@npm%3A0.7.9#./.yarn/patches/@wagmi-core-npm-0.7.9-fde5e7dcba.patch",
"nativewind@^2.0.11": "patch:nativewind@npm%3A2.0.11#./.yarn/patches/nativewind-npm-2.0.11-dc2ccf9fb5.patch",
"react-native-fast-image@^8.6.3": "patch:react-native-fast-image@npm%3A8.6.3#./.yarn/patches/react-native-fast-image-npm-8.6.3-03ee2d23c0.patch"
},
"devDependencies": {
"@moonrepo/cli": "^1.21.2",
"@types/react-relay": "^14.1.3",
"@types/relay-runtime": "^14.1.8",
"@typescript-eslint/eslint-plugin": "^6.15.0",
"@typescript-eslint/parser": "^6.15.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-relay": "^1.8.3",
"eslint-plugin-simple-import-sort": "^10.0.0",
"get-graphql-schema": "^2.1.2",
"graphql-language-service-server": "^2.11.1",
"prettier": "^2.8.4",
"relay-compiler": "^15.0.0",
"tsconfig-moon": "^1.2.2",
"typescript": "^5.0.0"
}
}