-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
43 lines (43 loc) · 1.38 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": "react-native-soundboard",
"version": "1.5.0",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"debug": "REACT_DEBUGGER=\"rndebugger-open --open --port 8081\" npm start",
"release": "react-native run-ios --device 'iPhone von Felix' --configuration Release"
},
"dependencies": {
"eventemitter3": "^2.0.3",
"lodash": "^4.16.4",
"prop-types": "^15.5.10",
"react": "16.0.0-alpha.12",
"react-native": "0.46.3",
"react-native-action-button": "^2.7.2",
"react-native-audio": "^3.2.2",
"react-native-camera": "^0.9.4",
"react-native-device-info": "^0.10.2",
"react-native-fs": "^2.3.3",
"react-native-progress-circle": "^1.0.3",
"react-native-sound": "^0.10.3",
"react-native-swiper": "^1.5.2",
"react-native-vector-icons": "^4.2.0",
"react-redux": "^5.0.5",
"redux": "^3.7.1",
"redux-logger": "^3.0.6",
"redux-persist": "^4.8.2",
"redux-saga": "^0.15.4",
"shortid": "^2.2.8"
},
"devDependencies": {
"babel-eslint": "^7.1.0",
"babel-plugin-transform-export-extensions": "^6.22.0",
"babel-preset-react-native": "2.0.0",
"eslint": "3.x",
"eslint-config-airbnb": "^15.0.2",
"eslint-plugin-import": "^2.6.1",
"eslint-plugin-jsx-a11y": "^5.1.1",
"eslint-plugin-react": "^7.1.0",
"react-native-debugger-open": "^0.3.11"
}
}