-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·36 lines (36 loc) · 1.05 KB
/
Copy pathpackage.json
File metadata and controls
executable file
·36 lines (36 loc) · 1.05 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
{
"name": "nitro-roll",
"version": "0.0.0",
"description": "No description",
"author": "Evan Bacon",
"private": true,
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"bundle": "itemize -p ./assets -f ./Assets.js -d",
"start": "itemize -p ./assets -f ./Assets.js -d && exp start"
},
"dependencies": {
"@expo/vector-icons": "6.2.2",
"@rematch/core": "^0.1.3",
"@rematch/persist": "^0.2.1",
"expo": "^24.0.0",
"expo-graphics": "^0.0.2",
"expo-three": "2.2.2-alpha.0",
"firebase": "^4.8.2",
"gsap": "^1.20.3",
"prop-types": "15.6.0",
"randomcolor": "^0.5.3",
"react": "16.2.0",
"react-native": "https://github.com/expo/react-native/archive/sdk-24.0.0.tar.gz",
"react-native-animatable": "^1.2.4",
"react-native-console-time-polyfill": "0.0.6",
"react-native-elements": "0.17.0",
"react-navigation": "^1.0.0-beta.27",
"react-redux": "^5.0.6",
"redux": "^3.7.2",
"redux-persist": "^5.4.0",
"text-encoding": "0.6.4",
"three": "^0.89.0",
"xmldom-qsa": "1.0.3"
}
}