-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.3 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.3 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
43
44
45
46
{
"name": "my-new-project",
"main": "node_modules/expo/AppEntry.js",
"private": true,
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"eject": "expo eject",
"test": "node ./node_modules/jest/bin/jest.js --watchAll"
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"@expo/samples": "2.1.1",
"expo": "^31.0.5",
"expo-processing": "^1.0.3",
"expo-three": "^3.0.0-alpha.5",
"gl-mat4": "^1.2.0",
"hsv2rgb": "^1.1.0",
"path": "^0.12.7",
"pixi.js": "^4.8.2",
"processing-js": "^1.6.6",
"react": "16.5.0",
"react-native": "https://github.com/expo/react-native/archive/sdk-31.0.0.tar.gz",
"react-native-animatable": "^1.3.0",
"react-native-elements": "^1.0.0-beta7",
"react-native-iphone-x-helper": "^1.2.0",
"react-native-paper": "^2.2.8",
"react-native-platform-touchable": "^1.1.1",
"react-native-ratings": "^6.0.0",
"react-navigation": "^3.0.0",
"react-navigation-header-buttons": "^2.1.1",
"react-navigation-material-bottom-tabs": "^1.0.0",
"regl": "^1.3.9",
"three": "^0.98.0",
"url": "^0.11.0",
"uuid": "^3.3.2",
"victory-native": "^31.0.0"
},
"devDependencies": {
"babel-preset-expo": "^5.0.0",
"jest-expo": "^31.0.0"
}
}