-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
68 lines (68 loc) · 1.93 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
{
"name": "@colorfulwindmill/five-films",
"version": "1.0.0",
"description": "",
"author": "colorfulwindmill",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/denghejun/five-films.git"
},
"main": "bootstrap.js",
"scripts": {
"test": "node ./node_modules/jest/bin/jest.js --ci "
},
"jest": {
"preset": "jest-expo-ts",
"setupFiles": [
"./jest-setup.js"
],
"transformIgnorePatterns": [
"node_modules/"
],
"testMatch": [
"**/?(*.)(spec|test).ts?(x)"
]
},
"dependencies": {
"@colorfulwindmill/five-films-interface": "^1.2.2",
"@colorfulwindmill/five-films-service": "v1.2.2",
"expo": "41.0.1",
"expo-linear-gradient": "~9.1.0",
"expo-permissions": "~12.0.1",
"metro": "^0.66.0",
"react-native": "0.64.2",
"react-native-dimension": "^1.0.6",
"react-native-elements": "^0.18.5",
"react-native-flip-card": "^3.5.2",
"react-native-image-header-scroll-view": "^0.7.0",
"react-native-modalbox": "^1.3.9",
"react-native-modular-bootstrapper": "^3.3.8",
"react-native-textinput-effects": "^0.4.2",
"react-navigation": "^1.0.0-beta.23",
"react-redux": "7.2.4",
"redux": "4.1.0",
"redux-actions": "2.6.5",
"redux-logger": "3.0.6",
"redux-thunk": "2.3.0"
},
"devDependencies": {
"@babel/cli": "^7.14.5",
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.12.17",
"@expo/ngrok": "^2.4.3",
"@types/jest": "^20.0.8",
"@types/react": "^15.6.10",
"@types/react-native": "^0.50.7",
"@types/react-navigation": "^1.0.26",
"@types/react-redux": "^5.0.14",
"@types/react-test-renderer": "^15.5.4",
"@types/redux-actions": "^2.2.3",
"@types/redux-logger": "^3.0.5",
"babel-plugin-root-import": "^6.6.0",
"react-native-typescript-transformer": "^1.1.4",
"babel-preset-react-native": "4.0.0",
"typescript": "^2.6.2",
"xhr2": "^0.1.4"
}
}