forked from grafbase/grafbase
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.08 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.08 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
{
"name": "grafbase-emoji-finder",
"version": "1.1.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"codegen": "graphql-codegen --config ./codegen.ts -r dotenv/config"
},
"dependencies": {
"@graphql-codegen/cli": "2.16.5",
"expo": "~47.0.12",
"expo-status-bar": "~1.4.2",
"expo-updates": "~0.15.6",
"nativewind": "2.0.11",
"react": "18.1.0",
"react-native": "0.70.5",
"swr": "2.0.3"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@graphql-codegen/typed-document-node": "2.3.12",
"@graphql-codegen/typescript": "2.8.7",
"@graphql-codegen/typescript-graphql-request": "4.5.8",
"@graphql-codegen/typescript-operations": "2.5.12",
"@types/react": "~18.0.24",
"@types/react-native": "~0.70.6",
"babel-plugin-transform-inline-environment-variables": "^0.4.4",
"dotenv": "16.0.3",
"prettier": "2.8.3",
"tailwindcss": "3.2.4",
"typescript": "4.9.5"
},
"private": true
}