-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
44 lines (44 loc) · 1.39 KB
/
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
35
36
37
38
39
40
41
42
43
44
{
"name": "circle",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"lint": "./node_modules/.bin/eslint index.android.js android.src/**.js android.src/**/**.js; exit 0",
"test": "jest"
},
"dependencies": {
"react": "16.0.0-alpha.12",
"react-native": "^0.46.1",
"react-native-audio": "^3.2.2",
"react-native-check-box": "^1.0.4",
"react-native-checkboxlist": "0.0.8",
"react-native-device-info": "^0.10.2",
"react-native-easy-toast": "^1.0.6",
"react-native-icon-checkbox": "^1.2.0",
"react-native-image-picker": "^0.26.3",
"react-native-lahk-marquee-label": "^1.0.3",
"react-native-maps": "^0.15.3",
"react-native-router-flux": "^3.40.1",
"react-native-scrollable-tab-view": "^0.6.6",
"react-native-sound": "^0.10.3",
"react-native-splash-screen": "^2.1.0",
"react-native-vector-icons": "^4.2.0",
"react-native-video": "^1.0.0",
"react-navigation": "^1.0.0-beta.9",
"socket.io-client": "^1.7.4"
},
"devDependencies": {
"babel-jest": "20.0.3",
"babel-preset-react-native": "1.9.2",
"eslint": "^3.19.0",
"eslint-config-google": "^0.7.1",
"eslint-plugin-react": "^7.0.0",
"eslint-plugin-react-native": "^2.3.2",
"jest": "20.0.3",
"react-test-renderer": "16.0.0-alpha.6"
},
"jest": {
"preset": "react-native"
}
}