-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.31 KB
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 1.31 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
38
39
40
41
42
{
"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",
"deploy": "gh-pages -d web-build",
"predeploy": "expo build:web"
},
"dependencies": {
"@expo/html-elements": "^0.0.2",
"@react-native-async-storage/async-storage": "^1.15.5",
"@react-native-community/slider": "^3.0.3",
"@react-native-picker/picker": "^2.4.1",
"@types/react-helmet": "^6.1.3",
"expo": "~41.0.1",
"expo-clipboard": "^1.1.0",
"expo-status-bar": "~1.0.4",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-helmet": "^6.1.0",
"react-native": "https://github.com/expo/react-native/archive/sdk-40.0.1.tar.gz",
"react-native-easing": "^1.0.1",
"react-native-reanimated": "2.2.0",
"react-native-redash": "^16.1.1",
"react-native-sugar-style": "^0.1.22",
"react-native-svg": "^12.1.1",
"react-native-web": "^0.17.1"
},
"devDependencies": {
"@babel/core": "~7.14.3",
"@types/react": "~17.0.15",
"@types/react-dom": "~17.0.8",
"@types/react-native": "~0.64.12",
"gh-pages": "^3.2.2",
"typescript": "^4.3.5"
},
"homepage": "http://mohit23x.github.io/reanimated-config-visualizer",
"private": true
}