-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 914 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
33
34
{
"name": "SBO_APP",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"ajax-promise-es6": "^3.5.0",
"babel-plugin-transform-remove-console": "^6.8.0",
"jquery": "^3.1.1",
"native-base": "^0.5.18",
"react": "15.4.1",
"react-native": "0.39.1",
"react-native-easy-grid": "^0.1.7",
"react-native-filesystem": "^0.1.0",
"react-native-fs": "^2.0.1-rc.2",
"react-native-hr": "1.1.3",
"react-native-router-flux": "3.37.0",
"react-native-send-intent": "^1.0.13",
"react-native-sound": "^0.9.0",
"react-native-swipe-list-view": "^0.3.3"
},
"devDependencies": {
"babel-jest": "17.0.2",
"babel-preset-react-native": "1.9.0",
"jest": "17.0.3",
"react-test-renderer": "15.4.1"
},
"jest": {
"preset": "react-native"
}
}