-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
82 lines (82 loc) · 2.49 KB
/
Copy pathpackage.json
File metadata and controls
82 lines (82 loc) · 2.49 KB
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
{
"name": "@maya/client",
"version": "1.0.0",
"main": "index.ts",
"repository": "git@github.com:maya-manager/client.git",
"author": "Ayush Chugh <ayushchugh2006@gmail.com>",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"contributors:add": "all-contributors add",
"contributors:generate": "all-contributors generate",
"docs": "typedoc",
"prepare": "husky install"
},
"dependencies": {
"@expo/metro-config": "^0.10.7",
"@expo/vector-icons": "^13.0.0",
"@expo/webpack-config": "^19.0.0",
"@react-native-async-storage/async-storage": "1.19.3",
"@react-navigation/bottom-tabs": "^6.5.8",
"@react-navigation/native": "^6.1.6",
"@react-navigation/native-stack": "^6.9.12",
"@reduxjs/toolkit": "^1.9.5",
"axios": "^1.5.0",
"expo": "^49.0.11",
"expo-blur": "~12.4.1",
"expo-constants": "~14.4.2",
"expo-splash-screen": "~0.22.0",
"expo-status-bar": "~1.4.4",
"formik": "^2.4.4",
"nativewind": "^2.0.11",
"react": "18.2.0",
"react-native": "0.71.8",
"react-native-safe-area-context": "4.7.2",
"react-native-screens": "~3.25.0",
"react-redux": "^8.1.1",
"yup": "^1.2.0"
},
"devDependencies": {
"@babel/core": "^7.22.11",
"@babel/runtime": "^7.22.15",
"@commitlint/cli": "^17.6.6",
"@commitlint/config-conventional": "^17.7.0",
"@types/axios": "^0.14.0",
"@types/react": "~18.2.21",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"all-contributors-cli": "^6.26.1",
"commitlint": "^17.6.5",
"eslint": "8.48.0",
"eslint-config-google": "0.14.0",
"eslint-config-prettier": "9.0.0",
"eslint-import-resolver-typescript": "3.5.5",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jsonc": "2.9.0",
"eslint-plugin-no-secrets": "0.8.9",
"eslint-plugin-no-unsanitized": "4.0.2",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-pii": "1.0.2",
"eslint-plugin-prettier": "5.0.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-native": "^4.0.0",
"eslint-plugin-sonarjs": "0.21.0",
"husky": "^8.0.3",
"install": "^0.13.0",
"prettier": "3.0.0",
"prettier-eslint": "15.0.1",
"react-native-dotenv": "^3.4.9",
"tailwindcss": "^3.3.2",
"ts-node": "^10.9.1",
"typedoc": "^0.25.1",
"typedoc-plugin-markdown": "^3.15.3",
"typedoc-plugin-merge-modules": "^5.1.0",
"typedoc-plugin-missing-exports": "^2.1.0",
"typedoc-plugin-zod": "^1.1.0",
"typescript": "^5.2.2"
},
"private": true,
"packageManager": "yarn@3.6.0"
}