-
Notifications
You must be signed in to change notification settings - Fork 63
/
package.json
32 lines (32 loc) · 857 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
27
28
29
30
31
32
{
"name": "duckduckgo-rn",
"version": "0.9.0",
"description": "DuckDuckGo App build in React-Native",
"author": "Kuldeep Singh",
"main": "App.js",
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"jest": {
"preset": "react-native"
},
"dependencies": {
"react": "16.0.0",
"react-native": "0.50.3",
"axios": "^0.17.0",
"react-native-elements": "^0.18.2",
"react-native-popup-menu": "^0.12.2",
"react-native-vector-icons": "^4.2.0",
"react-navigation": "^1.0.0-beta.19",
"react-redux": "^5.0.5",
"redux": "^3.6.0",
"redux-thunk": "^2.2.0"
},
"devDependencies": {
"babel-jest": "21.2.0",
"babel-preset-react-native": "4.0.0",
"jest": "21.2.1",
"react-test-renderer": "16.0.0-beta.5"
}
}