-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
52 lines (52 loc) · 1.64 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
{
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject",
"test": "jest --config ./jest.config.js --watchAll"
},
"dependencies": {
"@expo/match-media": "^0.1.0",
"@react-native-community/eslint-config": "^2.0.0",
"expo": "~41.0.1",
"expo-status-bar": "~1.0.4",
"get-urls": "^10.0.0",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-native": "https://github.com/expo/react-native/archive/sdk-41.0.0.tar.gz",
"react-native-responsive-screen": "^1.4.2",
"react-native-svg": "12.1.0",
"react-native-web": "~0.13.12",
"react-native-web-hover": "^0.2.9",
"react-responsive": "^8.2.0",
"zustand": "^3.5.7"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"@testing-library/react-native": "^7.2.0",
"@types/jest": "^26.0.24",
"@types/react": "~16.9.35",
"@types/react-native": "~0.63.2",
"@types/react-responsive": "^8.0.2",
"@types/react-test-renderer": "^17.0.1",
"@typescript-eslint/eslint-plugin": "^4.26.0",
"@typescript-eslint/parser": "^4.26.0",
"eslint": "^7.28.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-react-native": "^3.11.0",
"jest-expo": "^42.0.1",
"patch-package": "^6.4.7",
"prettier": "^2.3.1",
"react-test-renderer": "^17.0.2",
"ts-node": "^10.1.0",
"typescript": "~4.0.0"
},
"private": true
}