-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
126 lines (126 loc) · 4.09 KB
/
package.json
File metadata and controls
126 lines (126 loc) · 4.09 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
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
{
"main": "expo-router/entry",
"scripts": {
"test-server": "npx ts-node-dev --respawn src/lib/api/auth/test.routes.ts",
"server": "npx tsx src/lib/api/server.ts",
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"lint": "eslint src --ext .js,.jsx,.ts,.tsx",
"ts:check": "tsc",
"build ios": "eas build --platform ios",
"build android": "eas build --platform android",
"build": "eas build --platform all",
"build and view log": "eas build:list",
"prisma_migrate": "npx prisma migrate dev",
"prisma_push": "npx prisma db push",
"prisma_pull": "npx prisma db pull",
"prisma_validate": "npx prisma validate",
"–prisma_version": "npx prisma version",
"prisma_debug": "npx prisma debug"
},
"dependencies": {
"@babel/plugin-proposal-export-namespace-from": "^7.18.9",
"@expo/cli": "^0.18.29",
"@expo/config-plugins": "~9.0.0",
"@expo/metro-config": "~0.19.0",
"@expo/prebuild-config": "~8.0.0",
"@expo/vector-icons": "14.0.3",
"@hookform/resolvers": "^3.2.0",
"@howljs/calendar-kit": "^2.2.1",
"@mobile-reality/react-native-select-pro": "^2.3.0",
"@prisma/client": "^5.22.0",
"@react-native-async-storage/async-storage": "^2.1.2",
"@react-native-community/datetimepicker": "8.2.0",
"@react-native-picker/picker": "2.9.0",
"@react-navigation/material-top-tabs": "^6.6.14",
"@rneui/themed": "^4.0.0-rc.8",
"@shopify/flash-list": "1.7.3",
"@types/bcrypt": "^5.0.2",
"@types/express": "^5.0.0",
"@types/jsonwebtoken": "^9.0.7",
"@types/socket.io": "^3.0.2",
"@types/uuid": "^10.0.0",
"axios": "^1.7.7",
"bcrypt": "^5.1.1",
"bcrypt-ts": "^5.0.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"crypto-ts": "^1.0.2",
"expo": "^52.0.10",
"expo-device": "~7.0.2",
"expo-font": "~13.0.4",
"expo-haptics": "~14.0.1",
"expo-image": "~2.0.6",
"expo-linking": "~7.0.5",
"expo-radio-button": "^1.0.8",
"expo-router": "~4.0.17",
"expo-splash-screen": "~0.29.22",
"expo-status-bar": "~2.0.1",
"expo-updates": "~0.27.3",
"expo-web-browser": "~14.0.2",
"express": "^4.21.0",
"fs-extra": "^11.2.0",
"jsonwebtoken": "^9.0.2",
"lucide-react-native": "^0.359.0",
"nativewind": "^4.0.22",
"node-fetch": "^3.3.2",
"postcss": "8.4.23",
"prettier": "^3.0.0",
"prop-types": "^15.8.1",
"ratemyprofessor-api": "^1.0.1",
"react": "^18.2.0",
"react-dom": "18.3.1",
"react-native": "0.76.7",
"react-native-awesome-slider": "^2.5.3",
"react-native-bouncy-checkbox": "^4.1.2",
"react-native-calendars": "^1.1307.0",
"react-native-crypto": "^2.2.0",
"react-native-element-dropdown": "^2.12.2",
"react-native-gesture-handler": "~2.20.2",
"react-native-pager-view": "6.5.1",
"react-native-picker": "^4.3.7",
"react-native-reanimated": "~3.16.1",
"react-native-safe-area-context": "4.12.0",
"react-native-screens": "~4.4.0",
"react-native-svg": "15.8.0",
"react-native-tab-view": "^3.5.2",
"react-native-toast-message": "^2.2.1",
"react-native-url-polyfill": "^2.0.0",
"socket.io-client": "^4.8.0",
"tailwind-merge": "^2.4.0",
"uuid": "^10.0.0",
"zod": "^3.21.4"
},
"devDependencies": {
"@babel/core": "^7.24.7",
"@types/react": "~18.3.12",
"@types/react-native": "^0.73.0",
"@typescript-eslint/eslint-plugin": "^6.13.1",
"@typescript-eslint/parser": "^6.13.1",
"eslint": "^8.55.0",
"eslint-plugin-react-hooks": "^4.6.0",
"prisma": "^5.22.0",
"react-native-dotenv": "^3.4.11",
"tailwindcss": "3.3.2",
"ts-node-dev": "^2.0.0",
"tsx": "^4.19.1",
"typescript": "5.3.3"
},
"peerDependencies": {
"@react-navigation/native": "^7.0.14"
},
"resolutions": {
"react-refresh": "~0.14.0"
},
"overrides": {
"react-refresh": "~0.14.0"
},
"name": "ccny-schedule-pro",
"version": "1.0.0",
"private": false,
"description": "An advanced scheduling app catered towards CCNY Students",
"license": "MIT",
"author": "Ayan Das"
}