-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.32 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.32 KB
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
45
46
47
{
"name": "movie-time",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest",
"ios": "react-native run-ios --simulator='iPhone X'",
"android": "react-native run-android"
},
"dependencies": {
"@fortawesome/fontawesome": "^1.1.8",
"@fortawesome/fontawesome-free-brands": "^5.0.13",
"@fortawesome/fontawesome-pro-light": "^5.0.13",
"@fortawesome/fontawesome-pro-regular": "^5.0.13",
"@fortawesome/fontawesome-pro-solid": "^5.0.13",
"axios": "^0.18.0",
"react": "16.3.1",
"react-native": "0.55.4",
"react-native-config": "^0.11.5",
"react-native-fontawesome-pro": "^1.0.12",
"react-native-svg": "^6.3.1",
"react-native-swiper": "^1.5.13",
"react-navigation": "^2.0.4",
"react-redux": "^5.0.7",
"redux": "^4.0.0",
"redux-thunk": "^2.3.0"
},
"devDependencies": {
"babel-jest": "23.0.1",
"babel-preset-react-native": "4.0.0",
"flow-bin": "^0.67.1",
"jest": "23.1.0",
"prettier": "^1.13.4",
"react-test-renderer": "16.3.1",
"redux-devtools-extension": "^2.13.2",
"redux-immutable-state-invariant": "^2.1.0",
"redux-logger": "^3.0.6"
},
"jest": {
"preset": "react-native"
},
"prettier": {
"singleQuote": true,
"printWidth": 120
}
}