-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
116 lines (116 loc) · 3.53 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
{
"name": "@astral-chat/source",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"prepare": "ts-patch install"
},
"private": true,
"dependencies": {
"@appland/appmap-agent-js": "^13.9.0",
"@expo/metro-config": "0.7.1",
"@nestjs-modules/mailer": "^1.8.1",
"@nestjs/common": "^9.4.3",
"@nestjs/config": "^3.0.0",
"@nestjs/core": "^9.4.3",
"@nestjs/jwt": "^10.1.0",
"@nestjs/mapped-types": "*",
"@nestjs/passport": "^10.0.0",
"@nestjs/platform-express": "^9.4.3",
"@nestjs/platform-socket.io": "^9.4.3",
"@nestjs/websockets": "^9.4.3",
"@prisma/client": "^4.16.2",
"@react-native-async-storage/async-storage": "1.18.2",
"@react-navigation/bottom-tabs": "^6.5.8",
"@react-navigation/native": "^6.1.7",
"@react-navigation/native-stack": "^6.9.13",
"@tanstack/react-query": "^4.29.19",
"argon2": "^0.30.3",
"axios": "^1.0.0",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.0",
"dotenv": "^16.3.1",
"ejs": "^3.1.9",
"expo": "^49.0.0",
"expo-constants": "~14.4.2",
"expo-splash-screen": "^0.20.5",
"expo-status-bar": "~1.6.0",
"jsonwebtoken": "^9.0.0",
"jwt-decode": "^3.1.2",
"native-base": "^3.4.28",
"nestjs-pino": "^3.3.0",
"nestjs-prisma": "^0.20.1",
"nodemailer": "^6.9.3",
"passport": "^0.6.0",
"passport-jwt": "^4.0.1",
"pino-http": "^8.3.3",
"pino-pretty": "^10.0.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.45.1",
"react-native": "^0.72.1",
"react-native-config": "^1.5.1",
"react-native-dotenv": "^3.4.9",
"react-native-reanimated": "~3.3.0",
"react-native-safe-area-context": "4.6.3",
"react-native-screens": "~3.22.0",
"react-native-svg": "13.9.0",
"react-native-svg-transformer": "1.0.0",
"react-native-web": "^0.19.6",
"react-use-websocket": "^4.3.1",
"reflect-metadata": "^0.1.13",
"rxjs": "^7.8.0",
"socket.io-client": "^4.7.1",
"tslib": "^2.3.0"
},
"devDependencies": {
"@expo/cli": "^0.10.0",
"@nestjs/schematics": "^9.2.0",
"@nestjs/testing": "^9.4.3",
"@nx/eslint-plugin": "16.4.0",
"@nx/expo": "^16.5.2",
"@nx/jest": "16.4.0",
"@nx/js": "16.4.0",
"@nx/linter": "16.4.0",
"@nx/nest": "^16.4.0",
"@nx/node": "16.4.0",
"@nx/webpack": "16.4.0",
"@nx/workspace": "16.4.0",
"@tanstack/eslint-plugin-query": "^4.29.9",
"@testing-library/jest-dom": "5.16.5",
"@testing-library/jest-native": "5.4.2",
"@testing-library/react-native": "12.1.2",
"@types/jest": "^29.4.0",
"@types/node": "~18.7.1",
"@types/passport-jwt": "^3.0.8",
"@types/react": "~18.2.14",
"@typescript-eslint/eslint-plugin": "^5.58.0",
"@typescript-eslint/parser": "^5.58.0",
"babel-jest": "^29.4.1",
"babel-preset-expo": "^9.5.0",
"eas-cli": "^3.13.3",
"eslint": "~8.15.0",
"eslint-config-prettier": "8.1.0",
"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",
"jest": "^29.4.1",
"jest-circus": "^29.4.1",
"jest-environment-jsdom": "^29.4.1",
"jest-environment-node": "^29.4.1",
"jest-expo": "~48.0.2",
"metro": "0.74.1",
"metro-resolver": "0.74.1",
"nx": "16.4.0",
"nx-cloud": "latest",
"pactum": "^3.4.1",
"prettier": "^2.6.2",
"prisma": "^4.16.2",
"react-test-renderer": "18.2.0",
"ts-jest": "^29.1.0",
"ts-node": "^10.9.1",
"ts-patch": "^3.0.1",
"typescript": "^5.1.3"
}
}