-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.16 KB
/
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
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "Cleartape",
"version": "1.0.0",
"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",
"build": "expo build:android -t app-bundle",
"lint": "eslint actions Home PickHolds RouteList SetRoute ViewHolds util.js App.js"
},
"dependencies": {
"@dudigital/react-native-zoomable-view": "^1.0.13",
"@expo/vector-icons": "^10.0.3",
"expo": "^33.0.0",
"prop-types": "^15.7.2",
"react": "16.8.3",
"react-dom": "^16.8.6",
"react-native": "https://github.com/expo/react-native/archive/sdk-33.0.0.tar.gz",
"react-native-collapsible": "^1.4.0",
"react-native-elements": "^1.1.0",
"react-native-material-dropdown": "^0.11.1",
"react-native-toaster": "^1.2.2",
"react-native-web": "^0.11.4",
"react-navigation": "^3.11.1"
},
"devDependencies": {
"babel-eslint": "^10.0.2",
"babel-preset-expo": "^5.1.1",
"claudia": "^5.6.0",
"eslint": "^6.1.0",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.14.3"
},
"private": true
}