-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 943 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": "plank",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"npm": "^5.8.0",
"react": "16.2.0",
"react-native": "0.53.3",
"react-native-background-timer": "^2.0.1",
"react-native-modal-datetime-picker": "^5.1.0",
"react-native-progress": "^3.4.0",
"react-native-push-notification": "^3.0.2",
"react-native-vector-icons": "^4.5.0",
"react-navigation": "^1.5.1",
"realm": "^2.2.15",
"rmc-input-number": "^1.0.4"
},
"devDependencies": {
"babel-jest": "^22.1.0",
"babel-preset-react-native": "^4.0.0",
"jest": "22.1.4",
"react-test-renderer": "16.2.0"
},
"jest": {
"preset": "react-native",
"transformIgnorePatterns": [
"node_modules/(?!(react-native|react-navigation|react-native-safe-area-view|react-native-progress)/)"
]
}
}