-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
183 lines (183 loc) · 5.84 KB
/
package.json
File metadata and controls
183 lines (183 loc) · 5.84 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
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
{
"name": "is4103-maxxi-mize",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"start": "nx serve",
"build": "nx build",
"test": "nx test",
"dev": "nx run-many --target=serve --projects=api,site-main",
"api": "nx run api:serve",
"site": "nx run site-main:serve",
"site-admin": "nx run site-admin:serve",
"site-retailer": "nx run site-retailer:serve",
"site-b2b": "nx run site-b2b:serve",
"site-all": "nx run-many --target=serve --projects=site-main,site-admin,site-b2b"
},
"private": true,
"dependencies": {
"@david.kucsai/react-pdf-table": "^0.4.1",
"@emotion/cache": "^11.10.3",
"@emotion/react": "^11.10.0",
"@emotion/server": "^11.10.0",
"@emotion/styled": "^11.10.0",
"@mui/icons-material": "^5.10.2",
"@mui/lab": "^5.0.0-alpha.99",
"@mui/material": "^5.10.2",
"@mui/styles": "^5.10.2",
"@mui/x-data-grid": "^5.17.1",
"@mui/x-date-pickers": "^5.0.2",
"@nestjs-modules/mailer": "^1.8.1",
"@nestjs/axios": "^1.0.0",
"@nestjs/cli": "^9.0.0",
"@nestjs/common": "^9.0.0",
"@nestjs/config": "^2.2.0",
"@nestjs/core": "^9.0.0",
"@nestjs/jwt": "^9.0.0",
"@nestjs/mapped-types": "*",
"@nestjs/passport": "^9.0.0",
"@nestjs/platform-express": "^9.1.4",
"@nestjs/schedule": "^2.1.0",
"@nestjs/typeorm": "^9.0.1",
"@react-navigation/native": "^6.0.12",
"@react-navigation/native-stack": "^6.8.0",
"@react-pdf/renderer": "^3.0.1",
"@rneui/base": "^4.0.0-rc.6",
"@rneui/themed": "^4.0.0-rc.6",
"@types/cron": "^2.0.0",
"@types/multer": "^1.4.7",
"bcrypt": "^5.0.1",
"body-parser": "^1.20.1",
"chart.js": "^3.5.1",
"class-transformer": "^0.5.1",
"class-validator": "^0.13.2",
"core-js": "^3.6.5",
"cron-converter": "^1.0.2",
"date-fns": "^2.29.2",
"dayjs": "^1.11.5",
"formik": "^2.2.9",
"fs": "^0.0.1-security",
"handlebars": "^4.7.7",
"history": "^5.3.0",
"jest-cli": "^29.2.2",
"jest-runner-groups": "^2.2.0",
"jose": "^4.9.2",
"jsonwebtoken": "^8.5.1",
"mysql2": "^2.3.3",
"next": "12.2.3",
"nodemailer": "^6.7.8",
"nprogress": "^0.2.0",
"papaparse": "^5.3.2",
"passport": "^0.6.0",
"passport-jwt": "^4.0.0",
"passport-local": "^1.0.0",
"prop-types": "^15.8.1",
"react": "18.2.0",
"react-chartjs-2": "^3.0.4",
"react-devtools": "^4.25.0",
"react-dom": "18.2.0",
"react-dropzone": "^14.2.3",
"react-helmet": "^6.1.0",
"react-helmet-async": "^1.3.0",
"react-is": "18.2.0",
"react-native": "0.69.3",
"react-native-cli": "^2.0.1",
"react-native-safe-area-context": "^4.3.3",
"react-native-screens": "^3.17.0",
"react-native-vector-icons": "^9.2.0",
"react-pdf": "^5.7.2",
"react-perfect-scrollbar": "^1.5.8",
"react-router-dom": "6.3.0",
"react-transition-group": "^4.4.5",
"react-window": "^1.8.8",
"recharts": "^2.1.16",
"reflect-metadata": "^0.1.13",
"regenerator-runtime": "0.13.7",
"rxjs": "^7.0.0",
"stripe": "^10.15.0",
"styled-components": "5.3.5",
"tslib": "^2.3.0",
"typeorm": "^0.3.7",
"uuid": "^9.0.0",
"yup": "^0.32.11"
},
"devDependencies": {
"@emotion/babel-plugin": "11.10.0",
"@nestjs/schematics": "^9.0.0",
"@nestjs/testing": "^9.1.6",
"@nrwl/cli": "14.5.10",
"@nrwl/cypress": "14.5.10",
"@nrwl/detox": "14.5.8",
"@nrwl/eslint-plugin-nx": "14.5.10",
"@nrwl/jest": "14.5.10",
"@nrwl/linter": "14.5.10",
"@nrwl/nest": "^14.5.10",
"@nrwl/next": "^14.5.10",
"@nrwl/node": "14.5.10",
"@nrwl/react": "^14.5.10",
"@nrwl/react-native": "^14.5.10",
"@nrwl/web": "14.5.10",
"@nrwl/workspace": "14.5.10",
"@react-native-async-storage/async-storage": "^1.17.10",
"@react-native-community/cli": "8.0.4",
"@react-native-community/cli-platform-android": "8.0.4",
"@react-native-community/cli-platform-ios": "8.0.4",
"@testing-library/jest-dom": "5.16.4",
"@testing-library/jest-native": "4.0.5",
"@testing-library/react": "13.3.0",
"@testing-library/react-native": "11.0.0",
"@types/jest": "27.4.1",
"@types/node": "16.11.7",
"@types/passport-jwt": "^3.0.6",
"@types/passport-local": "^1.0.34",
"@types/react": "18.0.17",
"@types/react-dom": "18.0.6",
"@types/react-is": "17.0.3",
"@types/react-native": "0.69.3",
"@types/react-router-dom": "5.3.3",
"@types/styled-components": "5.1.26",
"@typescript-eslint/eslint-plugin": "^5.29.0",
"@typescript-eslint/parser": "^5.29.0",
"babel-jest": "27.5.1",
"babel-plugin-styled-components": "1.10.7",
"cypress": "^10.2.0",
"detox": "19.7.1",
"eslint": "~8.15.0",
"eslint-config-next": "12.2.3",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-cypress": "^2.10.3",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jsx-a11y": "6.6.1",
"eslint-plugin-react": "7.30.1",
"eslint-plugin-react-hooks": "4.6.0",
"jest": "28.0.0",
"jest-circus": "27.5.1",
"jest-environment-jsdom": "28.1.1",
"jest-react-native": "18.0.0",
"metro": "0.71.3",
"metro-babel-register": "0.71.3",
"metro-react-native-babel-preset": "0.71.3",
"metro-resolver": "0.71.3",
"nx": "14.5.10",
"prettier": "^2.6.2",
"react-native-config": "1.4.6",
"react-native-svg": "12.4.3",
"react-native-svg-transformer": "1.0.0",
"react-test-renderer": "18.2.0",
"ts-jest": "28.0.3",
"ts-node": "10.9.1",
"typescript": "~4.7.2"
},
"description": "This project was generated using [Nx](https://nx.dev).",
"main": "jest.preset.js",
"repository": {
"type": "git",
"url": "git+https://github.com/IS4103-Maxximize/maxximize.git"
},
"keywords": [],
"author": "",
"bugs": {
"url": "https://github.com/IS4103-Maxximize/maxximize/issues"
},
"homepage": "https://github.com/IS4103-Maxximize/maxximize#readme"
}