-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
110 lines (110 loc) · 3.26 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
{
"name": "@gc-broadcast-web/source",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"dev:start:auth": "nx dev auth"
},
"private": true,
"dependencies": {
"@auth0/auth0-react": "^2.2.3",
"@emotion/cache": "^11.10.5",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@feathersjs/authentication-client": "^4.5.11",
"@feathersjs/feathers": "^4.5.11",
"@feathersjs/rest-client": "^4.5.11",
"@hookform/resolvers": "^3.3.2",
"@iconify/react": "^4.1.1",
"@mui/icons-material": "^5.15.0",
"@mui/lab": "^5.0.0-alpha.155",
"@mui/material": "^5.15.0",
"@mui/x-data-grid": "^6.18.6",
"@mui/x-date-pickers": "^6.18.6",
"@nrwl/cli": "^15.9.3",
"@reduxjs/toolkit": "^2.0.1",
"@types/lodash": "^4.17.13",
"apexcharts": "^3.46.0",
"autosuggest-highlight": "^3.3.4",
"axios": "^1.6.2",
"cookie-storage": "^6.1.0",
"date-fns": "^2.30.0",
"dayjs": "^1.11.10",
"framer-motion": "^10.16.16",
"highlight.js": "^11.9.0",
"i18next": "^24.2.0",
"i18next-browser-languagedetector": "^8.0.2",
"lodash": "^4.17.21",
"material-ui-confirm": "^3.0.11",
"moment": "^2.29.4",
"mui-one-time-password-input": "^2.0.1",
"next": "14.2.16",
"notistack": "^3.0.1",
"nprogress": "^0.2.0",
"react": "18.3.1",
"react-apexcharts": "^1.4.1",
"react-confirm": "^0.3.0-7",
"react-dom": "18.3.1",
"react-dropzone": "^14.2.3",
"react-hook-form": "^7.48.2",
"react-i18next": "^14.0.0",
"react-lazy-load-image-component": "^1.6.0",
"react-quill": "^2.0.0",
"react-redux": "^9.0.4",
"redux": "^5.0.1",
"redux-saga": "^1.2.3",
"simplebar-react": "^3.2.4",
"stylis": "^4.3.0",
"stylis-plugin-rtl": "^2.1.1",
"swr": "^2.2.4",
"tslib": "^2.3.0",
"universal-cookie": "^7.0.0",
"yet-another-react-lightbox": "^3.15.6",
"yup": "^1.3.2"
},
"devDependencies": {
"@babel/core": "^7.14.5",
"@babel/preset-react": "^7.14.5",
"@eslint/compat": "^1.1.1",
"@eslint/js": "^9.8.0",
"@nx/devkit": "20.3.0",
"@nx/eslint": "20.3.0",
"@nx/eslint-plugin": "20.3.0",
"@nx/jest": "20.3.0",
"@nx/js": "20.3.0",
"@nx/next": "^20.3.0",
"@nx/playwright": "20.3.0",
"@nx/react": "20.3.0",
"@nx/workspace": "20.3.0",
"@playwright/test": "^1.36.0",
"@swc-node/register": "~1.9.1",
"@swc/cli": "~0.1.62",
"@swc/core": "~1.5.7",
"@swc/helpers": "~0.5.11",
"@testing-library/react": "15.0.6",
"@types/jest": "^29.5.12",
"@types/node": "18.16.9",
"@types/react": "18.3.1",
"@types/react-dom": "18.3.0",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.9.1",
"babel-jest": "^29.7.0",
"eslint": "^9.8.0",
"eslint-config-next": "14.2.16",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jsx-a11y": "6.10.1",
"eslint-plugin-playwright": "^1.6.2",
"eslint-plugin-react": "7.35.0",
"eslint-plugin-react-hooks": "5.0.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"nx": "20.3.0",
"prettier": "^2.6.2",
"ts-jest": "^29.1.0",
"ts-node": "10.9.1",
"tslib": "^2.3.0",
"typescript": "~5.6.2",
"typescript-eslint": "^8.13.0"
}
}