-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
59 lines (59 loc) · 1.88 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
{
"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"
},
"dependencies": {
"@miksu/prettier": "^1.18.5",
"@react-native-community/masked-view": "0.1.5",
"@react-navigation/native": "^5.0.8",
"@react-navigation/stack": "^5.1.0",
"d3-scale": "^3.2.1",
"d3-shape": "^1.3.7",
"dayjs": "^1.8.21",
"deepmerge": "^4.2.2",
"expo": "~36.0.0",
"gatsby": "^2.19.22",
"gatsby-plugin-layout": "^1.1.22",
"gatsby-plugin-react-native-web": "^3.0.0-beta.7",
"get-value": "^3.0.1",
"hoist-non-react-statics": "^3.3.2",
"parse-prop-types": "^0.3.0",
"prop-types": "^15.7.2",
"react": "~16.9.0",
"react-dom": "~16.9.0",
"react-live": "^2.2.2",
"react-native": "https://github.com/expo/react-native/archive/sdk-36.0.0.tar.gz",
"react-native-appearance": "~0.3.1",
"react-native-gesture-handler": "~1.5.0",
"react-native-reanimated": "~1.4.0",
"react-native-retween": "^0.3.0",
"react-native-safe-area-context": "^0.7.3",
"react-native-screens": "2.0.0-alpha.12",
"react-native-svg": "9.13.3",
"react-native-syntax-highlighter": "^2.1.0",
"react-native-web": "~0.11.7",
"react-simple-code-editor": "^0.11.0",
"set-value": "^3.0.1",
"setimmediate": "^1.0.5",
"smoothscroll-polyfill": "^0.4.4",
"styled-components": "^5.0.1",
"svg-path-properties": "^1.0.2",
"swgs": "^3.3.0",
"tinycolor2": "^1.4.1",
"use-memo-one": "^1.1.1"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/plugin-transform-react-jsx-source": "^7.8.3",
"babel-plugin-module-resolver": "^4.0.0",
"babel-preset-expo": "~8.0.0",
"gatsby-plugin-webpack-bundle-analyser-v2": "^1.1.8",
"path": "^0.12.7"
},
"private": true
}