-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
93 lines (93 loc) · 2.9 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"name": "pottery-log",
"version": "2.0.24",
"private": false,
"devDependencies": {
"@babel/core": "^7.0.0-0",
"@babel/plugin-proposal-class-properties": "^7.2.3",
"@babel/plugin-transform-flow-strip-types": "^7.2.3",
"@babel/plugin-transform-runtime": "^7.2.0",
"@babel/preset-typescript": "^7.1.0",
"@types/adm-zip": "^0.4.34",
"@types/expo": "^32.0.13",
"@types/flux": "^3.1.8",
"@types/jest": "^23.3.10",
"@types/lodash": "^4.14.150",
"@types/react": "^16.9.11",
"@types/react-native": "^0.60.22",
"adm-zip": "^0.5.5",
"babel-jest": "^25.4.0",
"babel-polyfill": "^6.26.0",
"enzyme": "^3.8.0",
"enzyme-adapter-react-16": "^1.7.1",
"enzyme-to-json": "^3.3.5",
"flow-bin": "^0.73.0",
"form-data": "^4.0.0",
"fs-extra": "^10.0.0",
"jest": "^25.0.0",
"jest-enzyme": "^7.0.1",
"jest-expo": "^37.0.0",
"jsdom": "^13.1.0",
"node-fetch": "^3.1.1",
"react-dom": "16.9.0",
"react-native-scripts": "^1.14.0",
"react-native-typescript-transformer": "^1.2.11",
"react-test-renderer": "^16.7.0",
"ts-jest": "^23.10.5",
"ts-node": "^9.1.1",
"tslint": "^5.12.0",
"tslint-eslint-rules": "^5.4.0",
"tslint-react": "^3.6.0",
"typescript": "^3.8.3"
},
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"eject": "expo eject",
"test": "node_modules/.bin/jest",
"coverage": "node_modules/.bin/jest --coverage",
"lint": "node_modules/tslint/bin/tslint --project tsconfig.json",
"tsc": "node_modules/typescript/bin/tsc --project tsconfig.json --noEmit",
"validate": "npm run lint && npm run tsc"
},
"dependencies": {
"@babel/core": "^7.0.0-0",
"@babel/runtime": "^7.2.0",
"@react-native-community/async-storage": "~1.11.0",
"@types/react-native-elevated-view": "^0.0.2",
"@types/react-redux": "^7.0.9",
"array-reverse-polyfill": "^1.0.9",
"exp": "^57.2.1",
"expo": "^38.0.0",
"expo-cli": "^3.18.6",
"expo-constants": "~9.1.1",
"expo-document-picker": "~8.2.1",
"expo-file-system": "~9.0.1",
"expo-font": "~8.2.1",
"expo-image-picker": "~8.3.0",
"expo-permissions": "~9.0.1",
"flux": "^3.1.2",
"lodash": "^4.17.21",
"react": "16.11.0",
"react-native": "https://github.com/expo/react-native/archive/sdk-38.0.2.tar.gz",
"react-native-appearance": "~0.3.3",
"react-native-button": "^2.3.0",
"react-native-elevated-view": "^0.0.6",
"react-native-keyboard-aware-scroll-view": "^0.9.1",
"react-native-simple-radio-button": "^2.7.4",
"react-redux": "^6.0.0",
"redux": "^4.0.1",
"redux-thunk": "^2.3.0",
"sentry-expo": "3.0.3",
"tslib": "^1.9.3",
"whatwg-fetch": "^2.0.4"
},
"resolutions": {
"babel-core": "7.0.0-bridge.0"
},
"updates": {
"fallbackToCacheTimeout": 0
}
}