-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
43 lines (43 loc) · 1.45 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
{
"name": "DawnChorus",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start"
},
"dependencies": {
"invariant": "^2.2.2",
"moment": "^2.15.2",
"react": "15.4.0",
"react-native": "0.39.2",
"react-native-action-button": "^2.0.16",
"react-native-android-alarms": "https://github.com/CMP-Studio/react-native-android-alarms",
"react-native-animatable": "^0.6.1",
"react-native-flip-view": "https://github.com/CMP-Studio/react-native-flip-view",
"react-native-push-notification": "https://github.com/CMP-Studio/react-native-push-notification",
"react-native-root-modal": "^1.0.7",
"react-native-scrollable-tab-view": "^0.7.0",
"react-native-shake-event": "4.0.1",
"react-native-sound": "https://github.com/CMP-Studio/react-native-sound",
"react-native-splash-screen": "2.1.0",
"react-native-uuid": "^1.4.8",
"react-native-volume": "0.0.1",
"react-redux": "^4.4.5",
"redux": "^3.5.2",
"redux-devtools-extension": "^1.0.0",
"redux-thunk": "^2.1.0",
"warning": "^3.0.0"
},
"devDependencies": {
"babel-core": "^6.10.4",
"babel-eslint": "^6.0.4",
"babel-preset-react-native": "^1.9.0",
"chai": "^3.5.0",
"eslint": "^3.7.0",
"eslint-config-airbnb": "^11.1.0",
"eslint-plugin-import": "^1.15.0",
"eslint-plugin-jsx-a11y": "^2.2.2",
"eslint-plugin-react": "^6.2.2",
"mocha": "^2.5.3"
}
}