-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
143 lines (143 loc) · 4.52 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
{
"name": "@aacesstalk/source",
"version": "0.0.0",
"license": "MIT",
"nx": {},
"scripts": {
"setup-js": "ts-node setup.ts"
},
"private": true,
"dependencies": {
"@candlefinance/faster-image": "^1.6.1",
"@heroicons/react": "^2.1.4",
"@hookform/resolvers": "^3.9.0",
"@react-native-community/cli": "15.0.1",
"@react-native-community/cli-platform-ios": "15.0.1",
"@react-navigation/native": "^7.0.14",
"@react-navigation/native-stack": "^7.2.0",
"@reduxjs/toolkit": "^2.2.3",
"@sayem314/react-native-keep-awake": "^1.2.3",
"@types/file-saver": "^2.0.7",
"@types/jwt-decode": "^3.1.0",
"antd": "^5.19.1",
"axios": "^1.6.8",
"dotenv": "^16.4.5",
"fast-shuffle": "^6.1.0",
"file-saver": "^2.0.5",
"group-array": "^1.0.0",
"i18next": "^23.11.5",
"inquirer": "^8.2.6",
"intl-pluralrules": "^2.0.1",
"jwt-decode": "^4.0.0",
"merge": "^2.1.1",
"moment": "^2.30.1",
"moment-timezone": "^0.5.45",
"nativewind": "^4.1.23",
"pupa": "^3.1.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-h5-audio-player": "^3.9.3",
"react-hook-form": "^7.52.1",
"react-hook-form-antd": "^1.1.0",
"react-i18next": "^14.1.2",
"react-native": "0.76.5",
"react-native-audio-recorder-player": "^3.6.10",
"react-native-blob-util": "^0.19.9",
"react-native-device-info": "^14.0.2",
"react-native-dotenv": "^3.4.11",
"react-native-file-access": "^3.1.0",
"react-native-gesture-handler": "^2.16.2",
"react-native-global-keyevent": "^0.1.4",
"react-native-localize": "^3.1.0",
"react-native-mmkv": "^3.2.0",
"react-native-permissions": "^4.1.5",
"react-native-progress": "^5.0.1",
"react-native-reanimated": "^3.16.7",
"react-native-safe-area-context": "^5.0.0",
"react-native-screens": "^4.4.0",
"react-native-sound-player": "^0.14.3",
"react-native-svg": "^15.10.1",
"react-native-toast-message": "^2.2.0",
"react-native-vector-icons": "^10.1.0",
"react-redux": "^9.1.2",
"react-router-dom": "6.11.2",
"redux-persist": "^6.0.0",
"rxjs": "^7.8.1",
"tailwind-merge": "^2.6.0",
"tailwindcss": "3.4.3",
"tslib": "^2.3.0",
"unzipper": "^0.12.2",
"yup": "^1.4.0"
},
"devDependencies": {
"@babel/core": "^7.14.5",
"@babel/preset-react": "^7.14.5",
"@nx/cypress": "19.3.2",
"@nx/eslint": "19.3.2",
"@nx/eslint-plugin": "19.3.2",
"@nx/jest": "19.3.2",
"@nx/js": "19.3.2",
"@nx/react": "19.3.2",
"@nx/react-native": "20.3.0",
"@nx/vite": "19.3.2",
"@nx/web": "19.3.2",
"@nx/webpack": "19.3.2",
"@nx/workspace": "19.3.2",
"@nxlv/python": "20.3.0",
"@react-native-community/cli-platform-android": "15.0.1",
"@react-native/babel-preset": "0.76.5",
"@react-native/eslint-config": "^0.74.83",
"@react-native/metro-config": "0.76.5",
"@react-native/typescript-config": "^0.74.83",
"@swc-node/register": "1.9.2",
"@swc/cli": "0.3.14",
"@swc/core": "1.5.7",
"@swc/helpers": "0.5.15",
"@testing-library/jest-native": "~5.4.3",
"@testing-library/react": "15.0.6",
"@testing-library/react-native": "12.9.0",
"@types/dotenv": "^8.2.0",
"@types/fs-extra": "^11.0.4",
"@types/group-array": "^1.0.3",
"@types/inquirer": "^9.0.7",
"@types/jest": "^29.4.0",
"@types/node": "18.16.9",
"@types/react": "18.3.18",
"@types/react-dom": "18.3.5",
"@typescript-eslint/eslint-plugin": "7.9.0",
"@typescript-eslint/parser": "7.9.0",
"@vitejs/plugin-react": "^4.2.0",
"@vitest/coverage-v8": "1.6.0",
"@vitest/ui": "1.6.0",
"autoprefixer": "10.4.13",
"babel-jest": "^29.4.1",
"cypress": "13.9.0",
"eslint": "8.57.1",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-cypress": "^2.13.4",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react-hooks": "4.6.0",
"fs-extra": "^11.2.0",
"jest": "^29.4.1",
"jest-environment-jsdom": "^29.4.1",
"jest-environment-node": "^29.4.1",
"jest-react-native": "18.0.0",
"jsdom": "~22.1.0",
"nx": "19.3.2",
"postcss": "8.4.38",
"prettier": "^2.6.2",
"react-native-svg-transformer": "1.5.0",
"react-native-svg-web": "~1.0.9",
"react-native-web": "0.19.13",
"react-test-renderer": "18.3.1",
"ts-jest": "^29.1.0",
"ts-node": "10.9.1",
"typescript": "5.4.5",
"vite": "~5.0.0",
"vitest": "1.6.0",
"webpack-cli": "^5.1.4"
},
"packageManager": "[email protected]"
}