-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
87 lines (87 loc) · 3.17 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject",
"codegen": "graphql-codegen --config codegen.yml",
"deploy-web": "expo build:web --no-pwa && sls deploy -c serverless-website.yml",
"deploy-server": "sls deploy",
"test-web-build": "expo build:web --no-pwa && npx serve web-build"
},
"dependencies": {
"@apollo/react-common": "latest",
"@apollo/react-components": "latest",
"@apollo/react-hoc": "latest",
"@eva-design/eva": "^2.0.0",
"@eva-design/material": "^2.0.0",
"@react-native-community/async-storage": "^1.11.0",
"@react-native-community/masked-view": "0.1.6",
"@react-navigation/drawer": "^5.8.6",
"@react-navigation/native": "^5.5.1",
"@react-navigation/stack": "^5.5.1",
"@ui-kitten/components": "^5.0.0",
"@ui-kitten/eva-icons": "^5.0.0",
"apollo-cache-inmemory": "^1.6.6",
"apollo-client": "^2.6.10",
"apollo-link-context": "^1.0.20",
"apollo-link-error": "^1.1.13",
"apollo-upload-client": "^13.0.0",
"dnd-tracker-rule-engine": "C:/PersonalProjects/dnd-tracker-rule-engine/wasm/pkg",
"dotenv": "^8.2.0",
"expo": "~37.0.3",
"formik": "^2.1.4",
"graphql": "^15.0.0",
"graphql-tag": "^2.10.3",
"lodash": "^4.17.15",
"moment": "^2.26.0",
"react": "~16.9.0",
"react-custom-scrollbars": "^4.2.1",
"react-dom": "~16.9.0",
"react-native": "https://github.com/expo/react-native/archive/sdk-37.0.1.tar.gz",
"react-native-dotenv": "^0.2.0",
"react-native-gesture-handler": "~1.6.0",
"react-native-material-textfield": "^0.16.1",
"react-native-reanimated": "~1.7.0",
"react-native-root-toast": "^3.2.1",
"react-native-safe-area-context": "0.7.3",
"react-native-screens": "~2.2.0",
"react-native-svg": "11.0.1",
"react-native-web": "~0.11.7",
"simple-text-parser": "^1.0.0",
"yup": "^0.29.1"
},
"devDependencies": {
"@babel/core": "^7.8.6",
"@babel/plugin-proposal-optional-chaining": "^7.10.3",
"@expo/webpack-config": "^0.12.15",
"@graphql-codegen/cli": "1.13.5",
"@graphql-codegen/fragment-matcher": "1.13.5",
"@graphql-codegen/introspection": "1.13.5",
"@graphql-codegen/schema-ast": "^1.8.3",
"@graphql-codegen/typescript": "1.13.5",
"@graphql-codegen/typescript-operations": "1.13.5",
"@graphql-codegen/typescript-react-apollo": "1.13.5",
"@types/apollo-upload-client": "^8.1.3",
"@types/autosize": "^3.0.7",
"@types/jest": "^25.2.1",
"@types/react": "^16.9.35",
"@types/react-custom-scrollbars": "^4.0.6",
"@types/react-native": "^0.62.7",
"@types/react-native-dotenv": "^0.2.0",
"@types/react-native-material-textfield": "^0.16.3",
"@types/react-test-renderer": "^16.9.2",
"@types/yup": "^0.29.3",
"babel-preset-expo": "~8.1.0",
"prettier": "^2.0.5",
"serverless-domain-manager": "^4.1.1",
"serverless-dotenv-plugin": "^2.4.2",
"serverless-python-requirements": "^5.1.0",
"serverless-s3-sync": "^1.14.3",
"serverless-wsgi": "^1.7.5",
"typescript": "^3.9.2"
},
"private": true
}