-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
32 lines (32 loc) · 887 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": "Noder",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"moment": "^2.19.1",
"react": "16.0.0-beta.5",
"react-native": "0.49.3",
"react-native-camera": "^0.10.0",
"react-native-htmlview": "^0.12.1",
"react-native-keyboard-spacer": "^0.4.1",
"react-native-modalbox": "^1.4.2",
"react-native-navigation": "^1.1.407",
"react-native-qrcode-scanner": "^0.0.22",
"react-native-scrollable-tab-view": "^0.8.0",
"react-native-simple-markdown": "^1.0.60-rc.3",
"react-native-simple-store": "^1.3.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"
},
"jest": {
"preset": "react-native"
}
}