-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
157 lines (157 loc) · 4.81 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
144
145
146
147
148
149
150
151
152
153
154
155
156
157
{
"name": "wellness",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"start": "nx serve",
"build": "nx build",
"test": "nx test",
"generate": "graphql-codegen --config codegen.yml"
},
"private": true,
"dependencies": {
"@apollo/client": "^3.4.17",
"@chakra-ui/react": "^1.6.10",
"@emotion/react": "^11.9.0",
"@emotion/server": "11.4.0",
"@emotion/styled": "^11.8.1",
"@nestjs/apollo": "^10.0.11",
"@nestjs/common": "^7.0.0",
"@nestjs/config": "^1.1.0",
"@nestjs/core": "^7.0.0",
"@nestjs/graphql": "^10.0.11",
"@nestjs/jwt": "^8.0.0",
"@nestjs/passport": "^8.2.1",
"@nestjs/platform-express": "^7.0.0",
"@nestjs/schedule": "^1.0.1",
"@nestjs/typeorm": "^8.0.2",
"@nrwl/next": "13.1.2",
"@types/bcrypt": "^5.0.0",
"@types/jsonwebtoken": "^8.5.8",
"apollo-link-error": "^1.1.13",
"apollo-server-express": "^3.4.0",
"axios": "^0.24.0",
"bcrypt": "^5.0.1",
"chart.js": "^3.7.1",
"class-transformer": "^0.5.1",
"class-validator": "^0.13.1",
"cloudinary": "^1.27.1",
"core-js": "^3.6.5",
"cron-parser": "^4.1.0",
"date-fns": "^2.25.0",
"deep-object-diff": "^1.1.7",
"deepmerge": "^4.2.2",
"faker": "^5.5.3",
"formik": "^2.2.9",
"formik-chakra-ui": "^1.4.8",
"framer-motion": "^4",
"graphql": "15.0.0",
"graphql-scalars": "^1.13.6",
"immer": "^9.0.7",
"jsonwebtoken": "^8.5.1",
"jwt-decode": "^3.1.2",
"lodash": "^4.17.21",
"nestjs-pino": "^2.2.0",
"next": "12.0.2",
"node-fetch": "^3.2.5",
"node-schedule": "^2.0.0",
"passport": "^0.5.2",
"passport-jwt": "^4.0.0",
"pg": "^8.7.1",
"pino-http": "^6.0.0",
"pluralize": "^8.0.0",
"react": "17.0.2",
"react-chartjs-2": "^4.1.0",
"react-datepicker": "^4.3.0",
"react-dom": "17.0.2",
"react-dropzone": "^11.4.2",
"react-icons": "^4.3.1",
"react-is": "^17.0.2",
"react-jwt": "^1.1.4",
"react-singleton-hook": "^3.2.1",
"react-table": "7.6.3",
"reflect-metadata": "^0.1.13",
"regenerator-runtime": "0.13.7",
"rxjs": "^7",
"swiper": "^7.3.1",
"tslib": "^2.4.0",
"typeorm": "^0.2.38",
"use-immer": "^0.6.0",
"yup": "^0.32.11",
"zustand": "^3.6.7"
},
"devDependencies": {
"@babel/core": "7.12.13",
"@babel/plugin-transform-react-jsx": "^7.17.12",
"@babel/preset-typescript": "^7.17.12",
"@emotion/babel-plugin": "11.3.0",
"@graphql-codegen/add": "^3.1.0",
"@graphql-codegen/cli": "^2.3.0",
"@graphql-codegen/typescript": "^2.4.0",
"@graphql-codegen/typescript-compatibility": "^2.1.5",
"@graphql-codegen/typescript-operations": "^2.2.0",
"@graphql-codegen/typescript-react-apollo": "^3.2.1",
"@nestjs/schematics": "^7.0.0",
"@nestjs/testing": "^7.0.0",
"@nrwl/cli": "13.1.2",
"@nrwl/cypress": "13.1.2",
"@nrwl/eslint-plugin-nx": "13.1.2",
"@nrwl/jest": "13.1.2",
"@nrwl/linter": "13.1.2",
"@nrwl/nest": "^13.1.2",
"@nrwl/node": "13.1.2",
"@nrwl/react": "13.1.2",
"@nrwl/storybook": "^14.1.7",
"@nrwl/tao": "13.1.2",
"@nrwl/web": "13.1.2",
"@nrwl/workspace": "13.1.2",
"@storybook/addon-actions": "^6.5.3",
"@storybook/addon-essentials": "^6.5.3",
"@storybook/addon-interactions": "^6.5.3",
"@storybook/addon-links": "^6.5.3",
"@storybook/builder-webpack5": "^6.5.3",
"@storybook/manager-webpack5": "^6.5.3",
"@storybook/react": "^6.5.3",
"@storybook/testing-library": "^0.0.11",
"@svgr/webpack": "^5.4.0",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "12.1.2",
"@testing-library/react-hooks": "7.0.2",
"@types/cron": "^1.7.3",
"@types/express": "^4.17.13",
"@types/faker": "^5.5.9",
"@types/jest": "27.0.2",
"@types/node": "14.14.33",
"@types/node-schedule": "^1.3.2",
"@types/react": "17.0.30",
"@types/react-datepicker": "^4.3.2",
"@types/react-dom": "17.0.9",
"@types/react-is": "^17.0.3",
"@types/react-table": "^7.7.8",
"@typescript-eslint/eslint-plugin": "~4.33.0",
"@typescript-eslint/parser": "~4.33.0",
"babel-jest": "27.2.3",
"babel-loader": "8.1.0",
"babel-plugin-polyfill-corejs2": "^0.3.1",
"babel-plugin-polyfill-regenerator": "^0.3.1",
"cypress": "^8.3.0",
"eslint": "7.32.0",
"eslint-config-next": "12.0.0",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-cypress": "^2.10.3",
"eslint-plugin-import": "2.25.2",
"eslint-plugin-jsx-a11y": "6.4.1",
"eslint-plugin-react": "7.26.1",
"eslint-plugin-react-hooks": "4.2.0",
"eslint-plugin-storybook": "^0.5.12",
"fs-extra": "^10.1.0",
"glob": "^8.0.1",
"jest": "27.2.3",
"prettier": "^2.3.1",
"rimraf": "^3.0.2",
"ts-jest": "27.0.5",
"typescript": "~4.3.5",
"url-loader": "^3.0.0",
"whatwg-fetch": "^3.6.2"
}
}