-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
132 lines (132 loc) · 4.02 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
{
"name": "meana",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"start": "nx serve",
"start-front": "nx run front:serve",
"build": "nx build",
"test": "nx test",
"startAll": "nx run-many --parallel --target=serve --projects=api,api-agent,notification-service,threshold-value,cve-service --maxParallel=100",
"d:dev:up": "docker compose --file docker/docker-compose.yml up",
"startFront": "nx build front && nx run front:serve:production"
},
"private": true,
"dependencies": {
"@emotion/cache": "^11.7.1",
"@emotion/react": "^11.10.4",
"@emotion/server": "^11.4.0",
"@emotion/styled": "^11.10.4",
"@fontsource/roboto": "^4.5.7",
"@mui/icons-material": "^5.8.0",
"@mui/lab": "^5.0.0-alpha.108",
"@mui/material": "^5.10.11",
"@mui/x-data-grid": "^5.17.9",
"@mui/x-date-pickers": "^5.0.8",
"@nestjs/common": "^8.0.0",
"@nestjs/core": "^8.0.0",
"@nestjs/jwt": "^10.0.1",
"@nestjs/mapped-types": "*",
"@nestjs/passport": "^9.0.0",
"@nestjs/platform-express": "^8.0.0",
"@nestjs/sequelize": "^8.0.0",
"@nestjs/swagger": "^5.2.1",
"@nrwl/next": "14.0.2",
"@sendgrid/mail": "^7.7.0",
"@tanstack/react-query": "^4.12.0",
"@tanstack/react-query-devtools": "^4.13.0",
"@types/bcrypt": "^5.0.0",
"amqplib": "^0.10.3",
"apexcharts": "^3.35.3",
"axios": "^0.27.2",
"bcrypt": "^5.1.0",
"class-transformer": "^0.5.1",
"class-validator": "^0.13.2",
"core-js": "^3.15.1",
"date-fns": "^2.29.3",
"dotenv": "^16.0.1",
"formik": "^2.2.9",
"html2canvas": "^1.4.1",
"jsonwebtoken": "^9.0.0",
"jspdf": "^2.5.1",
"jwt-decode": "^3.1.2",
"luxon": "^2.5.0",
"next": "12.1.5",
"passport": "^0.6.0",
"passport-jwt": "^4.0.1",
"path-to-regexp": "^6.2.1",
"pg": "^8.7.3",
"react": "18.1.0",
"react-apexcharts": "^1.4.0",
"react-dom": "18.1.0",
"react-error-boundary": "^3.1.4",
"react-grid-layout": "^1.3.4",
"react-lazylog": "^4.5.3",
"react-toastify": "^9.1.1",
"react-use-measure": "^2.1.1",
"reflect-metadata": "^0.1.13",
"regenerator-runtime": "0.13.7",
"rxjs": "^7.0.0",
"sequelize": "^6.20.1",
"sequelize-search-builder": "^0.11.0",
"sequelize-typescript": "^2.1.3",
"swagger-ui-express": "^4.4.0",
"tslib": "^2.3.0",
"yup": "^0.32.11"
},
"devDependencies": {
"@alexy4744/nx-mikro-orm-cli": "^1.1.1",
"@emotion/babel-plugin": "11.9.2",
"@nestjs/schematics": "^8.0.0",
"@nestjs/testing": "^8.0.0",
"@nrwl/cli": "14.0.2",
"@nrwl/cypress": "^13.10.4",
"@nrwl/eslint-plugin-nx": "14.0.2",
"@nrwl/jest": "^13.10.4",
"@nrwl/linter": "^13.10.4",
"@nrwl/nest": "14.0.2",
"@nrwl/next": "14.0.2",
"@nrwl/node": "14.0.2",
"@nrwl/react": "14.0.2",
"@nrwl/web": "14.0.2",
"@nrwl/workspace": "^13.9.3",
"@testing-library/react": "13.1.1",
"@types/express": "^4.17.14",
"@types/jest": "27.4.1",
"@types/luxon": "^2.4.0",
"@types/multer": "^1.4.7",
"@types/node": "16.11.7",
"@types/passport-jwt": "^3.0.8",
"@types/react": "18.0.8",
"@types/react-dom": "18.0.3",
"@typescript-eslint/eslint-plugin": "~5.18.0",
"@typescript-eslint/parser": "~5.18.0",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "27.5.1",
"cypress": "^9.1.0",
"eslint": "~8.12.0",
"eslint-config-next": "^13.0.0",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-cypress": "^2.10.3",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jsx-a11y": "6.5.1",
"eslint-plugin-react": "7.29.4",
"eslint-plugin-react-hooks": "4.5.0",
"install": "^0.13.0",
"jest": "27.5.1",
"npm": "^9.1.2",
"nx": "14.0.2",
"prettier": "^2.5.1",
"react-test-renderer": "18.1.0",
"sequelize-cli": "^6.4.1",
"ts-jest": "27.1.4",
"ts-loader": "^8.3.0",
"ts-node": "9.1.1",
"typescript": "~4.6.2",
"webpack": "^4.44.2"
},
"optionalDependencies": {
"@next/swc-win32-x64-gnu": "*",
"@next/swc-win32-x64-msvc": "12.1.5"
}
}