-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 728 Bytes
/
Copy pathpackage.json
File metadata and controls
25 lines (25 loc) · 728 Bytes
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
{
"name": "hooks_todo",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "react-native run-ios --simulator='iPhone X'",
"test": "jest",
"clear": "rm -rf $TMPDIR/react-native-packager-cache-* && rm -rf $TMPDIR/metro-bundler-cache-* && rm -rf $TMPDIR/haste-map-react-native-packager-*",
"clear:watchman": "watchman watch-del-all"
},
"dependencies": {
"native-base": "^2.8.1",
"react": "^16.7.0-alpha.2",
"react-native": "npm:@brunolemos/react-native"
},
"devDependencies": {
"babel-jest": "23.6.0",
"jest": "23.6.0",
"metro-react-native-babel-preset": "0.49.0",
"react-test-renderer": "16.6.0-alpha.8af6728"
},
"jest": {
"preset": "react-native"
}
}