-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 744 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 744 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
26
27
28
29
{
"name": "react-native-focus-timer",
"version": "0.1.0",
"private": true,
"devDependencies": {
"babel-preset-react-native-stage-0": "1.0.1",
"jest": "23.1.0",
"jest-react-native": "18.0.0",
"react-test-renderer": "16.3.1"
},
"scripts": {
"start": "react-native start",
"android": "react-native run-android",
"ios": "react-native run-ios",
"test": "jest",
"create:component": "sh scripts/create_component.sh",
"create:container": "sh scripts/create_container.sh"
},
"jest": {
"preset": "react-native"
},
"dependencies": {
"npm": "6.1.0",
"react": "16.3.1",
"react-native": "0.55.2",
"react-native-sound": "^0.10.9",
"react-native-vector-icons": "^4.6.0"
}
}