-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.2 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": "supply-tracker",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"color": "^3.0.0",
"formik": "^1.1.1",
"react": "16.4.2",
"react-native": "0.56.0",
"react-native-google-signin": "^1.0.0-rc3",
"react-native-material-textfield": "^0.12.0",
"react-native-typography": "^1.3.0",
"react-navigation": "^2.9.3",
"react-redux": "^5.0.7",
"redux": "^4.0.0",
"redux-thunk": "^2.3.0",
"typesafe-actions": "^2.0.4"
},
"devDependencies": {
"@types/color": "^3.0.0",
"@types/react": "^16.4.7",
"@types/react-native": "^0.56.5",
"@types/react-native-material-textfield": "^0.12.2",
"@types/react-navigation": "^2.0.12",
"@types/react-redux": "^6.0.6",
"babel-eslint": "^8.2.6",
"babel-jest": "23.4.2",
"babel-preset-react-native": "^5",
"jest": "23.5.0",
"react-native-typescript-transformer": "^1.2.10",
"react-test-renderer": "16.4.2",
"tslint": "^5.11.0",
"tslint-config-standard": "^7.1.0",
"tslint-react": "^3.6.0",
"typescript": "^3.0.1"
},
"jest": {
"preset": "react-native"
}
}