forked from University-of-Auckland-SOFTENG761/supervision
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
121 lines (121 loc) · 3.37 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
{
"name": "supervision",
"version": "0.0.0",
"license": "UNLICENSED",
"repository": "github:University-of-Auckland-SOFTENG761/project-team-1",
"scripts": {
"start": "nx serve",
"build": "nx build",
"test": "nx test",
"prepare": "node -e \"try { require('husky').install() } catch (e) {if (e.code !== 'MODULE_NOT_FOUND') throw e}\""
},
"private": true,
"engines": {
"node": "16",
"npm": "8"
},
"devDependencies": {
"@nestjs/schematics": "^9.0.0",
"@nestjs/testing": "^9.0.0",
"@nrwl/cli": "14.7.5",
"@nrwl/cypress": "14.7.5",
"@nrwl/eslint-plugin-nx": "14.7.5",
"@nrwl/jest": "14.7.5",
"@nrwl/linter": "14.7.5",
"@nrwl/nest": "14.7.5",
"@nrwl/node": "14.7.5",
"@nrwl/react": "14.7.5",
"@nrwl/web": "14.7.5",
"@nrwl/workspace": "14.7.5",
"@testing-library/react": "13.3.0",
"@types/auth0": "^2.35.3",
"@types/jest": "28.1.8",
"@types/node": "18.7.14",
"@types/react": "18.0.18",
"@types/react-dom": "18.0.6",
"@types/react-router-dom": "5.3.3",
"@typescript-eslint/eslint-plugin": "5.33.1",
"@typescript-eslint/parser": "5.33.1",
"autoprefixer": "10.4.8",
"babel-jest": "28.1.3",
"cypress": "^10.7.0",
"eslint": "~8.15.0",
"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.31.1",
"eslint-plugin-react-hooks": "4.6.0",
"fake-indexeddb": "^4.0.0",
"husky": "^8.0.0",
"jest": "28.1.3",
"jest-environment-jsdom": "^29.0.2",
"nx": "14.7.5",
"postcss": "8.4.16",
"prettier": "^2.6.2",
"react-test-renderer": "18.2.0",
"resize-observer-polyfill": "^1.5.1",
"tailwindcss": "3.1.8",
"ts-jest": "28.0.8",
"ts-node": "10.9.1",
"typescript": "~4.7.2"
},
"optionalDependencies": {
"c4builder": "^0.2.16"
},
"dependencies": {
"@auth0/auth0-react": "^1.10.2",
"@emotion/react": "11.10.4",
"@mantine/core": "^5.1.4",
"@mantine/dates": "^5.2.0",
"@mantine/form": "^5.2.0",
"@mantine/hooks": "^5.1.4",
"@mantine/notifications": "^5.5.1",
"@nestjs/apollo": "^10.0.19",
"@nestjs/axios": "^0.1.0",
"@nestjs/common": "^9.0.0",
"@nestjs/config": "^2.2.0",
"@nestjs/core": "^9.0.0",
"@nestjs/graphql": "^10.0.21",
"@nestjs/passport": "^9.0.0",
"@nestjs/platform-express": "^9.0.0",
"@nestjs/terminus": "^9.1.1",
"@nestjs/typeorm": "^9.0.1",
"@tabler/icons": "^1.83.1",
"@types/lodash": "^4.14.186",
"apollo-server-express": "^3.10.1",
"auth0": "^2.42.0",
"core-js": "^3.6.5",
"dayjs": "^1.11.5",
"graphql": "^16.5.0",
"joi": "^17.6.0",
"jwks-rsa": "^2.1.4",
"lodash": "^4.17.21",
"mantine-datatable": "^1.7.4",
"passport": "^0.6.0",
"passport-jwt": "^4.0.0",
"pg": "^8.7.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.37.0",
"react-router-dom": "6.3.0",
"reflect-metadata": "^0.1.13",
"regenerator-runtime": "0.13.7",
"rxdb": "^12.7.16",
"rxjs": "^7.5.6",
"tslib": "^2.3.0",
"typeorm": "^0.3.7",
"uuidv4": "^6.2.13",
"webpack-merge": "^5.8.0",
"workbox-webpack-plugin": "^6.5.4"
},
"overrides": {
"rxdb": {
"graphql-client": {
"isomorphic-fetch": {
"node-fetch": "^2.6.7"
}
}
}
}
}