-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·45 lines (45 loc) · 1.32 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
39
40
41
42
43
44
45
{
"name": "voz-living-react-native",
"version": "0.0.1",
"description": "VOZLiving react native app",
"author": "vozliving",
"main": "main.js",
"scripts": {
"test": "node node_modules/jest/bin/jest.js",
"devtool": "react-devtools",
"user": "babel utilities/__test__/user-test.js"
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"@expo/ex-navigation": "~3.0.0",
"@expo/samples": "~1.0.3",
"cheerio-without-node-native": "^0.20.2",
"expo": "17.0.0",
"lodash": "^4.17.4",
"prop-types": "^15.5.10",
"react": "16.0.0-alpha.6",
"react-native": "https://github.com/expo/react-native/archive/sdk-17.0.0.tar.gz",
"react-native-action-button": "^2.7.0",
"react-native-autogrow-textinput": "^4.0.0",
"react-native-cookies": "^3.1.0",
"react-native-elements": "^0.12.2",
"react-native-loading-spinner-overlay": "^0.5.0",
"react-native-material-textfield": "^0.6.1",
"react-redux": "^5.0.5",
"redux": "^3.7.0",
"redux-thunk": "^2.2.0",
"style-loader": "^0.18.2",
"svg-sprite-loader": "0.3.1"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-eslint": "^7.2.3",
"eslint": "^4.0.0",
"eslint-plugin-react": "^7.1.0",
"eslint-plugin-react-native": "^2.3.2",
"jest-expo": "~1.0.1",
"react-devtools": "^2.3.3"
}
}