-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 1003 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 1003 Bytes
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
{
"name": "My Closet",
"version": "0.0.0",
"description": "Hey I'm Pam Needle and I'm Here to tell ya to Work with what you got!",
"author": null,
"private": true,
"main": "node_modules/expo/AppEntry.js",
"dependencies": {
"expo": "^18.0.4",
"react": "16.0.0-alpha.12",
"react-native": "https://github.com/expo/react-native/archive/sdk-18.0.1.tar.gz",
"react-native-atoz-listview": "0.0.7",
"react-native-check-box": "^1.0.4",
"react-native-hr": "^1.1.3",
"react-native-keyboard-aware-scroll-view": "^0.2.9",
"react-native-modal": "^2.4.0",
"react-native-modal-picker": "0.0.16",
"react-native-ratings": "^1.0.3",
"react-native-search-box": "0.0.9",
"react-native-segmented-control-tab": "^3.1.0",
"react-native-simple-radio-button": "^2.5.0-alpha.1",
"react-native-stars": "^1.0.2",
"react-native-swiper": "^1.5.4",
"react-native-vector-icons": "^4.2.0",
"react-navigation": "^1.0.0-beta.11",
"url": "^0.11.0"
}
}