-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.48 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
{
"name": "meteor",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"android": "expo start --android",
"ios": "expo start --ios",
"test": "jest",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"prettier": "prettier --write . ",
"start": "expo start",
"web": "expo start --web"
},
"dependencies": {
"@react-native-async-storage/async-storage": "1.19.0",
"@react-navigation/native": "6.1.7",
"@react-navigation/native-stack": "6.9.13",
"expo": "49.0.3",
"expo-status-bar": "1.4.4",
"jest": "29.2.1",
"jest-expo": "48.0.2",
"mobx": "6.9.0",
"mobx-state-tree": "5.1.8",
"react": "18.2.0",
"react-native": "0.71.8",
"react-native-confetti-cannon": "1.5.2",
"react-native-reanimated": "2.14.4",
"react-native-safe-area-context": "4.5.0",
"react-native-screens": "3.20.0"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@testing-library/react-native": "12.1.2",
"@types/jest": "29.5.2",
"@types/react": "~18.0.14",
"@typescript-eslint/eslint-plugin": "^5.60.1",
"@typescript-eslint/parser": "^5.60.1",
"eslint": "^8.44.0",
"eslint-config-standard-with-typescript": "^35.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^15.7.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-native": "^4.0.0",
"prettier": "2.8.8",
"typescript": "^4.9.5"
},
"private": true
}