|
1 | 1 | {
|
2 |
| - "name": "tdm", |
3 |
| - "version": "1.0.0", |
4 |
| - "main": "node_modules/expo/AppEntry.js", |
5 |
| - "scripts": { |
6 |
| - "start": "expo start", |
7 |
| - "android": "expo start --android", |
8 |
| - "ios": "expo start --ios", |
9 |
| - "web": "expo start --web", |
10 |
| - "eject": "expo eject", |
11 |
| - "lint": "yarn eslint ." |
12 |
| - }, |
13 |
| - "dependencies": { |
14 |
| - "expo": "~44.0.0", |
15 |
| - "expo-status-bar": "~1.2.0", |
16 |
| - "react": "17.0.1", |
17 |
| - "react-dom": "17.0.1", |
18 |
| - "react-native": "0.64.3", |
19 |
| - "react-native-safe-area-context": "3.3.2", |
20 |
| - "react-native-web": "0.17.1" |
21 |
| - }, |
22 |
| - "devDependencies": { |
23 |
| - "@babel/core": "^7.12.9", |
24 |
| - "@types/react": "~17.0.21", |
25 |
| - "@types/react-native": "~0.64.12", |
26 |
| - "@typescript-eslint/eslint-plugin": "^5.14.0", |
27 |
| - "@typescript-eslint/parser": "^5.14.0", |
28 |
| - "eslint": "^8.11.0", |
29 |
| - "eslint-config-airbnb": "^19.0.4", |
30 |
| - "eslint-config-airbnb-typescript": "^16.1.1", |
31 |
| - "eslint-config-prettier": "^8.5.0", |
32 |
| - "eslint-plugin-import": "^2.25.4", |
33 |
| - "eslint-plugin-jsx-a11y": "^6.5.1", |
34 |
| - "eslint-plugin-react": "^7.29.3", |
35 |
| - "eslint-plugin-react-hooks": "^4.3.0", |
36 |
| - "eslint-plugin-react-native": "^4.0.0", |
37 |
| - "prettier": "^2.5.1", |
38 |
| - "typescript": "~4.3.5" |
39 |
| - }, |
40 |
| - "private": true |
| 2 | + "name": "mta", |
| 3 | + "version": "1.0.0", |
| 4 | + "main": "node_modules/expo/AppEntry.js", |
| 5 | + "scripts": { |
| 6 | + "start": "expo start", |
| 7 | + "android": "expo start --android", |
| 8 | + "ios": "expo start --ios", |
| 9 | + "web": "expo start --web", |
| 10 | + "eject": "expo eject", |
| 11 | + "lint": "yarn eslint ." |
| 12 | + }, |
| 13 | + "dependencies": { |
| 14 | + "expo": "~44.0.0", |
| 15 | + "expo-status-bar": "~1.2.0", |
| 16 | + "react": "17.0.1", |
| 17 | + "react-dom": "17.0.1", |
| 18 | + "react-native": "0.64.3", |
| 19 | + "react-native-safe-area-context": "3.3.2", |
| 20 | + "react-native-web": "0.17.1" |
| 21 | + }, |
| 22 | + "devDependencies": { |
| 23 | + "@babel/core": "^7.12.9", |
| 24 | + "@types/react": "~17.0.21", |
| 25 | + "@types/react-native": "~0.64.12", |
| 26 | + "@typescript-eslint/eslint-plugin": "^5.14.0", |
| 27 | + "@typescript-eslint/parser": "^5.14.0", |
| 28 | + "eslint": "^8.11.0", |
| 29 | + "eslint-config-airbnb": "^19.0.4", |
| 30 | + "eslint-config-airbnb-typescript": "^16.1.1", |
| 31 | + "eslint-config-prettier": "^8.5.0", |
| 32 | + "eslint-plugin-import": "^2.25.4", |
| 33 | + "eslint-plugin-jsx-a11y": "^6.5.1", |
| 34 | + "eslint-plugin-react": "^7.29.3", |
| 35 | + "eslint-plugin-react-hooks": "^4.3.0", |
| 36 | + "eslint-plugin-react-native": "^4.0.0", |
| 37 | + "prettier": "^2.5.1", |
| 38 | + "typescript": "~4.3.5" |
| 39 | + }, |
| 40 | + "private": true |
41 | 41 | }
|
0 commit comments