-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
26 lines (26 loc) · 832 Bytes
/
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
{
"name": "thesis-project",
"version": "0.0.0",
"description": "A concussion management app for my honor's thesis project.",
"author": null,
"private": true,
"main": "main.js",
"dependencies": {
"expo": "^15.0.2",
"react": "~15.4.0",
"react-native": "https://github.com/exponent/react-native/archive/sdk-15.0.0.tar.gz",
"react-native-collapsible": "^0.8.0",
"react-native-global-props": "^1.1.1",
"react-native-pathjs-charts": "0.0.27",
"react-native-selectme": "^1.2.3",
"react-native-slider": "^0.9.1",
"react-native-svg": "^5.1.7",
"react-native-vector-icons": "^4.0.1",
"react-native-video": "^1.0.0",
"react-native-youtube": "^0.8.1",
"react-navigation": "^1.0.0-beta.7",
"react-redux": "^5.0.4",
"redux": "^3.6.0",
"victory-native": "^0.8.0"
}
}