-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
90 lines (90 loc) · 3.3 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
88
89
90
{
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"dev": "run-p start storybook",
"server": "cp .env node_modules/unsplash-graphql && pushd ./node_modules/unsplash-graphql && yarn --frozen-lockfile && npx [email protected] dev && popd",
"android": "expo start --android",
"ios": "expo start --ios",
"clean": "bsb -clean-world",
"eject": "expo eject",
"build": "bsb -make-world -clean-world",
"watch": "bsb -make-world -clean-world -w",
"gen:graphql:re": "send-introspection-query http://localhost:3000/graphql || send-introspection-query https://unsplash-api.loganmcansh.com/graphql",
"prestart": "rnstl",
"patch": "patch-package",
"patch:reason": "patch-package --exclude '^(?!.*re)' --case-sensitive-path-filtering",
"postinstall": "run-s patch build",
"storybook": "start-storybook -p 7007",
"devtools": "react-devtools"
},
"config": {
"react-native-storybook-loader": {
"searchDir": [
"./src"
],
"pattern": "**/*.stories.tsx",
"outputFile": "./.storybook/storyLoader.js"
}
},
"dependencies": {
"@baransu/graphql_ppx_re": "0.7.1",
"@cem2ran/ppx_style": "0.0.4",
"@react-native-community/masked-view": "0.1.6",
"@react-navigation/core": "^5.3.3",
"@react-navigation/native": "^5.1.5",
"@react-navigation/stack": "^5.2.10",
"@reason-react-native/navigation": "cem2ran/reason-react-navigation#259ba467c0bf1acac0bd4036755175e398ffda12",
"apollo-boost": "^0.4.4",
"bs-fetch": "^0.5.0",
"bs-platform": "7.2.2",
"core-js": "2.6.5",
"expo": "^37.0.0",
"expo-linear-gradient": "~8.1.0",
"graphql": "^14.5.3",
"graphql-tag": "^2.10.1",
"graphql-tools": "^4.0.5",
"react": "16.9.0",
"react-apollo": "^3.1.0",
"react-dom": "16.9.0",
"react-native": "https://github.com/expo/react-native/archive/sdk-37.0.0.tar.gz",
"react-native-gesture-handler": "~1.6.0",
"react-native-reanimated": "~1.7.0",
"react-native-safe-area-context": "0.7.3",
"react-native-safe-area-view": "^1.0.0",
"react-native-screens": "~2.2.0",
"react-native-web": "^0.12.2",
"reason-apollo": "0.17.0",
"reason-apollo-hooks": "2.5.1",
"reason-expo": "^34.0.0",
"reason-react": "^0.7.0",
"reason-react-native": "reason-react-native/reason-react-native#0127d40f58600cd3aa21fbd06b52deeab03d76ce"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"@expo/webpack-config": "^0.11.21",
"@storybook/addon-actions": "^5.3.18",
"@storybook/addon-docs": "^5.3.18",
"@storybook/preset-typescript": "^3.0.0",
"@storybook/react": "5.3.18",
"@storybook/react-native": "5.3.18",
"@types/faker": "^4.1.6",
"apollo-storybook-react": "^0.2.2",
"babel-loader": "^8.0.6",
"babel-preset-expo": "^8.1.0",
"babel-preset-react-app": "^9.1.2",
"expo-cli": "^3.17.24",
"faker": "^4.1.0",
"gentype": "^3.21.0",
"now": "^16.3.1",
"npm-run-all": "^4.1.5",
"patch-package": "^6.2.0",
"postinstall-postinstall": "^2.0.0",
"react-docgen-typescript-loader": "^3.7.2",
"react-native-storybook-loader": "^1.8.1",
"ts-loader": "^6.2.2",
"typescript": "^3.8.3",
"unsplash-graphql": "https://github.com/cem2ran/unsplash-graphql#a6458526dc451eaccd7b9fb4eb14cb4097c0148c"
},
"private": true
}