-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1002 Bytes
/
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
{
"name": "tweets",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"babel-core": "^6.26.0",
"prop-types": "^15.6.0",
"react": "^16.3.0-alpha.1",
"react-native": "0.54.2",
"react-native-swiper": "^1.5.13",
"react-redux": "^5.0.6",
"redux": "^3.7.2",
"redux-saga": "^0.16.0"
},
"devDependencies": {
"babel-eslint": "^8.2.2",
"babel-jest": "23.0.0-alpha.0",
"babel-preset-react-native": "4.0.0",
"jest": "22.4.2",
"react-test-renderer": "^16.3.0-alpha.1",
"redux-logger": "^3.0.6",
"remote-redux-devtools": "^0.5.12",
"remotedev-rn-debugger": "^0.8.3",
"snazzy": "^7.1.1",
"standard": "^11.0.1",
"standard-summary": "^1.0.0"
},
"jest": {
"preset": "react-native"
},
"standard": {
"parser": "babel-eslint",
"ignore": [],
"globals": [],
"plugins": [],
"fix": true
}
}