forked from smallpath/psnine
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.01 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
{
"name": "psnine",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"install": "react-native run-android",
"log": "react-native log-android",
"test": "jest"
},
"dependencies": {
"cheerio-without-node-native": "^0.20.2",
"lodash.debounce": "^4.0.8",
"lottie-react-native": "^1.1.1",
"react": "^16.0.0-alpha.6",
"react-native": "^0.44.0",
"react-native-image-zoom-viewer": "^2.0.3",
"react-native-vector-icons": "^4.0.1",
"react-navigation": "^1.0.0-beta.9",
"react-redux": "^4.4.5",
"redux": "^3.5.2",
"redux-thunk": "^2.1.0"
},
"devDependencies": {
"babel-jest": "19.0.0",
"babel-plugin-transform-react-jsx-source": "^6.22.0",
"babel-preset-react-native": "1.9.1",
"entities": "^1.1.1",
"htmlparser2-without-node-native": "^3.9.0",
"jest": "19.0.2",
"react-test-renderer": "15.4.2",
"redux-logger": "^2.6.1"
},
"jest": {
"preset": "react-native"
}
}